mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
(commands) add radioenable and radiodisable commands
This commit is contained in:
@@ -137,6 +137,8 @@ driverkeyboard_input::default_bindings() {
|
||||
{ user_command::hornhighactivate, GLFW_KEY_S },
|
||||
{ user_command::whistleactivate, GLFW_KEY_Z },
|
||||
{ user_command::radiotoggle, GLFW_KEY_R | keymodifier::control },
|
||||
// radioenable
|
||||
// radiodisable
|
||||
{ user_command::radiochannelincrease, GLFW_KEY_EQUAL },
|
||||
{ user_command::radiochanneldecrease, GLFW_KEY_MINUS },
|
||||
{ user_command::radiostopsend, GLFW_KEY_PAUSE | keymodifier::shift | keymodifier::control },
|
||||
|
||||
Reference in New Issue
Block a user