Dvorak bind

Revision as of 03:29, 14 May 2005 by Swithun (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Here is a unified diff of the changes I made to my wgaf.cfg file:

--- wgaf.cfg.orig      2005-04-05 21:21:00.000000000 -0700
+++ wgaf.cfg   2005-04-14 08:22:08.498472253 -0700
@@ -33,9 +33,9 @@
 alias missionchat "activatechattab 1; say"
 alias missionhelp "mission h"
 bind "G" say_guild
-bind ";" MLookToggle
+bind "s" MLookToggle
 bind F1 Help
-bind "i" +zoom
+bind "x" +zoom
 bind PageUp scrollback
 bind PageDown scrollforward
 bind "}" LocalRadarNext
@@ -46,19 +46,17 @@
 bind DownArrow +TurnUp
 bind UpArrow +TurnDown
 bind "a" +StrafeLeft
-bind "d" +StrafeRight
-bind "r" +StrafeUp
-bind "f" +StrafeDown
-bind "q" +RotateCW
-bind "e" +RotateCCW
-bind "w" +Accelerate
-bind "s" +Decelerate
+bind "e" +StrafeRight
+bind "p" +StrafeUp
+bind "u" +StrafeDown
+bind "'" +RotateCW
+bind "." +RotateCCW
+bind "," +Accelerate
+bind "o" +Decelerate
 bind Tab +Turbo
 bind Space +Brakes
 bind LMBUTTON +Shoot2
-bind "c" +Shoot1
 bind RMBUTTON +Shoot1
-bind "v" +Shoot3
 bind MMBUTTON +Shoot3
 bind "1" Weapon1
 bind "2" Weapon2
@@ -69,20 +67,20 @@
 bind "7" Mine2
 bind "]" RadarNext
 bind "[" RadarPrev
-bind "b" RadarNextFront
-bind "z" RadarNextFrontEnemy
-bind "x" RadarNextNearestEnemy
-bind "y" RadarHitBy
-bind "u" +TopList
+bind ";" RadarNextFront
+bind "q" RadarNextFrontEnemy
+bind "j" RadarNextNearestEnemy
+bind "k" RadarHitBy
+bind "y" +TopList
 bind "`" ConsoleToggle
 bind F9 ViewToggle
 bind F10 CameraToggle
 bind F4 allhudtoggle
 bind Enter Activate
-bind "'" FlyModeToggle
-bind "j" Jettison
-bind "o" toggleinventory
-bind "H" missionhelp
+bind "-" FlyModeToggle
+bind "z" Jettison
+bind "i" toggleinventory
+bind "M" missionhelp
 bind "m" missionchat
 bind "t" say_channel
 bind "g" say_group
@@ -92,18 +90,18 @@
 bind "@" tab2
 bind F2 togglechattab
 bind "n" nav
-bind "k" CharInfo
-bind ":" toggleautoaim
+bind "c" CharInfo
+bind "S" toggleautoaim
 bind F5 hudscale
-bind "h" hail
+bind "d" hail
 bind MOUSEX +LookX
 bind MOUSEY +LookY
 set update_k "-3.500000"
 set snd_vel "3000.000000"
 set fov "75.000000"
 set rHiRezBK "1"
 set rDoEffects "2"
 set rDoSpaceJunk "1"
 set rSceneLODBias "335.981750"
 set rDistanceLODBias "2.210526"
 set rRenderStationInMenu "1"
Last modified on 14 May 2005, at 03:29