Remove legacy sendstring keycodes (#18749)
This commit is contained in:
@@ -77,9 +77,9 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
|
||||
}
|
||||
else if (index == 1) {
|
||||
if (clockwise) {
|
||||
SEND_STRING(SS_LCTRL("1")); // audacity zoom in
|
||||
SEND_STRING(SS_LCTL("1")); // audacity zoom in
|
||||
} else {
|
||||
SEND_STRING(SS_LCTRL("3")); // audacity zoom out
|
||||
SEND_STRING(SS_LCTL("3")); // audacity zoom out
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user