skhd icon indicating copy to clipboard operation
skhd copied to clipboard

Arrow keys not working

Open alexgulbrandsen opened this issue 1 year ago • 3 comments

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

alexgulbrandsen avatar Mar 28 '23 12:03 alexgulbrandsen

try adding sleep 0.1. and some spaces

pawnhearts avatar Jun 01 '23 23:06 pawnhearts

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.

mediapathic avatar Jan 04 '24 06:01 mediapathic

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

crimist avatar May 22 '24 07:05 crimist