You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have ctrl + left|right set to the fast focus desktop command, unfortunately this doesn't work while in Mission Control.
Is it possible to add this feature? Perhaps just allow fast focus desktop to function as regular move to left|right space command while in Mission Control?
The text was updated successfully, but these errors were encountered:
Unlikely to happen, but if/when I get to fixing #181 this could be solved with a fallback definition in your skhd config or w/e hotkey mechansim you use.
Would it be possible to use the mission_control_enter and mission_control_exit actions in Yabai to temporarily enable an skhd mode in which ctrl + left|right are remapped?
So apparently I'm just stupid. The particular case you are looking for has already been solved. If you try to focus a space using space --focus while inside mission-control, the command will fail with a non-zero exit code. You can set the space switching shortcuts in System Preferences > Keyboard > Mission Control > left/right to some combination you don't use; eg: ctrl+cmd+alt+left|right
Then in your skhd config:
ctrl - left : yabai -m space --focus prev || skhd -k "ctrl + cmd + alt - left"
ctrl - right : yabai -m space --focus next || skhd -k "ctrl + cmd + alt - right"
I have
ctrl + left|right
set to thefast focus desktop
command, unfortunately this doesn't work while in Mission Control.Is it possible to add this feature? Perhaps just allow
fast focus desktop
to function as regularmove to left|right space
command while in Mission Control?The text was updated successfully, but these errors were encountered: