MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / tmate2KeyDefaultAction

Function tmate2KeyDefaultAction

src/gui/MainWindow_Controllers.cpp:144–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144QString tmate2KeyDefaultAction(int keyIndex)
145{
146 switch (keyIndex) {
147 case 0: return QStringLiteral("ToggleMox");
148 case 1: return QStringLiteral("ToggleAgc");
149 case 2: return QStringLiteral("BandZoom");
150 case 3: return QStringLiteral("ToggleApf");
151 case 4: return QStringLiteral("ToggleMute");
152 case 5: return QStringLiteral("ToggleRit");
153 default: return QStringLiteral("None");
154 }
155}
156
157QString tmate2PushDefaultAction(int encoderIndex)
158{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected