>) don't work out-of-the-box when triggered with a global keyboard shortcut, but there's a simple workaround using the [[import pragma|Pragma]], adding the following line ''on top'' of your keyboard-shortcut tiddler containing the macro:
+
+
+\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]
+
+
+or even simpler, if the tiddler containing the macro is known and - for example - titled `my-macro-tiddler`:
+
+
+\import [[my-macro-tiddler]]
+
+
+"""/>
+
+<$macrocall $name=".tip" _="""Some actions require that we add a <<.wlink NavigatorWidget>> widget at the top of our action tiddler. That is necessary for following list of widgets and messages in order ''to work with global keyboard shortcuts'':"""/>
+
+* __Widgets__
+** <<.wlink ActionNavigateWidget>> (ActionNavigateWidget)
+* __Messages__
<$list filter="[tag[navigator-message]]">
+- <$link to={{!!title}}><$view field="title"/>$link>
$list>
+
+$reveal>
+
+$vars>
diff --git a/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid b/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid
index ea07c63d9..432e38226 100644
--- a/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid
+++ b/editions/tw5.com/tiddlers/howtos/KeyboardShortcuts.tid
@@ -10,20 +10,23 @@ Keyboard shortcuts can either be used with the <<.wlink KeyboardWidget>> Widget
A shortcut defined through a [[Keyboard Shortcut Tiddler]] makes the shortcut accessible globally""">>
+!!!See [[How to create keyboard shortcuts]] with a detailed explanation for creating your own shortcuts
+
Keyboard shortcuts are available for common editing operations within the Text Editor:
* Confirming changes to the draft tiddler containing the keyboard focus (defaults to ctrl-Enter)
* Abandoning changes to the draft tiddler containing the keyboard focus (defaults to escape)
* Formatting operations from the tiddler editing toolbar (see the tooltips)
-<<.from-version 5.1.18>>: New ''global'' Keyboard shortcuts:
+<<.from-version 5.1.18>> : New ''global'' Keyboard shortcuts:
-* Creating a new tiddler (defaults to alt-N)
-* Creating a new journal (defaults to alt-J)
+* Creating a new tiddler (defaults to alt-N )
+* Creating a new journal (defaults to alt-J )
+* Creating a new image (defaults to alt-I )
The current shortcuts can be inspected and customised in the "Keyboard Shortcuts" tab of the [[Control Panel|$:/ControlPanel]] {{$:/core/images/options-button}}.
!! Special Keys
; adding tags in the editor
-: <<.from-version 5.1.14>>: if you hit Enter in the new tag input, the tag will be added
+: <<.from-version 5.1.14>> : if you hit Enter in the new tag input, the tag will be added