hotkeys
Moderators: Lavish Software Team, Moderators
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
The next/previous hotkeys were added with the following commands:
Therefore, use the same commands, except change ctrl+alt+x and ctrl+alt+z to the desired keys.
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
Code: Select all
bind next ctrl+alt+x uplink focus -next
bind previous ctrl+alt+z uplink focus -previous