koekeishiya / skhd

Simple hotkey daemon for macOS
MIT License
6.29k stars 209 forks source link

Does not intercept option + <key> #274

Open navxio opened 1 year ago

navxio commented 1 year ago

Binding with option doesn't work at all.

For ex option - r : yabai -m space --rotate 90

pressing option - r just prints ®.. what am i missing?

koekeishiya commented 1 year ago

Use alt, not option.

navxio commented 1 year ago

@koekeishiya thanks for the prompt response. Still I get the same issue, I'm using the dvorak layout if that helps. For ex.

alt - h : yabai -m window --focus west alt - j : yabai -m window --focus south alt - k : yabai -m window --focus north alt - l : yabai -m window --focus east neither of these work..