mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 06:49:19 +02:00
(commands) add timetablelightenable and timetablelightdisable commands
This commit is contained in:
@@ -872,6 +872,12 @@ drivermouse_input::default_bindings() {
|
||||
{ "timetablelight_sw:", {
|
||||
user_command::timetablelighttoggle,
|
||||
user_command::none } },
|
||||
{ "timetablelighton_sw:", {
|
||||
user_command::timetablelightenable,
|
||||
user_command::none } },
|
||||
{ "timetablelightoff_sw:", {
|
||||
user_command::timetablelightdisable,
|
||||
user_command::none } },
|
||||
{ "cablight_sw:", {
|
||||
user_command::interiorlighttoggle,
|
||||
user_command::none } },
|
||||
|
||||
Reference in New Issue
Block a user