4. Remote controller tables¶
Unfortunately, for several years, there was no effort to create uniform IR keycodes for different devices. This caused the same IR keyname to be mapped completely differently on different IR devices. This resulted that the same IR keyname to be mapped completely different on different IR's. Due to that, V4L2 API now specifies a standard for mapping Media keys on IR.
This standard should be used by both V4L/DVB drivers and userspace applications
The modules register the remote as keyboard within the linux input layer. This means that the IR key strokes will look like normal keyboard key strokes (if CONFIG_INPUT_KEYBOARD is enabled). Using the event devices (CONFIG_INPUT_EVDEV) it is possible for applications to access the remote via /dev/input/event devices.
Key code |
Meaning |
Key examples on IR |
Numeric keys |
||
|
Keyboard digit 0 |
0 |
|
Keyboard digit 1 |
1 |
|
Keyboard digit 2 |
2 |
|
Keyboard digit 3 |
3 |
|
Keyboard digit 4 |
4 |
|
Keyboard digit 5 |
5 |
|
Keyboard digit 6 |
6 |
|
Keyboard digit 7 |
7 |
|
Keyboard digit 8 |
8 |
|
Keyboard digit 9 |
9 |
Movie play control |
||
|
Instantly advance in time |
>> / FORWARD |
|
Instantly go back in time |
<<< / BACK |
|
Play movie faster |
>>> / FORWARD
|
|
Play movie back |
REWIND / BACKWARD |
|
Select next chapter / sub-chapter / interval |
NEXT / SKIP |
|
Select previous chapter / sub-chapter / interval |
<< / PREV / PREVIOUS |
|
Repeat the video or a video interval |
REPEAT / LOOP / RECALL |
|
Pause stream |
PAUSE / FREEZE |
|
Play movie at the normal timeshift |
NORMAL TIMESHIFT / LIVE / > |
|
Alternate between play and pause |
PLAY / PAUSE |
|
Stop stream |
STOP |
|
Start/stop recording stream |
CAPTURE / REC / RECORD/PAUSE |
|
Take a picture of the image |
CAMERA ICON / CAPTURE / SNAPSHOT |
|
Enable shuffle mode |
SHUFFLE |
|
Activate time shift mode |
TIME SHIFT |
|
Allow changing the chapter |
CHAPTER |
|
Allow changing the subtitle |
SUBTITLE |
Image control |
||
|
Decrease Brightness |
BRIGHTNESS DECREASE |
|
Increase Brightness |
BRIGHTNESS INCREASE |
|
Switch video camera angle (on videos with more than one angle stored) |
ANGLE / SWAP |
|
Open the Elecrowonic Play Guide (EPG) |
EPG / GUIDE |
|
Activate/change closed caption mode |
CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX |
Audio control |
||
|
Change audio source |
AUDIO SOURCE / AUDIO / MUSIC |
|
Mute/unmute audio |
MUTE / DEMUTE / UNMUTE |
|
Decrease volume |
VOLUME- / VOLUME DOWN |
|
Increase volume |
VOLUME+ / VOLUME UP |
|
Change sound mode |
MONO/STEREO |
|
Select Language |
1ST / 2ND LANGUAGE / DVD LANG / MTS/SAP / MTS SEL |
Channel control |
||
|
Go to the next favorite channel |
ALT / CHANNEL / CH SURFING / SURF / FAV |
|
Decrease channel sequentially |
CHANNEL - / CHANNEL DOWN / DOWN |
|
Increase channel sequentially |
CHANNEL + / CHANNEL UP / UP |
|
Use more than one digit for channel |
PLUS / 100/ 1xx / xxx / -/-- / Single Double Triple Digit |
|
Start channel autoscan |
SCAN / AUTOSCAN |
Colored keys |
||
|
IR Blue key |
BLUE |
|
IR Green Key |
GREEN |
|
IR Red key |
RED |
|
IR Yellow key |
YELLOW |
Media selection |
||
|
Change input source to Compact Disc |
CD |
|
Change input to DVD |
DVD / DVD MENU |
|
Open/close the CD/DVD player |
-> ) / CLOSE / OPEN |
|
Turn on/off Media application |
PC/TV / TURN ON/OFF APP |
|
Selects from TV to PC |
PC |
|
Put into AM/FM radio mode |
RADIO / TV/FM / TV/RADIO / FM / FM/RADIO |
|
Select tv mode |
TV / LIVE TV |
|
Select Cable mode |
AIR/CBL |
|
Select VCR mode |
VCR MODE / DTR |
|
Alternate between input modes |
SOURCE / SELECT / DISPLAY / SWITCH INPUTS / VIDEO |
Power control |
||
|
Turn on/off computer |
SYSTEM POWER / COMPUTER POWER |
|
Turn on/off application |
TV ON/OFF / POWER |
|
Activate sleep timer |
SLEEP / SLEEP TIMER |
|
Put computer into suspend mode |
STANDBY / SUSPEND |
Window control |
||
|
Stop stream and return to default input video/audio |
CLEAR / RESET / BOSS KEY |
|
Minimize windows and move to the next one |
ALT-TAB / MINIMIZE / DESKTOP |
|
Open the favorites stream window |
TV WALL / Favorites |
|
Call application menu |
2ND CONTROLS (USA: MENU) / DVD/MENU / SHOW/HIDE CTRL |
|
Open/Close Picture in Picture |
PIP |
|
Send a confirmation code to application |
OK / ENTER / RETURN |
|
Select screen aspect ratio |
4:3 16:9 SELECT |
|
Put device into zoom/full screen mode |
ZOOM / FULL SCREEN / ZOOM+ / HIDE PANEL / SWITCH |
Navigation keys |
||
|
Cancel current operation |
CANCEL / BACK |
|
Open a Help window |
HELP |
|
Navigate to Homepage |
HOME |
|
Open On Screen Display |
DISPLAY INFORMATION / OSD |
|
Open the default browser |
WEB |
|
Up key |
UP |
|
Down key |
DOWN |
|
Left key |
LEFT |
|
Right key |
RIGHT |
Miscellaneous keys |
||
|
Return a dot |
. |
|
Select a function |
FUNCTION |
It should be noted that, sometimes, there some fundamental missing keys at some cheaper IR's. Due to that, it is recommended to:
On simpler IR's, without separate channel keys, you need to map UP
as |
On simpler IR's, without separate channel keys, you need to map
DOWN as |
On simpler IR's, without separate volume keys, you need to map
LEFT as |
On simpler IR's, without separate volume keys, you need to map
RIGHT as |