Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single key kill #40

Open
stefansundin opened this issue Apr 4, 2020 · 3 comments
Open

Single key kill #40

stefansundin opened this issue Apr 4, 2020 · 3 comments

Comments

@stefansundin
Copy link
Owner

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
Copy link

Mobulos commented Jun 12, 2020

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
Copy link

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
Copy link

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants