mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
title: $:/config/codemirror/extraKeysTW
|
||
|
extend: extraKeys
|
||
|
type: json
|
||
|
|
||
|
{
|
||
|
"Ctrl-Esc": "singleSelection",
|
||
|
"Esc": "",
|
||
|
"Ctrl-S": "",
|
||
|
"Ctrl-U": "",
|
||
|
"Ctrl-T": "",
|
||
|
"Alt-T": "transposeChars",
|
||
|
"Alt-U": "undoSelection",
|
||
|
"Shift-Alt-U": "redoSelection",
|
||
|
"Cmd-U": ""
|
||
|
}
|