stefansundin / superf4

:file_folder: Kill programs instantly with Ctrl+Alt+F4. (Windows)
https://stefansundin.github.io/superf4/
GNU General Public License v3.0
660 stars 39 forks source link

Single key kill #40

Open stefansundin opened 4 years ago

stefansundin commented 4 years ago

I was contacted by someone in the Fallout New Vegas speedrunning community, and he wanted the ability to kill the game with a single keypress (the G key). It is easier to just do a one-off change in the source code than to make it customizable.

P.S. Funny thing happened while typing this: I accidentally killed Chrome by hitting the G key.

Mobulos commented 4 years ago

Hmm, a single key Feature would be pretty annoying. I think we would use that key very often, not to say I use every key when I'm gaming. If u would implement something like that it should be one of the Function keys. For example F9!

nazibalalam commented 3 years ago

I would take anything if it doesn't include Ctrl. Because if a window is non-responsive, then Ctrl instantly brings up the error reporter. Before i can press alt and F4. :\

Synetech commented 3 years ago

One can use another program to create a macro. For example, you could use the following AutoHotkey script (replacing the title with whatever is the actual title of the game/program window and hotkey to whatever is desired):

#IfWinActive, Fallout New Vegas
g::send ^!{f4}