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

Make keyboard shortcuts configurable #26

Closed
4 tasks done
variar opened this issue Dec 5, 2017 · 2 comments
Closed
4 tasks done

Make keyboard shortcuts configurable #26

variar opened this issue Dec 5, 2017 · 2 comments

Comments

@variar
Copy link
Owner

variar commented Dec 5, 2017

QKeyEvent is not aware of keyboard layouts. Need to find a workaround. Quick search points to QKeyEvent::nativeScanCode(), but it doesn't work on cocoa.

  • Add shortcuts configuration dialog
  • Make all main window shortcuts configurable
  • Allow to clear a shortcut
  • Store shortcuts in human-readable format
@variar variar self-assigned this Dec 5, 2017
@variar variar added this to the 2019.next milestone Jul 27, 2019
@variar
Copy link
Owner Author

variar commented Jul 27, 2019

Also consider ui for hotkeys configuration

@variar
Copy link
Owner Author

variar commented May 30, 2021

Some hotkey customisation landed in 21.05.0.1018

@variar variar changed the title Make keyboard shortcuts work in non-latin layout Make keyboard shortcuts configurable Jun 9, 2021
variar added a commit that referenced this issue Jun 9, 2021
Add button to clear shortcut. Sort shortcuts by action name.
variar added a commit that referenced this issue Jun 9, 2021
Add named shortcuts for main window actions.
Store shortcuts as human readable array.

Change "go to line" shortcut to Ctrl+L (#334)
@variar variar closed this as completed Jun 9, 2021
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