David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | .. Permission is granted to copy, distribute and/or modify this |
| 2 | .. document under the terms of the GNU Free Documentation License, |
| 3 | .. Version 1.1 or any later version published by the Free Software |
| 4 | .. Foundation, with no Invariant Sections, no Front-Cover Texts |
| 5 | .. and no Back-Cover Texts. A copy of the license is included at |
| 6 | .. Documentation/media/uapi/fdl-appendix.rst. |
| 7 | .. |
| 8 | .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 9 | |
| 10 | .. _Remote_controllers_table_change: |
| 11 | |
| 12 | ******************************************* |
| 13 | Changing default Remote Controller mappings |
| 14 | ******************************************* |
| 15 | |
| 16 | The event interface provides two ioctls to be used against the |
| 17 | /dev/input/event device, to allow changing the default keymapping. |
| 18 | |
| 19 | This program demonstrates how to replace the keymap tables. |
| 20 | |
| 21 | |
| 22 | .. toctree:: |
| 23 | :maxdepth: 1 |
| 24 | |
| 25 | keytable.c |