mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-05-15 13:54:07 +00:00
parent
e17456e3bc
commit
e466f62e7e
@ -3,3 +3,6 @@ title: $:/config/shortcuts-mac/
|
|||||||
bold: meta-B
|
bold: meta-B
|
||||||
italic: meta-I
|
italic: meta-I
|
||||||
underline: meta-U
|
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
|
bold: ctrl-B
|
||||||
italic: ctrl-I
|
italic: ctrl-I
|
||||||
underline: ctrl-U
|
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
|
list-number: ctrl-shift-N
|
||||||
mono-block: ctrl-shift-M
|
mono-block: ctrl-shift-M
|
||||||
mono-line: ctrl-M
|
mono-line: ctrl-M
|
||||||
new-image: alt-I
|
|
||||||
new-journal: alt-J
|
|
||||||
new-tiddler: alt-N
|
|
||||||
picture: ctrl-shift-I
|
picture: ctrl-shift-I
|
||||||
preview: alt-P
|
preview: alt-P
|
||||||
quote: ctrl-Q
|
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:
|
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-I</kbd> (or <kbd>ctrl-I</kbd> on Mac) - New image
|
||||||
* <kbd>alt-J</kbd> - New journal
|
* <kbd>alt-J</kbd> (or <kbd>ctrl-J</kbd> on Mac) - New journal
|
||||||
* <kbd>alt-N</kbd> - New tiddler
|
* <kbd>alt-N</kbd> (or <kbd>ctrl-N</kbd> on Mac) - New tiddler
|
||||||
|
|
||||||
See [[How to create keyboard shortcuts]]
|
See [[How to create keyboard shortcuts]]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user