diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-27 16:37:04 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-27 16:37:04 +0200 |
commit | 2021a69960802a6ee2562b7047a3c0eb968c470b (patch) | |
tree | 594fb03bc3215ca3f9ff12bd5c7d0dedcfa7f363 /src/50-marco-desktop-key.xml.in | |
parent | 44205a3b8439614e1a2b176006e9f8e6a6c49439 (diff) | |
download | marco-2021a69960802a6ee2562b7047a3c0eb968c470b.tar.bz2 marco-2021a69960802a6ee2562b7047a3c0eb968c470b.tar.xz |
migrate keybindings xml files for gsettings
Diffstat (limited to 'src/50-marco-desktop-key.xml.in')
-rw-r--r-- | src/50-marco-desktop-key.xml.in | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/src/50-marco-desktop-key.xml.in b/src/50-marco-desktop-key.xml.in index 5705607d..00ebc91d 100644 --- a/src/50-marco-desktop-key.xml.in +++ b/src/50-marco-desktop-key.xml.in @@ -1,20 +1,15 @@ <?xml version="1.0" encoding="UTF-8" ?> -<KeyListEntries _name="Desktop" wm_name="Marco" package="marco"> +<KeyListEntries _name="Desktop" wm_name="Marco" package="marco" schema="org.mate.Marco.global-keybindings"> - <KeyListEntry - name="/apps/marco/global_keybindings/panel_run_dialog" /> + <KeyListEntry name="panel-run-dialog" _description="Show the panel's "Run Application" dialog box" /> - <KeyListEntry - name="/apps/marco/global_keybindings/panel_main_menu" /> + <KeyListEntry name="panel-main-menu" _description="Show the panel's main menu" /> - <KeyListEntry - name="/apps/marco/global_keybindings/run_command_screenshot" /> + <KeyListEntry name="run-command-screenshot" _description="Take a screenshot" /> - <KeyListEntry - name="/apps/marco/global_keybindings/run_command_window_screenshot" /> + <KeyListEntry name="run-command-window-screenshot" _description="Take a screenshot of a window" /> - <KeyListEntry - name="/apps/marco/global_keybindings/run_command_terminal" /> + <KeyListEntry name="run-command-terminal" _description="Run a terminal" /> </KeyListEntries> |