Added arrow key emulation for sway& coc-python fix

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-06 10:44:42 +02:00
parent 28e3881133
commit 0a5e84976d
2 changed files with 9 additions and 3 deletions

View file

@ -175,3 +175,10 @@ bindsym Print exec grim -g "$(slurp -d)" - | wl-copy -t image/png
# Copy qr code to clipboard
bindsym Shift+Print exec grim -g "$(slurp -d)" - | zbarimg -q --raw PNG:- | wl-copy
# make Alt+hjkl emulate arrow keys
bindsym Alt+h exec ydotool key left
bindsym Alt+j exec ydotool key down
bindsym Alt+k exec ydotool key up
bindsym Alt+l exec ydotool key right