summaryrefslogtreecommitdiffstats
path: root/packages/InputDevices/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Latvian (qwerty) keyboard mappingMathieu Meisser2014-04-011-0/+3
| | | | | | | | | | Add kcm mapping files for Latvian keyboard layout based on US-international keylayout (qwerty). Change-Id: I667081d3e7bb0ece3b278da3f97926f54c319ff8 Signed-off-by: Olivier Gay <ogay@logitech.com> Signed-off-by: Myriam Douve <mdouve@logitech.com> Signed-off-by: Mathieu Meisser <mmeisser@logitech.com>
* Add support for additional international keyboard mappingsOlivier Gay2014-03-271-0/+15
| | | | | | | | | | Add kcm mapping files for Arabic, Greek, Hebrew, Lithuanian and Spanish (Latin). Change-Id: I35cb2a4d6e016c6f565fba05710ba1626452fe68 Signed-off-by: Olivier Gay <ogay@logitech.com> Signed-off-by: Manuel Carthoblaz <mcarthob@logitech.com> Signed-off-by: Mathieu Meisser <mmeisser@logitech.com>
* Add Colemak keyboard layoutChristopher Eby2013-07-081-0/+3
| | | | Change-Id: I203b92e56522bc7b3014195d5d83dc1fdb3cab15
* Add new physical keyboard layouts.Olivier Gay2013-03-301-0/+6
| | | | | | | | | Add support for the following physical keyboard layouts: English US international and Brazilian layout. Change-Id: Iae928713a94611de18a92f6959adf7fa3500b2b2 Signed-off-by: Olivier Gay <ogay@logitech.com> Signed-off-by: Myriam Galaret <mgalaret@logitech.com>
* frameworks/base: Added English UK keyboard layout for physical keyboardsHeyRatFans2013-01-221-0/+3
| | | | Change-Id: Id6feb128964c76ebd74b3e0d67d8f90fedb91dda
* Add support for grouping keyboard layouts by collection.Jeff Brown2012-05-171-0/+3
| | | | | Bug: 6405203 Change-Id: Id818b27ec09928150795d594a96df186a6e39168
* Add yet more keyboard layouts.Jeff Brown2012-04-251-3/+48
| | | | | Bug: 6110399 Change-Id: I8e2ce1cd350dddb006df51286e127dce65a8117f
* Add even more keyboard layouts.Jeff Brown2012-04-241-0/+6
| | | | | | Bug: 6110399 Change-Id: I2278424e2e4c7dc7f7804a25d2c6c63f45181d1b
* Add more keyboard layouts.Jeff Brown2012-04-241-0/+21
| | | | | Bug: 6110399 Change-Id: I00f54338c9e94cce3a2925a5dff2e924a21fcdd8
* Initial commit of InputManager and keyboard layout API.Jeff Brown2012-04-051-0/+14
Added a new InputManager service for interacting with input devices and configuring them. This will be the focus of an upcoming refactoring. Added an API for registering keyboard layouts with the system based on the use of a broadcast receiver. Applications can register their own keyboard layouts simply by declaring a broadcast receiver in their manifests. Added the skeleton of a package that will ultimately contain the keyboard layouts and other input device related resources that are part of the base system. Bug: 6110399 Change-Id: Ie01b0ef4adbd5198f6f012e73964bdef3c51805c