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

Keyboard Shortcuts: lay foundation for feature #5332

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ronshabi
Copy link

@ronshabi ronshabi commented Nov 11, 2023

Lay the foundation for a standard way to configure user defined keyboard shortcuts. Added "Shortcuts" settings tab which can write and retreive gtk accelerator-strings from core::control::Settings

Shortcut key-values are stored as a std::unordered_map.

I did not add any modification to ActionDatabase yet, and would like to get community feedback before.

(second commit because I forgot to clang-format)

Refrences issue #919

Lay the foundation for a standard way to configure user defined keyboard
shortcuts. Added "Shortcuts" settings tab which can write and retreive
gtk accelerator-strings from core::control::Settings

Shortcut key-values are stored as a std::unordered_map.

I did not add any modification to ActionDatabase yet, and would like
to get community feedback before.

Refrences issue xournalpp#919
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant