summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xml/Action.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/xml/Action.xml b/xml/Action.xml
index 4ed3d156..1729562e 100644
--- a/xml/Action.xml
+++ b/xml/Action.xml
@@ -70,11 +70,13 @@
This typically corresponds to the underlined letter within the widget.
Example: "n" in a traditional "New..." menu item or the "a" in "Apply" for
a button.
+
- The sequence is the full list of keys which invoke the action even if the
relevant element is not currently shown on screen. For instance, for a menu
item the sequence is the keybindings used to open the parent menus before
invoking. The sequence string is colon-delimited. Example: "Alt+F:N" in a
traditional "New..." menu item.
+
- The shortcut, if it exists, will invoke the same action without showing
the component or its enclosing menus or dialogs. Example: "Ctrl+N" in a
traditional "New..." menu item.