mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 17:59:18 +02:00
minor tweaks and bug fixes
This commit is contained in:
@@ -334,9 +334,9 @@ keyboard_input::default_bindings() {
|
||||
// epbrakecontroltoggle
|
||||
{ GLFW_KEY_Z | keymodifier::control },
|
||||
// trainbrakeoperationmodeincrease
|
||||
{ GLFW_KEY_KP_3 | keymodifier::shift | keymodifier::control },
|
||||
{ GLFW_KEY_KP_2 | keymodifier::control },
|
||||
// trainbrakeoperationmodedecrease
|
||||
{ GLFW_KEY_KP_9 | keymodifier::shift | keymodifier::control },
|
||||
{ GLFW_KEY_KP_8 | keymodifier::control },
|
||||
// brakeactingspeedincrease
|
||||
{ GLFW_KEY_B | keymodifier::shift },
|
||||
// brakeactingspeeddecrease
|
||||
|
||||
Reference in New Issue
Block a user