diff options
author | Ted Gould <ted@gould.cx> | 2010-06-09 14:56:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-09 14:56:27 -0500 |
commit | e35a0324bf0060b250bfc4a4a8b07465c6aafc6f (patch) | |
tree | a872efc55118e8c90515227946092bb08f0021d4 /libdbusmenu-glib | |
parent | fbf81fed135ad3a0f5f0ed3e9edcdd4fc7a1be5c (diff) | |
parent | bf65b3514336c6b8f182a2fc9a9d0b426fb900eb (diff) | |
download | libdbusmenu-e35a0324bf0060b250bfc4a4a8b07465c6aafc6f.tar.gz libdbusmenu-e35a0324bf0060b250bfc4a4a8b07465c6aafc6f.tar.bz2 libdbusmenu-e35a0324bf0060b250bfc4a4a8b07465c6aafc6f.zip |
* Upstream Merge
* gtk-doc support
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/dbus-menu.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libdbusmenu-glib/dbus-menu.xml b/libdbusmenu-glib/dbus-menu.xml index 7bccf28..53b67de 100644 --- a/libdbusmenu-glib/dbus-menu.xml +++ b/libdbusmenu-glib/dbus-menu.xml @@ -106,6 +106,20 @@ License version 3 and version 2.1 along with this program. If not, see <td>Empty</td> </tr> <tr> + <td>shortcut</td> + <td>array of arrays of strings</td> + <td>The shortcut of the item. Each array represents the key press + in the list of keypresses. Each list of strings contains a list of + modifiers and then the key that is used. The modifier strings + allowed are: "Control", "Alt", "Shift" and "Super". + + - A simple shortcut like Ctrl+S is represented as: + [["Control", "S"]] + - A complex shortcut like Ctrl+Q, Alt+X is represented as: + [["Control", "Q"], ["Alt", "X"]]</td> + <td>Empty</td> + </tr> + <tr> <td>toggle-type</td> <td>string</td> <td> |