Key ramping bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Red cactus (talk | contribs) No edit summary |
Roguelazer (talk | contribs) |
||
Line 1: | Line 1: | ||
==Key Ramping== | ==Key Ramping== | ||
Code: | Code: | ||
alias kvrkey "kvr0" | |||
alias kvrkey "kvr0" | alias krv1 "set doKeyRamp 0 ; alias kvrkey kvr0 ; echo 'Key ramping disabled'" | ||
alias krv1 "set doKeyRamp 0 ; alias kvrkey kvr0 ; echo 'Key ramping disabled'" | alias kvr0 "set doKeyRamp 1 ; alias kvrkey kvr1 ; echo 'Key ramping enabled'" | ||
alias kvr0 "set doKeyRamp 1 ; alias kvrkey kvr1 ; echo 'Key ramping enabled'" | |||
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 | {| style="border:2px solid grey;" cellspacing=0 |
Revision as of 23:40, 26 February 2005
Key Ramping
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'"
Bind these commands to the keys of your choice:
Command | Description |
---|---|
kvrkey | Enables/disables key ramping. |
Credit
Created by simondearsly. Rewritten by Roguelazer.