aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.TXT3
-rw-r--r--android/charmap.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.TXT b/CHANGES.TXT
index d529ce6..aca11fd 100644
--- a/CHANGES.TXT
+++ b/CHANGES.TXT
@@ -25,6 +25,9 @@ IMPORTANT BUG FIXES:
- Fixed a nasty race condition in the Linux EsounD audio backend which resulted
in rare lockups when stopping the emulator on this platform.
+- The key-bindings for the Menu button (F2 and PageUp by default) didn't work
+ due to a typo.
+
==============================================================================
Changes between 1.11 and 1.10
diff --git a/android/charmap.h b/android/charmap.h
index 367e730..2b0d071 100644
--- a/android/charmap.h
+++ b/android/charmap.h
@@ -98,7 +98,7 @@ typedef enum {
kKeyCodeHeadsetHook = KEY_HEADSETHOOK,
kKeyCodeFocus = KEY_FOCUS,
kKeyCodePlus = KEY_PLUS,
- kKeyCodeMenu = KEY_MENU,
+ kKeyCodeMenu = KEY_SOFT1,
kKeyCodeNotification = KEY_NOTIFICATION,
kKeyCodeSearch = KEY_SEARCH,