diff options
| author | Ted Gould <ted@gould.cx> | 2010-06-10 12:21:30 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-06-10 12:21:30 -0500 |
| commit | 849f700ec70b1b92cb49d736e2b3148de20053ed (patch) | |
| tree | daad4a019750c949523a5551dc7321d4034e0d4c /libdbusmenu-glib/dbus-menu.xml | |
| parent | 724aa7b4c877c4b6302db49295e66eb8aff615e1 (diff) | |
| parent | 30e3c1706b06697b0b74f60581b43f93b114896b (diff) | |
| download | libdbusmenu-849f700ec70b1b92cb49d736e2b3148de20053ed.tar.gz libdbusmenu-849f700ec70b1b92cb49d736e2b3148de20053ed.tar.bz2 libdbusmenu-849f700ec70b1b92cb49d736e2b3148de20053ed.zip | |
Import upstream version 0.3.2
Diffstat (limited to 'libdbusmenu-glib/dbus-menu.xml')
| -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> |
