Ctrl-click on mac isn't RMB equiv consistently #4672
Labels
Bug Report
Item submitted using the Bug Report template
macOS
macOS related issues
Rebuild With JUCE
Issues pertaining to porting Surge from VSTGUI to JUCE
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
Milestone
Ctrl-click on mac
event.mods.isPopupMenu() is true
event.mods.isRightButton() is false
so the wrong thing happens
Actually do an RMB gesture (like two finger click) and it all works of course.
There's a hacky way to fix this (modify notifyControlModifierClicked like we did for double click) but the right way is when we jettison escape to use event.mods in CMC replacement and actually check isPopupMenu
The text was updated successfully, but these errors were encountered: