You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decided to play around with map-key and see if I could get it working.
Turns out map-key works great the first time the window opens.
But if the window loses focus (i.e. click in another app's window), upon refocussing the seesaw window, all the map-key callbacks stop getting called.
Doesn't seem to make a difference whether the events are attached to the frame or widgets within it, still breaks when focus is lost and regained.
Is there some undocumented trick required, i.e. is registering a callback upon focus required whenever it's lost and re-adding all keybindings every time that happens?
This is by the way on Linux with the notion window manager.
The text was updated successfully, but these errors were encountered:
Decided to play around with map-key and see if I could get it working.
Turns out map-key works great the first time the window opens.
But if the window loses focus (i.e. click in another app's window), upon refocussing the seesaw window, all the map-key callbacks stop getting called.
Doesn't seem to make a difference whether the events are attached to the frame or widgets within it, still breaks when focus is lost and regained.
Is there some undocumented trick required, i.e. is registering a callback upon focus required whenever it's lost and re-adding all keybindings every time that happens?
This is by the way on Linux with the notion window manager.
The text was updated successfully, but these errors were encountered: