build 200116. generic LocHandleTimeTraxx support, pantograph selection controls, vehicle status fix debug panel button

This commit is contained in:
tmj-fstate
2020-01-16 23:08:36 +01:00
parent eb9304495a
commit cf02c37ea7
12 changed files with 286 additions and 130 deletions

View File

@@ -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,