Skip to content

Commit

Permalink
platform opendingux, add exit key (gkd mini)
Browse files Browse the repository at this point in the history
  • Loading branch information
irixxxx committed May 10, 2024
1 parent 695e6de commit 5a1c688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/opendingux/inputmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ const char * _in_sdl_key_names[SDLK_LAST] = {
[SDLK_KP_DIVIDE] = "L3",
[SDLK_KP_PERIOD] = "R3",
[SDLK_HOME] = "POWER",
/* gkd (mini) */
/*[SDLK_HOME] = "MENU",*/ /* same as POWER on other devices :-/ */
[SDLK_END] = "EXIT",
/* gcw0 */
[SDLK_POWER] = "POWER",
[SDLK_PAUSE] = "LOCK",
Expand Down

0 comments on commit 5a1c688

Please sign in to comment.