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

fix: backspace and delete shortcuts on macos #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

nfsxreloader
Copy link
Contributor

Fixes issue #14

@nfsxreloader nfsxreloader marked this pull request as ready for review May 13, 2022 11:01
Comment on lines 45 to 46
"Delete" : NSDeleteCharacter,
"Backspace" : NSBackspaceCharacter

Choose a reason for hiding this comment

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

Are there any other special shortcuts that we may need to add here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

probably, but I don't know every single one that is necessary

Choose a reason for hiding this comment

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

From a quick search, these seems to be available, but I'm not sure which ones are valid values for a context menu shortcut.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there are more such at this ones for example, I can try to add a bit more

Choose a reason for hiding this comment

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

For completeness sake, that would be nice. It can also be done in a follow-up PR. As you prefer 👍

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.

4 participants