-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preferences Effects: left/right key in effect lists trigger hide/unhide #14205
base: 2.5
Are you sure you want to change the base?
Conversation
TODO |
It works, however it does not feel right, that the opposite direction works as well. Using the plain cursor keys works for me without Alt. |
Ah okay, so that Right works only in the left list, and vice versa. I'll add that constraint. |
I just thought that it might be expected Left Right move focus, not items. Though focus is usually moved with Tab key, but Left/Right seem to work, too, in button rows at least. And we have the Alt+key combos to move tracks in playlists (like moving lines in text editors), but there we don't have an equivalent for Left/Right. So to fully fix #10580 we probably need all Alt combos, Up, down, left, right, home, end. Should be rather easy for single-selection. |
Initial expectation was to change to the right window with tab and back with shif+ tab. |
Ah okay, so we simply change the tab order: |
About Undo: |
If you like to go that route and it feels natural, fine. |
I'll prevent Left/Right to right & left view and try the other tab order, and yes, if it feels good I'll do it here, otherwise.. "another time". |
Followup for #13329
Fixes #10580
Or should this rather be Alt + Left/Right, like the track move hotkeys?