diff options
Diffstat (limited to 'android/skin/file.c')
-rw-r--r-- | android/skin/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/skin/file.c b/android/skin/file.c index b0cb9cf..3d5ea7f 100644 --- a/android/skin/file.c +++ b/android/skin/file.c @@ -125,6 +125,7 @@ static KeyInfo _keyinfo_table[] = { { "dpad-center", kKeyCodeDpadCenter }, { "soft-left", kKeyCodeSoftLeft }, { "soft-right", kKeyCodeSoftRight }, + { "search", kKeyCodeSearch }, { "volume-up", kKeyCodeVolumeUp }, { "volume-down", kKeyCodeVolumeDown }, { "power", kKeyCodePower }, |