mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200116. generic LocHandleTimeTraxx support, pantograph selection controls, vehicle status fix debug panel button
This commit is contained in:
@@ -180,6 +180,10 @@ driverkeyboard_input::default_bindings() {
|
||||
// pantographlowerfront,
|
||||
// pantographlowerrear,
|
||||
{ user_command::pantographlowerall, GLFW_KEY_P | keymodifier::control },
|
||||
{ user_command::pantographselectnext, GLFW_KEY_P | keymodifier::shift },
|
||||
{ user_command::pantographselectprevious, GLFW_KEY_O | keymodifier::shift },
|
||||
{ user_command::pantographraiseselected, GLFW_KEY_O | keymodifier::shift | keymodifier::control },
|
||||
{ user_command::pantographlowerselected, GLFW_KEY_O | keymodifier::control },
|
||||
{ user_command::heatingtoggle, GLFW_KEY_H },
|
||||
// heatingenable,
|
||||
// heatingdisable,
|
||||
|
||||
Reference in New Issue
Block a user