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
We are in general need of a keypress framework (which would allow us to also get back to #44) ... but among things that would be nice to have keyboard support for, changing the current slice would be right up there
The text was updated successfully, but these errors were encountered:
Tangentially, do you think it makes any sense for psygnal to absorb some of the keypress/mouse pressing functionality? I wonder whether MouseMoveEvent et. al, MouseButton, even Mouseable could be more reusable if they lived there. Not sure if it makes sense, just an idea.
probably not. psygnal currently has no particular awareness of GUI stuff at all. all it assumes is that there is some event loop (which is by no means only in a GUI context). I like the scope there as is
We are in general need of a keypress framework (which would allow us to also get back to #44) ... but among things that would be nice to have keyboard support for, changing the current slice would be right up there
The text was updated successfully, but these errors were encountered: