Key ramping bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
Line 6: Line 6:
==Aliases==
==Aliases==
Bind these commands to the keys of your choice:<br>
Bind these commands to the keys of your choice:<br>
{| style="border:2px solid grey;" cellspacing=0
{| border="1"
|-
! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;" | <small>Description
|-
|-
| style="border-right:1px solid grey;" | <small>kvrkey|| <small>Enables/disables key ramping.
! Command
! Description
|-
| kvrkey
| Enables/disables key ramping.
|}
|}


==Credit==
==Credit==
Created by simondearsly. Rewritten by Roguelazer.
Created by simondearsly. Rewritten by Roguelazer.

Revision as of 01:22, 5 March 2005

Code

alias kvrkey "kvr0"
alias krv1 "set doKeyRamp 0 ; alias kvrkey kvr0 ; echo 'Key ramping disabled'"
alias kvr0 "set doKeyRamp 1 ; alias kvrkey kvr1 ; echo 'Key ramping enabled'"

Aliases

Bind these commands to the keys of your choice:

Command Description
kvrkey Enables/disables key ramping.

Credit

Created by simondearsly. Rewritten by Roguelazer.