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
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
[Ide] Allow to unfocus the Keybinding entry with keyboard
When/after recording a new key binding, there is now way
to finish the assignment for keyboard only users, because
a tab key combination will be always recorded and not executed.
This changes the behaviour and allows Gtk to handle the
focus event:
* Don't accept tab as chord and let Gtk move the focus
* For accels allow tab to be entered,
but don't reset on a second tab and let Gtk handle it again
* If the accel is complete, move focus without resetting the entry,
allowing the user to finish entering a binding
0 commit comments