mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
reorganization of shortcuts in the options
This commit is contained in:
@@ -139,6 +139,7 @@ function bindElShortcut($el, keyboardShortcut, handler) {
|
||||
if (isDesktop()) {
|
||||
keyboardShortcut = keyboardShortcut
|
||||
.toLowerCase()
|
||||
.replace("enter", "return")
|
||||
.replace("ctrl+alt", "alt+ctrl")
|
||||
.replace("meta+alt", "alt+meta"); // alt needs to be first
|
||||
|
||||
|
||||
Reference in New Issue
Block a user