Dvorak bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
FWIW... I'm probably the only Vendetta player using a Dvorak keyboard |
ScoutRifle (talk | contribs) m →Code |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
For those using the [[wikipedia:Dvorak_Simplified_Keyboard|Dvorak]] keyboard, playing Vendetta can be tricky. Many keys are laid out according to location (such as the strafe/rotate keys) which means, on a Dvorak keyboard those keys would be scattered across the keyboard. But if you switch to a Qwerty keyboard layout to play Vendetta, typing (i.e. chatting) would be near impossible. | For those using the [[wikipedia:Dvorak_Simplified_Keyboard|Dvorak]] keyboard, playing Vendetta can be tricky. Many keys are laid out according to location (such as the strafe/rotate keys) which means, on a Dvorak keyboard those keys would be scattered across the keyboard. But if you switch to a Qwerty keyboard layout to play Vendetta, typing (i.e. chatting) would be near impossible. | ||
==Code== | |||
bind "s" MLookToggle | |||
bind "x" +zoom | |||
bind "e" +StrafeRight | |||
bind "a" +StrafeLeft | |||
bind "p" +StrafeUp | |||
bind "u" +StrafeDown | |||
bind "'" +RotateCW | |||
bind "." +RotateCCW | |||
bind "," +Accelerate | |||
bind "o" +Decelerate | |||
bind ";" RadarNextFront | |||
bind "q" RadarNextFrontEnemy | |||
bind "j" RadarNextNearestEnemy | |||
bind "k" RadarHitBy | |||
bind "y" +TopList | |||
bind "-" FlyModeToggle | |||
bind "z" Jettison | |||
bind "i" toggleinventory | |||
bind "M" missionhelp | |||
bind "c" CharInfo | |||
bind "S" toggleautoaim | |||
bind "d" hail | |||
==Credit== | |||
Created by [[User:Swithun|Swithun]] | |||
[[Category:Binds]] | |||
Latest revision as of 23:42, 12 April 2011
For those using the Dvorak keyboard, playing Vendetta can be tricky. Many keys are laid out according to location (such as the strafe/rotate keys) which means, on a Dvorak keyboard those keys would be scattered across the keyboard. But if you switch to a Qwerty keyboard layout to play Vendetta, typing (i.e. chatting) would be near impossible.
Code
bind "s" MLookToggle bind "x" +zoom bind "e" +StrafeRight bind "a" +StrafeLeft bind "p" +StrafeUp bind "u" +StrafeDown bind "'" +RotateCW bind "." +RotateCCW bind "," +Accelerate bind "o" +Decelerate bind ";" RadarNextFront bind "q" RadarNextFrontEnemy bind "j" RadarNextNearestEnemy bind "k" RadarHitBy bind "y" +TopList bind "-" FlyModeToggle bind "z" Jettison bind "i" toggleinventory bind "M" missionhelp bind "c" CharInfo bind "S" toggleautoaim bind "d" hail
Credit
Created by Swithun