mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
[Feature] Add ALPHA to some shortcuts
This commit is contained in:
@@ -140,7 +140,7 @@ bool NestedMenuController::handleEventForRow(Ion::Events::Event event, int rowIn
|
||||
if ((event == Ion::Events::Back || event == Ion::Events::Left) && depth > 0) {
|
||||
return returnToPreviousMenu();
|
||||
}
|
||||
if (event == Ion::Events::ShiftLeft && depth > 0) {
|
||||
if ((event == Ion::Events::ShiftLeft || event == Ion::Events::AlphaLeft) && depth > 0) {
|
||||
for (int i = depth; i > 0; i--) {
|
||||
returnToPreviousMenu();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user