summaryrefslogtreecommitdiff
path: root/src/50-marco-global-key.xml.in
blob: 84276a86843c32f8b60d2a377465ade7557b1305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="UTF-8" ?>
<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-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" />

	<KeyListEntry name="switch-to-workspace-prev"
	_description="Switch to previously selected workspace" />

</KeyListEntries>