forked from material-shell/material-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bindings.gschema.xml
88 lines (88 loc) · 3.28 KB
/
bindings.gschema.xml
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
<schemalist>
<schema id="org.gnome.shell.extensions.materialshell.bindings" path="/org/gnome/shell/extensions/materialshell/bindings/">
<key name="previous-window" type="as">
<default><![CDATA[['<Super>a']]]></default>
<summary>Focus previous window</summary>
<description>
Focus the previous window of the current workspace
</description>
</key>
<key name="next-window" type="as">
<default><![CDATA[['<Super>d']]]></default>
<summary>Focus next window</summary>
<description>
Focus the next window of the current workspace
</description>
</key>
<key name="previous-workspace" type="as">
<default><![CDATA[['<Super>w']]]></default>
<summary>Focus previous workspace</summary>
<description>
Focus the previous workspace
</description>
</key>
<key name="next-workspace" type="as">
<default><![CDATA[['<Super>s']]]></default>
<summary>Focus next workspace</summary>
<description>
Focus the next workspace
</description>
</key>
<key name="kill-focused-window" type="as">
<default><![CDATA[['<Super>q']]]></default>
<summary>Kill the current window</summary>
<description>
Kill the current focused window
</description>
</key>
<key name="move-window-left" type="as">
<default><![CDATA[['<Shift><Super>a']]]></default>
<summary>Move the current window to the left</summary>
<description>
Move the current window to the left
</description>
</key>
<key name="move-window-right" type="as">
<default><![CDATA[['<Shift><Super>d']]]></default>
<summary>Move the current window to the right</summary>
<description>
Move the current window to the right
</description>
</key>
<key name="move-window-top" type="as">
<default><![CDATA[['<Shift><Super>w']]]></default>
<summary>Move the current window to upper workspace</summary>
<description>
Move the current window to upper workspace
</description>
</key>
<key name="move-window-bottom" type="as">
<default><![CDATA[['<Shift><Super>s']]]></default>
<summary>Move the current window to lower workspace</summary>
<description>
Move the current window to lower workspace
</description>
</key>
<key name="cycle-tiling-layout" type="as">
<default><![CDATA[['<Super>Space']]]></default>
<summary>Cycle around the tiling layout on the current workspace</summary>
<description>
Cycle around the tiling layout on the current workspace
</description>
</key>
<key name="reverse-cycle-tiling-layout" type="as">
<default><![CDATA[['<Shift><Super>Space']]]></default>
<summary>Cycle around in reverse order the tiling layout on the current workspace</summary>
<description>
Cycle around in reverse order the tiling layout on the current workspace
</description>
</key>
<key name="toggle-material-shell-ui" type="as">
<default><![CDATA[['<Super>Escape']]]></default>
<summary>Toggle the material-shell UI to simulate fullscreen</summary>
<description>
Toggle the material-shell UI to simulate fullscreen
</description>
</key>
</schema>
</schemalist>