- Any action part of the application menu will trigger based on shortcut when a native file dialog is open - Another way to fix this is to switch out the application menu, but afaict it requires writing native objective-c code. I think that's too much complexity just to get cmd+c/cmd+v in these file dialogs - For now, just disable the actions so that select-all, rotate-left, etc don't trigger when pressed in these dialogs - I've implemented an RAII wrapper to disable this. It should take pointers which should be fine because all of these dialog calls are blocking (so in principle nothing can change underneath). I'm quite sure this won't have any adverse effects on other platforms, but will need help from other developers to test in case.
38 KiB
38 KiB