I’m adding two small editable text fields (NAME and MATH1) to Venn. (Don’t worry overmuch about what those mean, that’s not germane to my question). In the main Venn circle-editing window, simple keys allow you to move and edit the circles. “z” moves focus to the previous circle, and “c” moves to the next one.
Here’s what they look like (on the left side) in my dev build (not released yet):
I’d like to allow the user to move between circles while editing text in these new text fields; I’ve found it annoying to have to click back to the circles window just to move to the next circle. But “c” and “z” clearly can’t perform that function, since you might be just typing those into the NAME or MATH1 fields. So I currently have it so that, while in those contexts, Alt-z and Alt-c iterate through the circles.
In Windows (my development and VCV Rack platform), Alt-z and Alt-c have no special meaning in Rack. But I don’t have Mac and Linux environments easily available. Yes, I understand that Mac doesn’t have an Alt key; so for Mac my question is about Option-z and Option-c.
So, that’s a lot of preamble to me asking; in those OS’s, would overriding Alt-z and Alt-c surprise the user, in that some “normal” behavior of those keys is now just changing circles?
On my mac keyboard, opt+z and opt+c just type ÷ and ç respectively. The exact symbols may vary depending on the exact keyboard (qwerty+scandinavian letters in my case), but I don’t think those combinations ever had any system wide functions besides typing. Nothing to worry about I think.
I’ve added TAB and SHIFT-TAB for this purpose in all three editors, and they do work nicely. I’ll keep the C and Z in the circle editor, because the “WASD” mode of editing really favors using those as well.
@andreya.ek.frisk, good to know; those aren’t particularly vital characters from either NAME or MATH1, so far as I can see. Though I suppose someone might want to have “ç” in the name of a CIrcle…hmmm, maybe I’ll get rid of the ALT- keystrokes, since when editing those fields, you’re not really in WASD mode anymore.