mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
|
title: $:/config/codemirror/fullscreen
|
||
|
extend: extraKeys
|
||
|
type: json
|
||
|
|
||
|
{
|
||
|
"F11": "togglefullscreen"
|
||
|
}
|