blob: fe1cd0fe0f3fe26c66cf2975f01aa5c346a0991d (
plain)
1
2
3
4
5
6
7
8
|
hyper + h
xdotool keyup h key --clearmodifiers Left
hyper + j
xdotool keyup j key --clearmodifiers Down
hyper + k
xdotool keyup k key --clearmodifiers Up
hyper + l
xdotool keyup l key --clearmodifiers Right
|