-
Notifications
You must be signed in to change notification settings - Fork 1
/
globalkeyshortcuts.conf
193 lines (156 loc) · 3.3 KB
/
globalkeyshortcuts.conf
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
[General]
AllowGrabBaseKeypad=true
AllowGrabBaseSpecial=false
AllowGrabLocks=false
AllowGrabMiscKeypad=true
AllowGrabMiscSpecial=true
MultipleActionsBehaviour=first
WindowSize=@Size(750 400)
[Alt%2BF1.1]
Comment=Show/hide main menu
Enabled=true
path=/panel/mainmenu/show_hide
[Alt%2BF2.2]
Comment=Show/hide runner dialog
Enabled=true
path=/runner/show_hide_dialog
[Control%2BAlt%2BB.36]
Comment=Chromium
Enabled=true
Exec=chromium, "--use-gl=egl"
[Control%2BAlt%2BD.3]
Comment=Show desktop
Enabled=true
path=/panel/showdesktop/show_hide
[Control%2BAlt%2BF.34]
Comment=Thunar
Enabled=true
Exec=thunar
[Control%2BAlt%2BH.37]
Comment=HexChat
Enabled=true
Exec=hexchat
[Control%2BAlt%2BI.35]
Comment=FireFox
Enabled=true
Exec=firefox
[Control%2BAlt%2BT.33]
Comment=Sakura
Enabled=true
Exec=sakura
[Control%2BF1.4]
Comment=Switch to desktop 1
Enabled=true
path=/panel/desktopswitch/desktop_1
[Control%2BF10.5]
Comment=Switch to desktop 10
Enabled=true
path=/panel/desktopswitch/desktop_10
[Control%2BF11.6]
Comment=Switch to desktop 11
Enabled=true
path=/panel/desktopswitch/desktop_11
[Control%2BF12.7]
Comment=Switch to desktop 12
Enabled=true
path=/panel/desktopswitch/desktop_12
[Control%2BF2.8]
Comment=Switch to desktop 2
Enabled=true
path=/panel/desktopswitch/desktop_2
[Control%2BF3.9]
Comment=Switch to desktop 3
Enabled=true
path=/panel/desktopswitch/desktop_3
[Control%2BF4.10]
Comment=Switch to desktop 4
Enabled=true
path=/panel/desktopswitch/desktop_4
[Control%2BF5.11]
Comment=Switch to desktop 5
Enabled=true
path=/panel/desktopswitch/desktop_5
[Control%2BF6.12]
Comment=Switch to desktop 6
Enabled=true
path=/panel/desktopswitch/desktop_6
[Control%2BF7.13]
Comment=Switch to desktop 7
Enabled=true
path=/panel/desktopswitch/desktop_7
[Control%2BF8.14]
Comment=Switch to desktop 8
Enabled=true
path=/panel/desktopswitch/desktop_8
[Control%2BF9.15]
Comment=Switch to desktop 9
Enabled=true
path=/panel/desktopswitch/desktop_9
[Meta%2B0.16]
Comment=Activate task 10
Enabled=true
path=/panel/taskbar/task_10
[Meta%2B1.17]
Comment=Activate task 1
Enabled=true
path=/panel/taskbar/task_1
[Meta%2B2.18]
Comment=Activate task 2
Enabled=true
path=/panel/taskbar/task_2
[Meta%2B3.19]
Comment=Activate task 3
Enabled=true
path=/panel/taskbar/task_3
[Meta%2B4.20]
Comment=Activate task 4
Enabled=true
path=/panel/taskbar/task_4
[Meta%2B5.21]
Comment=Activate task 5
Enabled=true
path=/panel/taskbar/task_5
[Meta%2B6.22]
Comment=Activate task 6
Enabled=true
path=/panel/taskbar/task_6
[Meta%2B7.23]
Comment=Activate task 7
Enabled=true
path=/panel/taskbar/task_7
[Meta%2B8.24]
Comment=Activate task 8
Enabled=true
path=/panel/taskbar/task_8
[Meta%2B9.25]
Comment=Activate task 9
Enabled=true
path=/panel/taskbar/task_9
[XF86AudioLowerVolume.26]
Comment=Decrease sound volume
Enabled=true
path=/panel/volume/down
[XF86AudioMute.27]
Comment=Mute/unmute sound volume
Enabled=true
path=/panel/volume/mute
[XF86AudioRaiseVolume.28]
Comment=Increase sound volume
Enabled=true
path=/panel/volume/up
[XF86Eject.29]
Comment=Eject removable media
Enabled=true
path=/panel/mount/eject
[XF86PowerOff.30]
Comment=Power off key action
Enabled=true
path=/powermanager/keypoweroff
[XF86Sleep.31]
Comment=Hibernate key action
Enabled=true
path=/powermanager/keyhibernate
[XF86Suspend.32]
Comment=Suspend key action
Enabled=true
path=/powermanager/keysuspend