1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-09 08:45:55 +02:00
joplin/packages/lib/services
Helmut K. C. Tessarek 340312fa80
Desktop: Fix handling of certain keys in shortcut editor (#4022)
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.
2020-11-12 18:40:00 +00:00
..
commands
contextkey
database Tools: Added script to generate database types for TypeScript 2020-11-09 13:12:11 +00:00
debug
interop Desktop: Regression: Fix exporting to HTML and PDF 2020-11-08 02:20:56 +00:00
keychain
plugins
ResourceEditWatcher Api: Added ability to watch resource file 2020-11-07 16:32:08 +00:00
rest API: Change pagination to has_more model 2020-11-11 11:52:47 +00:00
searchengine Desktop: Fixes #3904, Fixes #3973: Fixed inconsistent note list state when using search 2020-11-09 12:07:37 +00:00
spellChecker Desktop: Added toolbar button to switch spell checker language 2020-11-08 01:08:33 +00:00
synchronizer
AlarmService.ts
AlarmServiceDriverNode.ts
BaseService.ts
CommandService.ts
DecryptionWorker.js Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
EncryptionService.js
EncryptionServiceDriverNode.js
ExternalEditWatcher.js Fixed desktop build 2020-11-11 12:51:51 +00:00
ItemChangeUtils.js
KeymapService.ts Desktop: Fix handling of certain keys in shortcut editor (#4022) 2020-11-12 18:40:00 +00:00
KvStore.ts Tools: Fixed tests 2020-11-09 09:21:05 +00:00
MigrationService.js
ModelCache.js
NavService.js
PluginManager.js
report.js
ResourceFetcher.js Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
ResourceService.ts Chore: Convert ResourceService to TypeScript 2020-11-08 16:46:48 +00:00
RevisionService.js
SettingUtils.ts
UndoRedoService.ts
WhenClause.ts