diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index ec1b36257..80c8d1e6f 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -2327,6 +2327,7 @@ Zotero.Keys = new function() { function getCommand(key) { + key = key.toUpperCase(); return _keys[key] ? _keys[key] : false; } }