[REQ] Consistent 'Tab' key usage for closing menus

Users who are viewing this thread

Most menus and scenes can be exited by pressing Tab, but there are several menus where it doesn't work (but pressing Esc does). I would love to see a mod that makes all game menus closable by pressing Tab.

List of where Tab doesn't work as Exit shortcut (incomplete):

Character/Inventory/Quests/Clan/Kingdom menus
Trade menu
Recruitment menu
 
Last edited:
I remember using AutoHotkey for these things. Create a script with the keys you want to change, for example:
Code:
$Tab::Escape
$q::Tab
Every time you press 'Tab' it will be like pressing 'Esc', now the 'q' key acts as a 'Tab'.
It's just a way to address your request, I hope it's useful.
 
Back
Top Bottom