mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
add transcludify & linkify shortcuts (#3174)
* add transcludify & linkify shortcuts * correct shortcuts
This commit is contained in:
parent
e92e109162
commit
54f2c4c34f
@ -9,6 +9,7 @@ heading-4: ctrl-4
|
|||||||
heading-5: ctrl-5
|
heading-5: ctrl-5
|
||||||
heading-6: ctrl-6
|
heading-6: ctrl-6
|
||||||
link: ctrl-L
|
link: ctrl-L
|
||||||
|
linkify: ctrl-shift-L
|
||||||
list-bullet: ctrl-shift-L
|
list-bullet: ctrl-shift-L
|
||||||
list-number: ctrl-shift-N
|
list-number: ctrl-shift-N
|
||||||
mono-block: ctrl-shift-M
|
mono-block: ctrl-shift-M
|
||||||
@ -21,3 +22,4 @@ stamp: ctrl-S
|
|||||||
strikethrough: ctrl-T
|
strikethrough: ctrl-T
|
||||||
subscript: ctrl-shift-B
|
subscript: ctrl-shift-B
|
||||||
superscript: ctrl-shift-P
|
superscript: ctrl-shift-P
|
||||||
|
transcludify: ctrl-shift-T
|
||||||
|
Loading…
Reference in New Issue
Block a user