summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-12 13:22:08 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-12 16:47:54 -0600
commit9b5e02e104cad63d85758e4003f0d9b80bc97fab (patch)
tree634859f0d092db6a534e60c34e72ca981c3069b5 /xml
parent0861ba04fa32158c68dc28cf1095b636eb6dc30f (diff)
downloadat-spi2-core-9b5e02e104cad63d85758e4003f0d9b80bc97fab.tar.gz
Add missing blank lines between list items
Diffstat (limited to 'xml')
-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.