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

Trigger hotkeys if user has not released all keys before #525

Open
vitonsky opened this issue Jan 17, 2025 · 0 comments
Open

Trigger hotkeys if user has not released all keys before #525

vitonsky opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@vitonsky
Copy link
Collaborator

The problem is current hotkeys implementation force user to release hotkeys and press all keys again to trigger combination.

So for combination Ctrl+ArrowDown user can't do like that

  • Hold Ctrl
  • Press and release ArrowDown
  • Hotkey triggered
  • Press and release ArrowDown
  • Hotkey triggered

The second press for ArrowDown will not trigger a hotkey handler.

Original report

Я указал перевод по Ctrl+ArrowDown. Проблема в том, что нельзя зажать Ctrl и переключать текст, нажимая на ArrowDown. Каждый раз приходится полностью отжимать и ArrowDown и Ctrl. И только после отжатия обеих кнопок, и нажатия на обе кнопки, идёт переключение языков. Мелочь. Но есть вот такой маленький недостаток.

@vitonsky vitonsky added the enhancement New feature or request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant