ENH/MacOS Allow shift modifiers to key events#9836
ENH/MacOS Allow shift modifiers to key events#9836dopplershift merged 1 commit intomatplotlib:masterfrom
Conversation
|
I don't have a dev env set up yet, but this looks super nice! Thanks a lot! |
|
I can't test this because my figs do not get focus - every key I type goes directly to the terminal... This happens only when using |
|
cf #9839 |
|
@jklymak do I need to do anything in addition to |
|
That should work - what does |
|
but
|
|
That's odd... maybe try |
|
For some reason, I was using And yes, your fix is working! Thanks a lot! Now if only Anaconda made the framework thing the default with their packages it would also work on macOS out of the box (but this is not related to matplotlib). |
PR Summary
#9835 points out that "shift-left" etc not allowed for macOS. This PR fixes that by allowing a
shift modifier if the other key is a special key...
To test, use the script by the OP:
PR Checklist