summaryrefslogtreecommitdiff
path: root/data/50-mutter-navigation.xml
blob: c9b47136d4ca8792c0cf4f741a37cf92ec4e7ef3 (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
<?xml version="1.0" encoding="UTF-8" ?>
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
                group="system"
                name="Navigation"
                wm_name="Mutter"
                package="mutter">

	<KeyListEntry name="move-to-workspace-1"
	              description="Move window to workspace 1" />

	<KeyListEntry name="move-to-workspace-2"
	              description="Move window to workspace 2" />

	<KeyListEntry name="move-to-workspace-3"
	              description="Move window to workspace 3" />

	<KeyListEntry name="move-to-workspace-4"
	              description="Move window to workspace 4" />

        <KeyListEntry name="move-to-workspace-last"
                      description="Move window to last workspace" />

	<KeyListEntry name="move-to-workspace-up"
	              description="Move window one workspace up" />

	<KeyListEntry name="move-to-workspace-down"
	              description="Move window one workspace down" />

	<KeyListEntry name="move-to-monitor-left"
	              description="Move window one monitor to the left" />

	<KeyListEntry name="move-to-monitor-right"
	              description="Move window one monitor to the right" />

	<KeyListEntry name="move-to-monitor-up"
	              description="Move window one monitor up" />

	<KeyListEntry name="move-to-monitor-down"
	              description="Move window one monitor down" />

	<KeyListEntry name="switch-applications"
	              reverse-entry="switch-applications-backward"
	              description="Switch applications"/>

	<KeyListEntry name="switch-applications-backward"
	              reverse-entry="switch-applications"
	              hidden="true"
	              description="Switch to previous application"/>

	<KeyListEntry name="switch-windows"
	              reverse-entry="switch-windows-backward"
	              description="Switch windows"/>

	<KeyListEntry name="switch-windows-backward"
	              reverse-entry="switch-windows"
	              hidden="true"
	              description="Switch to previous window"/>

	<KeyListEntry name="switch-group"
	              reverse-entry="switch-group-backward"
	              description="Switch windows of an application"/>

	<KeyListEntry name="switch-group-backward"
	              reverse-entry="switch-group"
	              hidden="true"
	              description="Switch to previous window of an application"/>

	<KeyListEntry name="switch-panels"
	              reverse-entry="switch-panels-backward"
	              description="Switch system controls"/>

	<KeyListEntry name="switch-panels-backward"
	              reverse-entry="switch-panels"
	              hidden="true"
	              description="Switch to previous system control"/>

	<KeyListEntry name="cycle-windows"
	              reverse-entry="cycle-windows-backward"
	              description="Switch windows directly"/>

	<KeyListEntry name="cycle-windows-backward"
	              reverse-entry="cycle-windows"
	              hidden="true"
	              description="Switch directly to previous window"/>

	<KeyListEntry name="cycle-group"
	              reverse-entry="cycle-group-backward"
	              description="Switch windows of an app directly"/>

	<KeyListEntry name="cycle-group-backward"
	              reverse-entry="cycle-group"
	              hidden="true"
	              description="Switch directly to previous window of an app"/>

	<KeyListEntry name="cycle-panels"
	              reverse-entry="cycle-panels-backward"
	              description="Switch system controls directly"/>

	<KeyListEntry name="cycle-panels-backward"
	              reverse-entry="cycle-panels"
	              hidden="true"
	              description="Switch directly to previous system control"/>

	<KeyListEntry name="show-desktop"
	              description="Hide all normal windows"/>

	<KeyListEntry name="switch-to-workspace-1"
	              description="Switch to workspace 1" />

	<KeyListEntry name="switch-to-workspace-2"
	              description="Switch to workspace 2" />

	<KeyListEntry name="switch-to-workspace-3"
	              description="Switch to workspace 3" />

	<KeyListEntry name="switch-to-workspace-4"
	              description="Switch to workspace 4" />

	<KeyListEntry name="switch-to-workspace-last"
	              description="Switch to last workspace" />

	<KeyListEntry name="switch-to-workspace-up"
	              description="Move to workspace above" />

	<KeyListEntry name="switch-to-workspace-down"
	              description="Move to workspace below" />

</KeyListEntries>