Utente:Salvatore Ingala/commandline.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix |
m rb |
||
Riga 1 117:
var charCode = (e.charCode) ? e.charCode : ((e.which) ? e.which : e.keyCode);
switch (String.fromCharCode (charCode).toLowerCase()){
case cmdHotKey: showCommandLine
case cmdQuickHotKey: cmdRunCommand(cmdQuickCommand, true
}
}
|