fuhsjr00 / bug.n

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

bug.n hotkey won't work on system window like task manager window? #251

Closed tianxiayu007 closed 4 years ago

tianxiayu007 commented 4 years ago

all the hotkeys i configed in bug.n won't work when meet system windows, like task manager window. for example, I set #q to close window while on task manager, this hotkey trigger the system search.

Snipaste_2020-04-29_10-52-56

Snipaste_2020-05-02_15-45-18

joten commented 4 years ago

Task Manager is an app, which is not run in the user‘s context as bug.n is. Either you will have to activate a different window when controlling bug.n, or you will have to run bug.n itself as administrator allowing it to moveable resize Windows system apps, too.

tianxiayu007 commented 4 years ago

Many thanks, i see it