summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-05-25 14:43:13 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-05-25 14:43:13 -0700
commit6f37a7f9b6f83fbcc919dc452e72838623e8bb5d (patch)
treec151df7091360b2d32c97271015d573199f929af /data
parent16f1d2ca00a2c793e510edba5266a6d0998efbfc (diff)
parenteea0aa25870d49e381567f09abbfb41de52a5a32 (diff)
downloadframeworks_base-6f37a7f9b6f83fbcc919dc452e72838623e8bb5d.zip
frameworks_base-6f37a7f9b6f83fbcc919dc452e72838623e8bb5d.tar.gz
frameworks_base-6f37a7f9b6f83fbcc919dc452e72838623e8bb5d.tar.bz2
am eea0aa25: Support primitive ALT-TAB style navigation using Recent Apps. (DO NOT MERGE)
* commit 'eea0aa25870d49e381567f09abbfb41de52a5a32': Support primitive ALT-TAB style navigation using Recent Apps. (DO NOT MERGE)
Diffstat (limited to 'data')
-rw-r--r--data/keyboards/Generic.kcm12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/keyboards/Generic.kcm b/data/keyboards/Generic.kcm
index 51a8b27..ef0a4e6 100644
--- a/data/keyboards/Generic.kcm
+++ b/data/keyboards/Generic.kcm
@@ -287,8 +287,8 @@ key 9 {
key SPACE {
label: ' '
base: ' '
- ctrl, alt: none
- meta: fallback SEARCH
+ ctrl: none
+ alt, meta: fallback SEARCH
}
key ENTER {
@@ -300,8 +300,8 @@ key ENTER {
key TAB {
label: '\t'
base: '\t'
- ctrl, alt: none
- meta: fallback APP_SWITCH
+ ctrl: none
+ alt, meta: fallback APP_SWITCH
}
key COMMA {
@@ -542,8 +542,8 @@ key PLUS {
key ESCAPE {
base: fallback BACK
- meta: fallback HOME
- alt: fallback MENU
+ alt, meta: fallback HOME
+ ctrl: fallback MENU
}
### Gamepad buttons ###