fuhsjr00 / bug.n

Tiling Window Manager for Windows
GNU General Public License v3.0
3.36k stars 214 forks source link

Windows key bindings aren't being overridden #244

Closed marnunez closed 4 years ago

marnunez commented 4 years ago

Hi! Running bug.n 0.9.2, from compiled exe, adm privileges. I'm finding that the default Win+key are not overridden, resulting in:

etc

Tried it also with the development version, same results. Anyone experiencing this problem as well?

joten commented 4 years ago

This is intentional. The default key bindings, which provide helpful functionality not replaced by bug.n functions, should still be accessible as far as possible; e.g. only #+d, #^d and #+^d are used by bug.n, but not #d.

marnunez commented 4 years ago

Ok, understood. But regarding the #+(any key) binding, that will pop up the Screen Magnifier regardless of the key I press. Is that normal as well? There seem to be many bug.n defaults that include the #+(key) binding, such as #+I

joten commented 4 years ago

Ah, well, #+ is a symbolic notation used by AutoHotkey representing WinShift. Have a look at the cheat sheet from the release file for an overview of the default hotkeys.

marnunez commented 4 years ago

:man_facepalming: I use AutoHotkey nearly every day... can't believe this got pass me haha. Thanks!