Skip to content

Commit

Permalink
Updated resource files
Browse files Browse the repository at this point in the history
- Fixed Audio and Keyboard / Mouse menus in the Options flyout having broken navigation keys when trying to use the arrow keys or a controller.
  • Loading branch information
Rayman1103 committed Sep 18, 2021
1 parent 6b803ff commit 3e4ba08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions left4dead2/resource/ui/l4d360ui/keyboardmouse.res
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
"maxValue" "20.0f"
"stepSize" "1.0"
"navUp" "DrpMouseFilter"
"navDown" "DrpDeveloperConsole"
"navDown" "DrpDeveloperConsole" [!$WIN32]
"navDown" "DrpRawMouse" [$WIN32]
"conCommand" "sensitivity"
"inverseFill" "0"

Expand Down Expand Up @@ -391,7 +392,8 @@
"enabled" "1"
"usetitlesafe" "0"
"tabPosition" "0"
"navUp" "SldMouseSensitivity"
"navUp" "SldMouseSensitivity" [!$WIN32]
"navUp" "SldMouseAcceleration" [$WIN32]
"navDown" "DrpGamepadEnable"

//button and label
Expand Down Expand Up @@ -657,7 +659,7 @@
"usetitlesafe" "0"
"tabPosition" "0"
"navUp" "DrpGamepadYInvert"
"navDown" "BtnCancel"
"navDown" "DrpGamepadAutoAim"

//button and label
"BtnDropButton"
Expand Down
4 changes: 2 additions & 2 deletions left4dead2/resource/ui/l4d360ui/video.res
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"navUp" "Btn3rdPartyCredits"
"navDown" "DrpAspectRatio"
"conCommand" "mat_monitorgamma"
"inverseFill" "1"
"inverseFill" "0"

//button and label
"BtnDropButton"
Expand Down Expand Up @@ -741,7 +741,7 @@
"enabled" "1"
"usetitlesafe" "0"
"tabPosition" "0"
"navUp" "DrpModelDetail"
"navUp" "DrpQueuedMode"
"navDown" "BtnUseRecommended"

//button and label
Expand Down

0 comments on commit 3e4ba08

Please sign in to comment.