-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxbindkeysrc
More file actions
50 lines (41 loc) · 1.12 KB
/
Copy pathxbindkeysrc
File metadata and controls
50 lines (41 loc) · 1.12 KB
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
# forward and back:
# "xte 'keydown Alt_L' 'key Left' 'keyup Alt_L'"
# m:0x0 + b:8
# "xte 'keydown Alt_L' 'key Right' 'keyup Alt_L'"
# m:0x0 + b:9
# add Alt+scroll for horizontal scrolling
# "xte 'keydown Alt_L' 'mousedown 5'
# m:0x0 + b:6
# "xte 'keydown Alt_L' 'mousedown 4'
# m:0x0 + b:7
# alt+tab switching with zoom + scroll:
# "xdotool keydown alt"
# b:13
# "xdotool keydown alt"
# m:0x10 + b:13
# "xdotool key Tab"
# alt + b:5
# "xdotool keydown shift key Tab keyup shift"
# alt + b:4
# "xdotool keyup alt"
# Release + b:13
# "xdotool keyup alt"
# Release + m:0x18 + b:13
# weird button scrolls through windows
# "window_toggle.bash"
# m:0x0 + b:10
# switch to emacs with zoom button:
# "xdotool search --name --class --desktop 0 emacs windowactivate %@"
# m:0x0 + b:10
# zoom button to left control (Doesn't work)
# "xte 'keydown Control_L'"
# m:0x14 + b:13
# "xte 'keyup Control_L'"
# Release + m:0x14 + b:13
# "xte 'keydown Control_L'"
# b:13
# "xte 'keyup Control_L'"
# Release + b:13
# show desktop with window button:
# "wmctrl -k on"
# m:0x0 + b:10