summaryrefslogtreecommitdiffstats
path: root/keymap/keymap.c
Commit message (Collapse)AuthorAgeFilesLines
* keymap: add --interactive modeMartin Pitt2009-05-141-7/+62
| | | | | | | | | Add -i/--interactive mode to keymap tool, for easy debugging of unknown and wrong keymaps. Use like sudo /lib/udev/keymap -i input/event4 and note down the wrong/missing keys.
* keymap: add .gitignore and replace whitespaceKay Sievers2009-05-091-179/+188
|
* add keymap directory and toolMartin Pitt2009-05-091-0/+259
keymap assigns keycodes to scancodes, or dumps the current mapping of an evdev keyboard device. It replaces hal-setup-keymap. The former keymap fdi files from hal-info will be converted to udev rules for vendor/product matching, and simple text files for mapping scancodes to keycodes. See this discussion for details: http://lists.freedesktop.org/archives/devkit-devel/2009-May/000152.html