summaryrefslogtreecommitdiff
path: root/xbindkeysrc.keyboard.is.mouse
blob: 37fbcfec7a00cdde9945a163e615eb61e98ec208 (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
# IS MOUSE

"xbindkeys_show"
control+shift + g

"dash /home/user/.type-to-move-cursor/deactivate-type-to-move-cursor.sh"
Mod4 + 1

"echo -n ''"
Mod4 + 2

"dash /home/user/.type-to-move-cursor/Q.sh"
q

"dash /home/user/.type-to-move-cursor/A.sh"
a

"dash /home/user/.type-to-move-cursor/Z.sh"
z

"dash /home/user/.type-to-move-cursor/X.sh"
x

"dash /home/user/.type-to-move-cursor/C.sh"
c

"dash /home/user/.type-to-move-cursor/D.sh"
d

"dash /home/user/.type-to-move-cursor/E.sh"
e

"dash /home/user/.type-to-move-cursor/W.sh"
w

# Asigna clic izquierdo a la tecla F
"xdotool click 1"
f

# Asigna clic derecho a la tecla J
"xdotool click 3"
j

# Asigna rueda hacia arriba a la tecla U
"xdotool click --repeat 3 4"
u

# Asigna rueda hacia abajo a la tecla M
"xdotool click --repeat 3 5"
m

"dash /home/user/.type-to-move-cursor/S.sh"
s

# Asigna Control + Rueda Arriba a Ctrl + U
"( xdotool keydown Control && sleep 0.1s && xdotool keyup Control) & (xdotool click --repeat 3 4)"
control+u

# Asigna Control + Rueda Abajo a Ctrl + M
"( xdotool keydown Control && sleep 0.1s && xdotool keyup Control) & (xdotool click --repeat 3 5)"
control+m