-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.xbindkeysrc
59 lines (42 loc) · 929 Bytes
/
.xbindkeysrc
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
# Make changes take effect: pkill -HUP xbindkeys && xbindkeys
# Multimedia keys
"volume up"
m:0x0 + c:123
XF86AudioRaiseVolume
"volume down"
m:0x0 + c:122
XF86AudioLowerVolume
"volume toggle"
m:0x0 + c:121
XF86AudioMute
"synclient TouchpadOff=`toggletouch`"
m:0x0 + c:199
XF86ScreenSaver
"ncmpcpp prev"
m:0x0 + c:173
XF86AudioPrev
"ncmpcpp toggle"
m:0x0 + c:172
XF86AudioPlay
"ncmpcpp next"
m:0x0 + c:171
XF86AudioNext
# Paste from clipboard, both with ctrl+shift+v and alt+middlemouse
"xvkbd -xsendevent -text "$(xclip -selection clipboard -o)""
Control+Shift + v
# Vi bindings
"xvkbd -xsendevent -text "\[Down]"
Mod4 + j
"xvkbd -xsendevent -text "\[Up]"
Mod4 + k
"xvkbd -xsendevent -text "\[Left]"
Mod4 + h
"xvkbd -xsendevent -text "\[Right]"
Mod4 + l
#"(Scheme function)"
# m:0x0 + c:160
# XF86ScreenSaver
#"(Scheme function)"
# m:0x0 + c:235
# XF86Display
#