flyingpie / windows-terminal-quake

Enable Quake-style dropdown for (almost) any application.
https://wtq.flyingpie.nl
MIT License
596 stars 39 forks source link

Setting key to only F12 doesn't seem to work #70

Closed Ciel-MC closed 3 years ago

Ciel-MC commented 3 years ago

I would like the key to be set to F12 so it behaves just like in linux, my config is simply "HotKeys": [ { "Key": "F12" } ] but it didn't work, i have tried other keys in it's place and it seems fine, I think it's only the function keys that are broken

lpuglia commented 3 years ago

F12 on windows is a special key used in debugging, for some reasons it is set system-wide, you may want to disable this windows shortcut first: https://conemu.github.io/en/GlobalHotKeys.html#Using_F12_as_global_hotkey

flyingpie commented 3 years ago

@lpuglia Thank you for pointing this out, would have taken me forever :D

@Shuaiouke Can you confirm that this fixes the problem for you as well?

flyingpie commented 3 years ago

The cause and a solution for this problem is added to the docs, closing this issue.