mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 22:24:28 +00:00
Updated to handle Mac shortcut keys of "Cmd-Left" and "Cmd-Right"
This commit is contained in:
parent
25dd400708
commit
b5d9d28f2e
@ -47,7 +47,9 @@ var defaultExtraKeys = {
|
||||
cm.replaceSelection(spaces);
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Cmd-Left": "goLineLeftSmart",
|
||||
"Cmd-Right": "goLineRight"
|
||||
};
|
||||
|
||||
var idleTime = 300000; //5 mins
|
||||
|
Loading…
x
Reference in New Issue
Block a user