Clean installations of Inner Space as of beta version 0.69 will automatically set up several of the default WinEQ hotkeys, including CTRL+ALT+Z and CTRL+ALT+X for previous/next sessions, CTRL+ALT+# for global activation, SHIFT+ALT+F for full screen, SHIFT+ALT+N for "normal" and SHIFT+ALT+T for "tiny", as well as Scroll Lock for mouse release/recapture for EQ1.
The memory indicator can be toggled with CTRL+ALT+M, and the FPS indicator with CTRL+ALT+F. These are both done through ISUI and are part of the default UI. You can also disable these by editing preinit.iss, or creating your own default UI.
It will also set up per-profile eqclient.ini and eqlsPlayerData.ini files.
These are set up in PreInit.iss, in the Scripts folder. This file is an Inner Space script and can be edited to change the keys or behaviors such as window positioning, etc.
WinEQ Hotkeys for Inner Space
Moderators: Lavish Software Team, Moderators
WinEQ Hotkeys for Inner Space
Last edited by Lax on Sat Mar 04, 2006 11:00 am, edited 1 time in total.
Nope, and there's not one by default in WinEQ 2 either. However, you can create your own quarter-screen hotkey.
In the in-game console, type or paste (via CTRL+V or SHIFT+INSERT)
Or of course, you can make it whatever size you want:
Place any commands you want to run automatically every time in a text file called AUTOEXEC.ICE, which you must create, in the Inner Space folder.
I'm locking this thread because it's not really appropriate to continue a conversation on, so if you need further help or have more questions, please begin a new thread
In the in-game console, type or paste (via CTRL+V or SHIFT+INSERT)
Code: Select all
bind quarterkey SHIFT+ALT+Q "WindowSize -viewable ${Math.Calc[${Display.DesktopWidth}/2].Int}x${Math.Calc[${Display.DesktopHeight}/2].Int}"
Code: Select all
bind mybind SHIFT+ALT+D "WindowSize -viewable 640x480"
I'm locking this thread because it's not really appropriate to continue a conversation on, so if you need further help or have more questions, please begin a new thread
