Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keymap: include unistd.h for read(2) | Dan Williams | 2009-05-26 | 1 | -0/+1 |
| | |||||
* | keymap: add --interactive mode | Martin Pitt | 2009-05-14 | 1 | -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 whitespace | Kay Sievers | 2009-05-09 | 1 | -179/+188 |
| | |||||
* | add keymap directory and tool | Martin Pitt | 2009-05-09 | 1 | -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 |