diff options
Diffstat (limited to 'src/50-marco-global-key.xml.in')
-rw-r--r-- | src/50-marco-global-key.xml.in | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/src/50-marco-global-key.xml.in b/src/50-marco-global-key.xml.in index 84276a86..39c69d8c 100644 --- a/src/50-marco-global-key.xml.in +++ b/src/50-marco-global-key.xml.in @@ -1,134 +1,134 @@ <?xml version="1.0" encoding="UTF-8" ?> -<KeyListEntries _name="Window Management" wm_name="Metacity (Marco)" package="marco" schema="org.mate.Marco.global-keybindings"> +<KeyListEntries name="Window Management" wm_name="Metacity (Marco)" package="marco" schema="org.mate.Marco.global-keybindings"> - <KeyListEntry name="switch-windows" _description="Move between windows, using a popup window" /> + <KeyListEntry name="switch-windows" description="Move between windows, using a popup window" /> - <KeyListEntry name="switch-group" _description="Move between windows of an application, using a popup window" /> + <KeyListEntry name="switch-group" description="Move between windows of an application, using a popup window" /> - <KeyListEntry name="switch-panels" _description="Move between panels and the desktop, using a popup window" /> + <KeyListEntry name="switch-panels" description="Move between panels and the desktop, using a popup window" /> - <KeyListEntry name="cycle-windows" _description="Move between windows immediately" /> + <KeyListEntry name="cycle-windows" description="Move between windows immediately" /> - <KeyListEntry name="cycle-group" _description="Move between windows of an application immediately" /> + <KeyListEntry name="cycle-group" description="Move between windows of an application immediately" /> - <KeyListEntry name="cycle-panels" _description="Move between panels and the desktop immediately" /> + <KeyListEntry name="cycle-panels" description="Move between panels and the desktop immediately" /> - <KeyListEntry name="show-desktop" _description="Hide all normal windows and set focus to the desktop" /> + <KeyListEntry name="show-desktop" description="Hide all normal windows and set focus to the desktop" /> <KeyListEntry name="switch-to-workspace-1" - _description="Switch to workspace 1" + description="Switch to workspace 1" value="1" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-2" - _description="Switch to workspace 2" + description="Switch to workspace 2" value="1" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-3" - _description="Switch to workspace 3" + description="Switch to workspace 3" value="2" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-4" - _description="Switch to workspace 4" + description="Switch to workspace 4" value="3" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-5" - _description="Switch to workspace 5" + description="Switch to workspace 5" value="4" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-6" - _description="Switch to workspace 6" + description="Switch to workspace 6" value="5" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-7" - _description="Switch to workspace 7" + description="Switch to workspace 7" value="6" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-8" - _description="Switch to workspace 8" + description="Switch to workspace 8" value="7" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-9" - _description="Switch to workspace 9" + description="Switch to workspace 9" value="8" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-10" - _description="Switch to workspace 10" + description="Switch to workspace 10" value="9" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-11" - _description="Switch to workspace 11" + description="Switch to workspace 11" value="10" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-12" - _description="Switch to workspace 12" + description="Switch to workspace 12" value="11" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-left" - _description="Switch to workspace on the left of the current workspace" + description="Switch to workspace on the left of the current workspace" value="1" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-right" - _description="Switch to workspace on the right of the current workspace" + description="Switch to workspace on the right of the current workspace" value="1" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-up" - _description="Switch to workspace above the current workspace" + description="Switch to workspace above the current workspace" value="1" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-down" - _description="Switch to workspace below the current workspace" + description="Switch to workspace below the current workspace" value="1" key="num-workspaces" schema="org.mate.Marco.general" comparison="gt" /> <KeyListEntry name="switch-to-workspace-prev" - _description="Switch to previously selected workspace" /> + description="Switch to previously selected workspace" /> </KeyListEntries> |