diff options
author | Jeff Brown <jeffbrown@google.com> | 2011-04-06 15:33:01 -0700 |
---|---|---|
committer | Jeff Brown <jeffbrown@android.com> | 2011-05-25 14:37:15 -0700 |
commit | d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727 (patch) | |
tree | ad20046d37eeef1968feaaca6b9b3d87f51905f3 /data/keyboards | |
parent | eea0aa25870d49e381567f09abbfb41de52a5a32 (diff) | |
download | frameworks_base-d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727.zip frameworks_base-d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727.tar.gz frameworks_base-d0132e8e187ebf69bf4d2d6d0ef0027ff3f7a727.tar.bz2 |
Minor Alt-TAB / Recent Apps Dialog improvements. (DO NOT MERGE)
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: I07e72dc4e1f3cd8edaf357c1d49e79f60d6d1604
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 { |