mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-09 08:45:55 +02:00
340312fa80
String.fromCharCode expects unicode charcodes as an argument; e.keyCode returns javascript keycodes. Javascript keycodes and unicode charcodes are not the same thing! Therefore I used an array to map keycodes. This seems to be the only way to make this work properly. I also changed the width of the shortcut recorder input field to 200px, since certain key combinations are cut off, because they don't fit in the field. |
||
---|---|---|
.. | ||
commands | ||
contextkey | ||
database | ||
debug | ||
interop | ||
keychain | ||
plugins | ||
ResourceEditWatcher | ||
rest | ||
searchengine | ||
spellChecker | ||
synchronizer | ||
AlarmService.ts | ||
AlarmServiceDriverNode.ts | ||
BaseService.ts | ||
CommandService.ts | ||
DecryptionWorker.js | ||
EncryptionService.js | ||
EncryptionServiceDriverNode.js | ||
ExternalEditWatcher.js | ||
ItemChangeUtils.js | ||
KeymapService.ts | ||
KvStore.ts | ||
MigrationService.js | ||
ModelCache.js | ||
NavService.js | ||
PluginManager.js | ||
report.js | ||
ResourceFetcher.js | ||
ResourceService.ts | ||
RevisionService.js | ||
SettingUtils.ts | ||
UndoRedoService.ts | ||
WhenClause.ts |