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

[Keymap] Empty command is scoped as illegal, but I want to use it as noop #311

Closed
mitranim opened this issue Nov 1, 2020 · 0 comments
Closed
Labels
Milestone

Comments

@mitranim
Copy link

mitranim commented Nov 1, 2020

My hotkeys have noop overrides like this:

{"keys": ["shift+super+n"], "command": ""},

Used to have noop there, but there's a chance of collision; "" seems like a better choice. Unfortunately PackageDev doesn't like it, and scopes the closing quote as illegal, making it red. Is there a particular reason for this? Is there a better way to disable hotkeys? If not, perhaps we should make this "legal" until further plot development.

@FichteFoll FichteFoll added this to the 3.3.0 milestone Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants