dot_testing/config/sxhkd/mouse

21 lines
397 B
Plaintext
Raw Normal View History

2023-11-15 21:04:50 -06:00
q
mode sxhkdrc
{ctrl +,shift +,_} h
xdotool mousemove_relative -- {-5,-50,-20} 0
{ctrl +,shift +,_} j
2023-11-21 11:09:16 -06:00
xdotool mousemove_relative -- 0 {5,50,20}
2023-11-15 21:04:50 -06:00
{ctrl +,shift +,_} k
2023-11-21 11:09:16 -06:00
xdotool mousemove_relative -- 0 {-5,-50,-20}
2023-11-15 21:04:50 -06:00
{ctrl +,shift +,_} l
xdotool mousemove_relative -- {5,50,20} 0
{ctrl +,_} {a,s,d}
xdotool {mousedown,click} {1,2,3}
g
xdotool mouseup 1; xdotool mouseup 2; xdotool mouseup 3