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 am used to thinking in terms of “focus the window left of the current window”, not “focus the previous window until I arrive at the window left of the current window”. The latter is what the focus_prev velox action does. Would you be okay with adding an action for the former as well?
The text was updated successfully, but these errors were encountered:
I'm not sure what the best way to determine what the window to the left is. You could just use geometry, which is pretty straightforward, but might not always be what you want. Another option would be to add an extra method to the layout which returns the window to the left, and that would probably be able to make smarter choices.
In either case, I think I would be fine with adding an alternate focus_{left,right,up,down}, and allow the user to bind those to actions in their config if they want.
I am used to thinking in terms of “focus the window left of the current window”, not “focus the previous window until I arrive at the window left of the current window”. The latter is what the
focus_prev
velox action does. Would you be okay with adding an action for the former as well?The text was updated successfully, but these errors were encountered: