How to close computer terminal with a hot key?
The only possible way to close computer terminals is to click the mouse on the red square button. How can I close it with a keyboard command? It does not need to be a mod, it can be any other way.
I am on PC (but I think other platforms info may help other people too, but I can only check on PC), and so, any mods are welcome too.
Just as information, there is a console command CloseAllMenus (short: cam) that is capable of closing the terminal; though I am not sure how it can help concerning a hot key bind.
Best Answer
[LINUX ONLY]
If you are on linux+wine, this works:
xdotool key --delay 250 --window $windowId grave
xdotool type --window $windowId "CloseAllMenus"
xdotool key --delay 250 --window $windowId Return
Just put it on a script file and bind a system key to execute that script.
To make it sure what key opens the console (mine is grave), use xev to get the name of the key.
$windowId is the window id you find this way: xdotool search --name "Default - Wine desktop" (for this to work you must run wine on a non-windowed mode, the desktop mode)
Non linux answers are welcome too of course; and I still look for a in-game solution tho.
Pictures about "How to close computer terminal with a hot key?"



How to exit computer in fallout new vegas?
The only possible way to close computer terminals is to click the mouse on the red square button.What is a terminal keyboard?
Terminal Keyboard is an implementation of a USB HID keyboard that gets its keystrokes from the serial port. Connecting a terminal program (such as Seyon or HyperTerminal) to the serial port results in characters typed on the terminal being sent as key strokes to the USB host.How do you exit the terminal in Fallout 3 PC?
Hitting \\"Q\\" will close a currently opened terminal.How do I get out of the terminal in Fallout 4?
If you click around, and press tab, you can get out. Usually in Fallout games (since 3) tab has been the main key to get out, but left clicking before tab is sometimes needed.Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Pixabay, Pixabay, Engin Akyurt, Pixabay
