able16
20 discussion posts
I have a custom function for changing window size/location mapped to a key combination, but I only want it to activate for one [maybe two] programs. Since I mostly run games in borderless windowed, accidentally pressing the key combo yields unwanted results.
For a few years I've gotten by with remapping the key combination but I'm reorganizing my workflow so trying not to take the inconvienience anymore. Also don't want to do this in a roundabout way. Such as making two triggers that toggles key combinations and appending every process.
I can achieve this with one line using AutoHotKey (#IfWinActive) but would like to keep DisplayFusion as my only window manager.