diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-04-06 15:33:01 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@google.com> | 2011-04-06 15:38:05 -0700 |
commit | 5487500cf3d9f6d7703ce0704cb91837aa95d716 (patch) | |
tree | cbc4b85dbb6a0a97d811afa00da3e3b1e0b2f561 /data/keyboards | |
parent | fb84ce0df6b2db84981e4efa4530397a85240d4a (diff) | |
download | frameworks_base-5487500cf3d9f6d7703ce0704cb91837aa95d716.zip frameworks_base-5487500cf3d9f6d7703ce0704cb91837aa95d716.tar.gz frameworks_base-5487500cf3d9f6d7703ce0704cb91837aa95d716.tar.bz2 |
Minor Alt-TAB / Recent Apps Dialog improvements.
Alt-TAB should have different semantics from the APP_SWITCH key
or long-press on HOME. Accordingly, remove the fallback action
for Alt-TAB and initiate the task switching behavior directly
in the policy.
Modified RecentApplicationsDialog to be more precise about the
initial modifiers that it considers to be holding the dialog.
The dialog is now dismissed by a second press on the APP_SWITCH
key or by a second long press on HOME.
Change-Id: Idf4d803f51103819057cb655ff3b770b7729e4be
Diffstat (limited to 'data/keyboards')
-rw-r--r-- | data/keyboards/Generic.kcm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/keyboards/Generic.kcm b/data/keyboards/Generic.kcm index ef0a4e6..b5f6897 100644 --- a/data/keyboards/Generic.kcm +++ b/data/keyboards/Generic.kcm @@ -300,8 +300,7 @@ key ENTER { key TAB { label: '\t' base: '\t' - ctrl: none - alt, meta: fallback APP_SWITCH + ctrl, alt, meta: none } key COMMA { |