Fix shortcut keys on Windows and Linux
This commit is contained in:
parent
1055187c8b
commit
b059b2abde
|
@ -2327,6 +2327,7 @@ Zotero.Keys = new function() {
|
|||
|
||||
|
||||
function getCommand(key) {
|
||||
key = key.toUpperCase();
|
||||
return _keys[key] ? _keys[key] : false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user