-
Notifications
You must be signed in to change notification settings - Fork 404
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
Linux: +/- Resize issue #600
Comments
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Feb 26, 2019
Unsatisfyingly, the plus key (shift-= on US keyboards) on linux doesn't report the character '+' to onKeyDown in VSTGUI but rather reports '=' with shift depressed. Ideally the keyboard layer would handle keyboard mapping of course (it does on mac) but this is a useful enough feature and common enough keyboard mapping that I choose to make the ugly choice to also bind shift-= to zoom increase which defacto fixes the +/- zoom on linux. Closes surge-synthesizer#600: +/- key on linux zoom
I am pretty sure I fixed this on branch @tank-trax don't suppose there's a chance you could test if that branch also works for you with + zooming? If so I'll merge it in. Thanks! |
baconpaul
added a commit
that referenced
this issue
Feb 26, 2019
Unsatisfyingly, the plus key (shift-= on US keyboards) on linux doesn't report the character '+' to onKeyDown in VSTGUI but rather reports '=' with shift depressed. Ideally the keyboard layer would handle keyboard mapping of course (it does on mac) but this is a useful enough feature and common enough keyboard mapping that I choose to make the ugly choice to also bind shift-= to zoom increase which defacto fixes the +/- zoom on linux. Closes #600: +/- key on linux zoom
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Jul 10, 2019
Unsatisfyingly, the plus key (shift-= on US keyboards) on linux doesn't report the character '+' to onKeyDown in VSTGUI but rather reports '=' with shift depressed. Ideally the keyboard layer would handle keyboard mapping of course (it does on mac) but this is a useful enough feature and common enough keyboard mapping that I choose to make the ugly choice to also bind shift-= to zoom increase which defacto fixes the +/- zoom on linux. Closes surge-synthesizer#600: +/- key on linux zoom Former-commit-id: 2e0f8c8355af0e0dbbd580266db3c3d274ecdd7b [formerly 646b504] Former-commit-id: 3acc7f5ccc886f51d484725ea5642452864ab53d Former-commit-id: e59ba47cf7fd9f99066b3ad9743b72d77060ba55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the minus key to the left of Backspace if pressed will Shrink the app however the plus key will not Zoom in
the - key is active whether shift is pressed or not
the + key is inactive whether shift is pressed or not
The text was updated successfully, but these errors were encountered: