File: ir-keytable.README.Debian

package info (click to toggle)
v4l-utils 1.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,856 kB
  • ctags: 17,054
  • sloc: ansic: 69,868; cpp: 36,136; perl: 10,716; sh: 4,180; makefile: 699; php: 119; sed: 16
file content (12 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
If you need to modify the keycode mapping table for your device, you have to
perform the following steps:

1) Copy either an already existing table from the shipped mappings located
   in /lib/udev/rc_keymaps or write the currently active table into a file
   via 'ir-keytable --read > somefile'

2) Edit the table to your needs and test it via 'ir-keytable --write=somefile'

3) Make the change persistent by putting the file into /etc/rc_keymaps and
   add the proper driver, table and file name into /etc/rc_maps.cfg