skhd
skhd copied to clipboard
Arrow keys not working
Hello! I am having this in my skhdrc, but the arrow keys does not work. What is wrong? lctrl + alt - 0x7B : yabai -m window --focus west lctrl + alt - 0x7D : yabai -m window --focus south lctrl + alt - 0x7C : yabai -m window --focus east lctrl + alt - 0x7E : yabai -m window --focus north
try adding sleep 0.1. and some spaces
I am having the same issue. I have tried, as I think was suggested, shift + alt - 0x7C : sleep 0.1; yabai -m window --space next
and variants thereof, it's still not working.
MacOS 12.2.1, most recent skhd as of time of writing.
Got it working using "up", "down", "right", "left":
alt - up : yabai -m window --focus north
alt - right : yabai -m window --focus east
alt - down : yabai -m window --focus south
alt - left : yabai -m window --focus west