I am not sure if they have a function already created for this, but you could easily make a scenario page for it. I have a lot of custom keys, but something like…
// This is an alternative macro for ESC(opening up the menu) since ESC wouldnt work for me.
key(ctrl+NUM-,1)
// Move cursor up once
key(NUM8,1)
// Select Quit Game
key(NUM0,1)
// Move Cursor over once for confirmation
key(NUM4,1)
// Confirm closing game
key(NUM0,1)
I didn’t actually test the final confirmation, because I didn’t want to re-log into the game…, but it should theoretically work. Like Lyfox always says, if you move the cursor during this it won’t work.
EDIT: I actually thing NUM- will open up the menu normally and you don’t need to make a new keybind for it.
-
This reply was modified 5 years, 6 months ago by Carrott.
-
This reply was modified 5 years, 6 months ago by Carrott.