diff options
Diffstat (limited to 'src/50-marco-global-key.xml.in')
-rw-r--r-- | src/50-marco-global-key.xml.in | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/src/50-marco-global-key.xml.in b/src/50-marco-global-key.xml.in new file mode 100644 index 00000000..9a61c376 --- /dev/null +++ b/src/50-marco-global-key.xml.in @@ -0,0 +1,131 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<KeyListEntries _name="Window Management" wm_name="Marco" package="marco" schema="org.mate.Marco.global-keybindings"> + + <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-panels" _description="Move between panels and the desktop, using a popup window" /> + + <KeyListEntry name="cycle-windows" _description="Move between windows 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="show-desktop" _description="Hide all normal windows and set focus to the desktop" /> + + <KeyListEntry name="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" + value="1" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + + <KeyListEntry name="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" + value="3" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + + <KeyListEntry name="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" + value="5" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + + <KeyListEntry name="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" + value="7" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + + <KeyListEntry name="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" + value="9" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + + <KeyListEntry name="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" + 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" + 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" + 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" + 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" + value="1" + key="num-workspaces" + schema="org.mate.Marco.general" + comparison="gt" /> + +</KeyListEntries> + |