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
Such as Ctrl+Q, some applications don't have an option to confirm termination, Firefox is one of them. I personally use Ctrl+Q for the tmux for instance, so by accident I sometimes put focus on wrong window and press it, and it ends up with some mess and annoyances. Also Ctrl+W is often used in bash inside terminal emulator. Accidentally pressing it in some GUI application could also lead to some annoyance.
Prevent some combos from triggering as an option (make it configurable)
Triggering it with alternative mode turned on
Broadcast via IPC (DBus) about prevented combo
The text was updated successfully, but these errors were encountered:
But I clearly see that it could be very uncomfortable to trigger them when I really need it... I don't know yet how to solve it... I'd like to apply this feature to some apps/windows but not to another. Maybe it supposed to be solved outside of this tool.
Such as
Ctrl+Q
, some applications don't have an option to confirm termination, Firefox is one of them. I personally useCtrl+Q
for the tmux for instance, so by accident I sometimes put focus on wrong window and press it, and it ends up with some mess and annoyances. AlsoCtrl+W
is often used in bash inside terminal emulator. Accidentally pressing it in some GUI application could also lead to some annoyance.The text was updated successfully, but these errors were encountered: