diff options
Diffstat (limited to 'src/50-marco-desktop-key.xml.in')
-rw-r--r-- | src/50-marco-desktop-key.xml.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/50-marco-desktop-key.xml.in b/src/50-marco-desktop-key.xml.in index 219109e3..61f2ff4f 100644 --- a/src/50-marco-desktop-key.xml.in +++ b/src/50-marco-desktop-key.xml.in @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8" ?> -<KeyListEntries _name="Desktop" wm_name="Metacity (Marco)" package="marco" schema="org.mate.Marco.global-keybindings"> +<KeyListEntries name="Desktop" wm_name="Metacity (Marco)" package="marco" schema="org.mate.Marco.global-keybindings"> - <KeyListEntry name="panel-run-dialog" _description="Show the panel's "Run Application" dialog box" /> + <KeyListEntry name="panel-run-dialog" description="Show the panel's "Run Application" dialog box" /> - <KeyListEntry name="panel-main-menu" _description="Show the panel's main menu" /> + <KeyListEntry name="panel-main-menu" description="Show the panel's main menu" /> - <KeyListEntry name="run-command-screenshot" _description="Take a screenshot" /> + <KeyListEntry name="run-command-screenshot" description="Take a screenshot" /> - <KeyListEntry name="run-command-window-screenshot" _description="Take a screenshot of a window" /> + <KeyListEntry name="run-command-window-screenshot" description="Take a screenshot of a window" /> - <KeyListEntry name="run-command-terminal" _description="Run a terminal" /> + <KeyListEntry name="run-command-terminal" description="Run a terminal" /> - <KeyListEntry name="rename-workspace" _description="Rename current workspace" /> + <KeyListEntry name="rename-workspace" description="Rename current workspace" /> </KeyListEntries> |