mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 09:59:18 +02:00
Fixed BrakeHandle type MHZ_EN57 and brake operation mode selector
This commit is contained in:
committed by
tmj-fstate
parent
bb87a63eed
commit
fc1f57a5d4
@@ -333,6 +333,10 @@ keyboard_input::default_bindings() {
|
||||
{ GLFW_KEY_G },
|
||||
// epbrakecontroltoggle
|
||||
{ GLFW_KEY_Z | keymodifier::control },
|
||||
// brakeoperationmodeincrease
|
||||
{ GLFW_KEY_L | keymodifier::shift },
|
||||
// brakeoperationmodedecrease
|
||||
{ GLFW_KEY_L},
|
||||
// brakeactingspeedincrease
|
||||
{ GLFW_KEY_B | keymodifier::shift },
|
||||
// brakeactingspeeddecrease
|
||||
|
||||
Reference in New Issue
Block a user