WinEQ Hotkeys for Inner Space

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Locked
Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

WinEQ Hotkeys for Inner Space

Post by Lax » Thu Feb 03, 2005 4:40 pm

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.
Last edited by Lax on Sat Mar 04, 2006 11:00 am, edited 1 time in total.

Red
GamingTools Subscriber
Posts: 22
Joined: Thu Aug 12, 2004 4:50 pm

Quarter

Post by Red » Fri Jul 01, 2005 10:04 am

Is there a WinEQ style hotkey in IS for Quarter-screen? If I recall from WinEQ you could hit a hotkey and it would take your game windows to quarter-screen, and put them out to the quadrants of the desktop

-Red

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Fri Jul 01, 2005 11:22 am

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)

Code: Select all

bind quarterkey SHIFT+ALT+Q "WindowSize -viewable ${Math.Calc[${Display.DesktopWidth}/2].Int}x${Math.Calc[${Display.DesktopHeight}/2].Int}"
Or of course, you can make it whatever size you want:

Code: Select all

bind mybind SHIFT+ALT+D "WindowSize -viewable 640x480"
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 :)

Locked