diff options
| author | 2012-05-18 14:41:19 -0700 | |
|---|---|---|
| committer | 2012-05-20 14:56:22 -0700 | |
| commit | cf39bdf3dff5e29447f6ce734b76dc3490385e58 (patch) | |
| tree | 90900366888a32fbfa769f541b0bd8dbbcec748a /data | |
| parent | 51f2430217a377bc2913862d98a97d0087914540 (diff) | |
Add support for switching between multiple keyboard layouts.
Also show a notification when an external keyboard is connected
and does not have a keyboard layout selected yet.
Bug: 6405203
Change-Id: Id0ac6d83b3b381f8a236b2244a04c9acb203db3c
Diffstat (limited to 'data')
| -rw-r--r-- | data/keyboards/Generic.kcm | 1 | ||||
| -rw-r--r-- | data/keyboards/Virtual.kcm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/data/keyboards/Generic.kcm b/data/keyboards/Generic.kcm index 544076f338ea..782a70179f56 100644 --- a/data/keyboards/Generic.kcm +++ b/data/keyboards/Generic.kcm @@ -252,6 +252,7 @@ key SPACE { label: ' ' base: ' ' alt, meta: fallback SEARCH + ctrl: fallback LANGUAGE_SWITCH } key ENTER { diff --git a/data/keyboards/Virtual.kcm b/data/keyboards/Virtual.kcm index e592013ae4f6..d90b7907aad1 100644 --- a/data/keyboards/Virtual.kcm +++ b/data/keyboards/Virtual.kcm @@ -249,6 +249,7 @@ key SPACE { label: ' ' base: ' ' alt, meta: fallback SEARCH + ctrl: fallback LANGUAGE_SWITCH } key ENTER { |