hotkeys

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
siban
GamingTools Subscriber
Posts: 12
Joined: Sat Jul 24, 2004 8:12 am

hotkeys

Post by siban » Sat May 13, 2006 7:58 am

how do you make hotkeys for innerspace?

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

Post by Lax » Sat May 13, 2006 9:16 am


siban
GamingTools Subscriber
Posts: 12
Joined: Sat Jul 24, 2004 8:12 am

Post by siban » Sat May 13, 2006 11:00 am

what would i type jsut to switch bwtween sessions

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

Post by Lax » Sat May 13, 2006 11:59 am

Next/previous session binds are there by default as ctrl+alt+Z and ctrl+alt+X.
Type "bind -list" to see the list of current binds. Here's what it says for me

Code: Select all

Registered hotkeys:
-----------------------------
[console] [`] Command (Release): console "toggle"
[memoryindicator] [Ctrl+Alt+M] Command (Release): hudgroup "-toggle" "memory indicator"
[fpsindicator] [Ctrl+Alt+F] Command (Release): hudgroup "-toggle" "fps indicator"
[fullscreenkey] [Shift+Alt+F] Command (Release): fullscreen
[normalkey] [Shift+Alt+N] Command (Release): normal
[tinykey] [Shift+Alt+T] Command (Release): tiny
[next] [Ctrl+Alt+X] Command (Release): uplink focus -next
[previous] [Ctrl+Alt+Z] Command (Release): uplink focus -previous
The next/previous hotkeys were added with the following commands:

Code: Select all

bind next ctrl+alt+x uplink focus -next
bind previous ctrl+alt+z uplink focus -previous
Therefore, use the same commands, except change ctrl+alt+x and ctrl+alt+z to the desired keys.

Post Reply