diff options
| author | kkard2 <[email protected]> | 2023-07-27 21:40:02 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-27 21:40:02 +0200 |
| commit | 9422cfcfc7fcbc23136c4125db60a77af683f0ab (patch) | |
| tree | 05742ae5f1a52658b2008ce08c603ed9412f9118 | |
| parent | bd43abcb9c40039b31b4d90ae0f7fac6efbdaf4d (diff) | |
ok this is enough i spent too much time already
| -rw-r--r-- | _linux/sxhkdrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_linux/sxhkdrc b/_linux/sxhkdrc index 8359343..dd117b3 100644 --- a/_linux/sxhkdrc +++ b/_linux/sxhkdrc @@ -6,3 +6,12 @@ hyper + k xdotool keyup k key Up hyper + l xdotool keyup l key Right + +hyper + y + xdotool keyup y keydown Ctrl key Left keyup Ctrl +hyper + u + xdotool keyup u keydown Ctrl key Down keyup Ctrl +hyper + i + xdotool keyup i keydown Ctrl key Up keyup Ctrl +hyper + o + xdotool keyup o keydown Ctrl key Right keyup Ctrl |
