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

Allow using shortcuts without a modifier #127

Closed
evilmav opened this issue Apr 24, 2024 · 2 comments
Closed

Allow using shortcuts without a modifier #127

evilmav opened this issue Apr 24, 2024 · 2 comments

Comments

@evilmav
Copy link

evilmav commented Apr 24, 2024

The JSON config schema seems to require a modifier to always be set in addition to a key if I read right. It would be nice if a shortcut key could be mapped without a modifier.

@flyingpie
Copy link
Owner

@evilmav Thank you for reporting this!

You can use shortcuts without modifiers, but you're totally right that it's heavily suggested otherwise.

I'll update the docs, could you test a configuration such as this (with your preferred key)?

{
  "Apps": [
    {
      "HotKeys": [{ "Key": "D1" }]
      ...
    },
    ...
}

@flyingpie
Copy link
Owner

The documentation has been cleared up a bit, hopefully that's enough for now. Otherwise, feel free to re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants