My hotkeys have noop overrides like this:
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.
My hotkeys have noop overrides like this:
{"keys": ["shift+super+n"], "command": ""},Used to have
noopthere, but there's a chance of collision;""seems like a better choice. Unfortunately PackageDev doesn't like it, and scopes the closing quote asillegal, 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.