Swap MENU and APP_SWITCH shortcuts

Ctrl+s was mapped to MENU, while Ctrl+m was mapped to APP_SWITCH.

To avoid confusion, swap the shortcuts:
 - Ctrl+m like _M_enu
 - Ctrl+s like _S_witch
This commit is contained in:
Romain Vimont
2018-03-23 10:10:24 +01:00
parent 35e9a64c34
commit 88ee6bc928
3 changed files with 6 additions and 6 deletions

View File

@@ -70,10 +70,10 @@ static void usage(const char *arg0) {
" Right-click (when screen is on)\n"
" click on BACK\n"
"\n"
" Ctrl+m\n"
" Ctrl+s\n"
" click on APP_SWITCH\n"
"\n"
" Ctrl+s\n"
" Ctrl+m\n"
" click on MENU\n"
"\n"
" Ctrl+'+'\n"