fuhsjr00 / bug.n

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

Releasing hotkey intercepts #292

Open jjrreett opened 2 years ago

jjrreett commented 2 years ago

I am trying to disable some of the Alt hotkey shortcuts because they collide with another program I use. In config.ini I have commented out the commands I don't need and have added lines as suggested by the wiki.

Still, bug.n is intercepting my commands and preventing the other program from receiving them. Any advice?

OmarAshkar commented 1 year ago

+1 for this issue

Mickychen00 commented 1 year ago

Hi, I use the method you mentioned. I found it works for me. Alt + 9 is a Pycharm Git module. I found bug.n interrupt this keymap. image But when I use the Config_hotkey=<key name>:: (without a function name) method. It works.