flyingpie / windows-terminal-quake

Turn any app into a Quake-style toggleable app.
https://wtq.flyingpie.nl
MIT License
547 stars 35 forks source link

Allow using shortcuts without a modifier #127

Closed evilmav closed 1 month ago

evilmav commented 2 months ago

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 commented 2 months ago

@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 commented 1 month ago

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