@ Special K Developers - Please grant this request of mine

you could use windowed borderless mode to avoid that issue…

sk has a borderless option you could enable from sk’s control panel, and you can set keybinds/sk macros to toggle the borderless mode also.

i’ve used these in my macros.ini (in the global sk folder) for example:

[Macro.Borderless]
Num 7=Window.Borderless toggle

[Macro.Center]
Num 8=Window.Center toggle

[Macro.Fullscreen]
Num 9=Window.Fullscreen toggle

you could also use a combination of keys like this:

[Macro.Borderless]
Ctrl+8=Window.Borderless toggle

and/or post your suggestion in the sk github. kaldaien could look into it at some point.