Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent triggering dangerous combos #23

Open
3 tasks
unclechu opened this issue Dec 19, 2018 · 1 comment
Open
3 tasks

Prevent triggering dangerous combos #23

unclechu opened this issue Dec 19, 2018 · 1 comment

Comments

@unclechu
Copy link
Owner

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
@unclechu unclechu self-assigned this Dec 19, 2018
@unclechu
Copy link
Owner Author

unclechu commented Dec 19, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant