Dvorak bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
Swithun (talk | contribs)
FWIW... I'm probably the only Vendetta player using a Dvorak keyboard
 
 
(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.


Here is a unified [[wikipedia:Diff|diff]] of the changes I made to my [[wgaf.cfg]] file:


--- wgaf.cfg.orig      2005-04-05 21:21:00.000000000 -0700
==Code==
+++ wgaf.cfg  2005-04-14 08:22:08.498472253 -0700
  bind "s" MLookToggle
  @@ -33,9 +33,9 @@
  bind "x" +zoom
  alias missionchat "activatechattab 1; say"
  bind "e" +StrafeRight
  alias missionhelp "mission h"
  bind "a" +StrafeLeft
  bind "G" say_guild
  bind "p" +StrafeUp
-bind ";" MLookToggle
  bind "u" +StrafeDown
+bind "s" MLookToggle
  bind "'" +RotateCW
  bind F1 Help
  bind "." +RotateCCW
  -bind "i" +zoom
  bind "," +Accelerate
  +bind "x" +zoom
  bind "o" +Decelerate
  bind PageUp scrollback
  bind ";" RadarNextFront
  bind PageDown scrollforward
  bind "q" RadarNextFrontEnemy
  bind "}" LocalRadarNext
  bind "j" RadarNextNearestEnemy
  @@ -46,19 +46,17 @@
  bind "k" RadarHitBy
  bind DownArrow +TurnUp
  bind "y" +TopList
  bind UpArrow +TurnDown
  bind "-" FlyModeToggle
  bind "a" +StrafeLeft
  bind "z" Jettison
  -bind "d" +StrafeRight
  bind "i" toggleinventory
-bind "r" +StrafeUp
  bind "M" missionhelp
-bind "f" +StrafeDown
  bind "c" CharInfo
-bind "q" +RotateCW
  bind "S" toggleautoaim
-bind "e" +RotateCCW
  bind "d" hail
-bind "w" +Accelerate
 
-bind "s" +Decelerate
==Credit==
+bind "e" +StrafeRight
Created by [[User:Swithun|Swithun]]
+bind "p" +StrafeUp
 
  +bind "u" +StrafeDown
[[Category:Binds]]
  +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"

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