File: ir-keytable.README.Debian

package info (click to toggle)
v4l-utils 1.16.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,944 kB
  • sloc: ansic: 78,406; cpp: 43,380; perl: 10,768; sh: 4,180; makefile: 792; python: 423; 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