File: ir-keytable.README.Debian

package info (click to toggle)
v4l-utils 1.30.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,256 kB
  • sloc: ansic: 85,436; cpp: 69,433; perl: 11,915; sh: 1,336; python: 883; php: 119; makefile: 40
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