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

feat: support mouse backward & forward buttons as ShortcutKeys #1186

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zefr0x
Copy link
Contributor

@zefr0x zefr0x commented Aug 23, 2024

This is a base for #499 to map the backward and forward mouse buttons to the history (Undo and Redo).
We can hard-map them to history actions, but this will limit mouse buttons configurability, so it's better to wait longer for the implementation of this feature.

I would like to do a follow-up PR for those two new shortcut actions which will also partially do #865, but we need to discuss a refactoring for the UI and the logic behind it since the current settings are designed mainly for pen related actions.

version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<!-- TODO: Create an icon for backward mouse button. -->
Copy link
Contributor Author

@zefr0x zefr0x Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need an icon for backward mouse shortcut key.

version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<!-- TODO: Create an icon for forward mouse button. -->
Copy link
Contributor Author

@zefr0x zefr0x Aug 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need an icon for forward mouse shortcut key.

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.

1 participant