mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
parent
e17456e3bc
commit
e466f62e7e
@ -3,3 +3,6 @@ title: $:/config/shortcuts-mac/
|
||||
bold: meta-B
|
||||
italic: meta-I
|
||||
underline: meta-U
|
||||
new-image: ctrl-I
|
||||
new-journal: ctrl-J
|
||||
new-tiddler: ctrl-N
|
||||
|
@ -3,3 +3,6 @@ title: $:/config/shortcuts-not-mac/
|
||||
bold: ctrl-B
|
||||
italic: ctrl-I
|
||||
underline: ctrl-U
|
||||
new-image: alt-I
|
||||
new-journal: alt-J
|
||||
new-tiddler: alt-N
|
||||
|
@ -14,9 +14,6 @@ list-bullet: ctrl-shift-L
|
||||
list-number: ctrl-shift-N
|
||||
mono-block: ctrl-shift-M
|
||||
mono-line: ctrl-M
|
||||
new-image: alt-I
|
||||
new-journal: alt-J
|
||||
new-tiddler: alt-N
|
||||
picture: ctrl-shift-I
|
||||
preview: alt-P
|
||||
quote: ctrl-Q
|
||||
|
@ -13,9 +13,9 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
This version introduces new infrastructure to handle global keyboard shortcuts. The core ships with the following shortcuts:
|
||||
|
||||
* <kbd>alt-I</kbd> - New image
|
||||
* <kbd>alt-J</kbd> - New journal
|
||||
* <kbd>alt-N</kbd> - New tiddler
|
||||
* <kbd>alt-I</kbd> (or <kbd>ctrl-I</kbd> on Mac) - New image
|
||||
* <kbd>alt-J</kbd> (or <kbd>ctrl-J</kbd> on Mac) - New journal
|
||||
* <kbd>alt-N</kbd> (or <kbd>ctrl-N</kbd> on Mac) - New tiddler
|
||||
|
||||
See [[How to create keyboard shortcuts]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user