Skip to content
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

Quick navigation overlay #6503

Open
baconpaul opened this issue Aug 11, 2022 · 5 comments
Open

Quick navigation overlay #6503

baconpaul opened this issue Aug 11, 2022 · 5 comments
Labels
Accessibility Issues related to making Surge more accessible Design Required We need to design a solution to this issue Feature Request New feature request UX Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
Milestone

Comments

@baconpaul
Copy link
Collaborator

Long discussion yesterday in #accessibility channel with me, Chessel, bscross and peitermach about how navigating around surge is tough because of so many controls. Thinking of clion shift shift i posited that maybe a jump dialog would work and apparently this is used in office, vscode, and more. And it seems it is a good idea. So rather than adding another 4000 keybindings, we can do the following

  1. Pick one key (like Alt-J for jump) which opens a modal overlay
  2. That modal overlay focuses on a single type where you type where you want to go and press enter
  3. that goes there or does that

so, like Alt-J, LFO2, enter would select LFO 2 and move keyboard focus to the rate slider. Alt-J, OSC, enter would take you to the currently selected oscillator, Alt-J OSC3 Enter would select and jump to OSC3. Alt-J AFX1 enter etc...

We could also do small commands like Alt-J "mute osc1" enter

probably have a help thing on the overlay with text which you can press a button to read or show. that sort of thing.

Even though this feature was inspired by accesibility, I think i wouldd use it all the time.

Note to self: resist making a little language. "Alt-J mod lfo2 -> osc1.pitch enter" is a bad idea.

@baconpaul baconpaul added the Feature Request New feature request label Aug 11, 2022
@baconpaul baconpaul changed the title A Quick-Nave Overlay A Quick-Nav Overlay Aug 11, 2022
@baconpaul baconpaul added UX Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc. Accessibility Issues related to making Surge more accessible labels Aug 11, 2022
@baconpaul baconpaul added this to the Surge XT 1.1.n milestone Aug 11, 2022
@mkruselj
Copy link
Collaborator

Maybe there are some hints in ReaConsole, coming from SWS extension for Reaper:

https://www.sws-extension.org/reaconsole.php

@baconpaul
Copy link
Collaborator Author

Oh yeah that’s exactly the same idea.

There’s one in vscode clion and bespoke also

will make life easy and be super extensible

@mkruselj
Copy link
Collaborator

Fuzzy search for available commands will be quite important, of course.

@baconpaul
Copy link
Collaborator Author

one step at a time.

@ironcross32
Copy link

I love everything about this.

@mkruselj mkruselj changed the title A Quick-Nav Overlay Quick navigation overlay Aug 11, 2022
@mkruselj mkruselj added the Design Required We need to design a solution to this issue label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Issues related to making Surge more accessible Design Required We need to design a solution to this issue Feature Request New feature request UX Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
Projects
None yet
Development

No branches or pull requests

3 participants