16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 12:19:18 +02:00

Added volume switch and buttons for radio

This commit is contained in:
Królik Uszasty
2019-10-31 23:33:48 +01:00
committed by tmj-fstate
parent 0e87e554dc
commit 50f1a45def
5 changed files with 72 additions and 14 deletions

View File

@@ -740,6 +740,15 @@ drivermouse_input::default_bindings() {
{ "radiocall3_sw:", {
user_command::radiocall3send,
user_command::none } },
{ "radiovolume_sw:",{
user_command::radiovolumeincrease,
user_command::radiovolumedecrease } },
{ "radiovolumeprev_sw:",{
user_command::radiovolumedecrease,
user_command::none } },
{ "radiovolumenext_sw:",{
user_command::radiovolumeincrease,
user_command::none } },
{ "pantfront_sw:", {
user_command::pantographtogglefront,
user_command::none } },