1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 06:13:17 +00:00

add transcludify & linkify shortcuts (#3174)

* add transcludify & linkify shortcuts

* correct shortcuts
This commit is contained in:
BurningTreeC 2018-03-19 16:55:35 +01:00 committed by Jeremy Ruston
parent e92e109162
commit 54f2c4c34f

View File

@ -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