Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame^] | 1 | .. -*- coding: utf-8; mode: rst -*- |
| 2 | |
| 3 | .. _Remote_controllers_table_change: |
| 4 | |
| 5 | ******************************************* |
| 6 | Changing default Remote Controller mappings |
| 7 | ******************************************* |
| 8 | |
| 9 | The event interface provides two ioctls to be used against the |
| 10 | /dev/input/event device, to allow changing the default keymapping. |
| 11 | |
| 12 | This program demonstrates how to replace the keymap tables. |
| 13 | |
| 14 | |
| 15 | .. toctree:: |
| 16 | :maxdepth: 1 |
| 17 | |
| 18 | keytable.c |