Skip to content

Commit

Permalink
Remove jump and crouch from default keybinds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Acts 19 quiz authored and Acts 19 quiz committed Jun 23, 2024
1 parent ed64d5a commit af20f00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions wadsrc/static/engine/commonbinds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end centerview

// Xbox 360 / PS2 controllers
pad_a +use
pad_y +jump
// pad_y +jump Acts 19 quiz
rtrigger +attack
ltrigger +altattack
lshoulder weapprev
Expand All @@ -63,11 +63,11 @@ dpaddown invuse
dpadup togglemap
pad_start menu_main
pad_back pause
lthumb crouch
// lthumb crouch Acts 19 quiz

// Generic gamepad bindings
joy1 +use
joy4 +jump
// joy4 +jump Acts 19 quiz
axis6plus +attack
axis3plus +altattack
joy5 weapprev
Expand All @@ -78,7 +78,7 @@ pov1down invuse
pov1up togglemap
joy8 menu_main
joy7 pause
joy10 crouch
// joy10 crouch Acts 19 quiz

/* Default automap bindings */
mapbind f am_togglefollow
Expand Down
4 changes: 2 additions & 2 deletions wadsrc/static/engine/defbinds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ w +forward
s +back
a +moveleft
d +moveright
space +jump
x crouch
// space +jump Acts 19 quiz
// x crouch Acts 19 quiz
e +use
mouse2 +altattack

0 comments on commit af20f00

Please sign in to comment.