~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/userspace-api/media/rc/rc-tables.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/userspace-api/media/rc/rc-tables.rst (Version linux-6.12-rc7) and /Documentation/userspace-api/media/rc/rc-tables.rst (Version linux-5.9.16)


  1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1. !!   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/userspace-api/media/fdl-appendix.rst.
                                                   >>   7 ..
                                                   >>   8 .. TODO: replace it to GFDL-1.1-or-later WITH no-invariant-sections
  2                                                     9 
  3 .. _Remote_controllers_tables:                     10 .. _Remote_controllers_tables:
  4                                                    11 
  5 ************************                           12 ************************
  6 Remote controller tables                           13 Remote controller tables
  7 ************************                           14 ************************
  8                                                    15 
  9 Unfortunately, for several years, there was no     16 Unfortunately, for several years, there was no effort to create uniform
 10 IR keycodes for different devices. This caused     17 IR keycodes for different devices. This caused the same IR keyname to be
 11 mapped completely differently on different IR      18 mapped completely differently on different IR devices. This resulted
 12 that the same IR keyname to be mapped complete     19 that the same IR keyname to be mapped completely different on different
 13 IR's. Due to that, V4L2 API now specifies a st     20 IR's. Due to that, V4L2 API now specifies a standard for mapping Media
 14 keys on IR.                                        21 keys on IR.
 15                                                    22 
 16 This standard should be used by both V4L/DVB d     23 This standard should be used by both V4L/DVB drivers and userspace
 17 applications                                       24 applications
 18                                                    25 
 19 The modules register the remote as keyboard wi     26 The modules register the remote as keyboard within the linux input
 20 layer. This means that the IR key strokes will     27 layer. This means that the IR key strokes will look like normal keyboard
 21 key strokes (if CONFIG_INPUT_KEYBOARD is enabl     28 key strokes (if CONFIG_INPUT_KEYBOARD is enabled). Using the event
 22 devices (CONFIG_INPUT_EVDEV) it is possible fo     29 devices (CONFIG_INPUT_EVDEV) it is possible for applications to access
 23 the remote via /dev/input/event devices.           30 the remote via /dev/input/event devices.
 24                                                    31 
 25                                                    32 
 26 .. _rc_standard_keymap:                            33 .. _rc_standard_keymap:
 27                                                    34 
 28 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm !!  35 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}|
 29                                                    36 
 30 .. flat-table:: IR default keymapping              37 .. flat-table:: IR default keymapping
 31     :header-rows:  0                               38     :header-rows:  0
 32     :stub-columns: 0                               39     :stub-columns: 0
 33     :widths:       1 1 2                           40     :widths:       1 1 2
 34                                                    41 
 35                                                    42 
 36     -  .. row 1                                    43     -  .. row 1
 37                                                    44 
 38        -  Key code                                 45        -  Key code
 39                                                    46 
 40        -  Meaning                                  47        -  Meaning
 41                                                    48 
 42        -  Key examples on IR                       49        -  Key examples on IR
 43                                                    50 
 44     -  .. row 2                                    51     -  .. row 2
 45                                                    52 
 46        -  **Numeric keys**                         53        -  **Numeric keys**
 47                                                    54 
 48     -  .. row 3                                    55     -  .. row 3
 49                                                    56 
 50        -  ``KEY_NUMERIC_0``                        57        -  ``KEY_NUMERIC_0``
 51                                                    58 
 52        -  Keyboard digit 0                         59        -  Keyboard digit 0
 53                                                    60 
 54        -  0                                        61        -  0
 55                                                    62 
 56     -  .. row 4                                    63     -  .. row 4
 57                                                    64 
 58        -  ``KEY_NUMERIC_1``                        65        -  ``KEY_NUMERIC_1``
 59                                                    66 
 60        -  Keyboard digit 1                         67        -  Keyboard digit 1
 61                                                    68 
 62        -  1                                        69        -  1
 63                                                    70 
 64     -  .. row 5                                    71     -  .. row 5
 65                                                    72 
 66        -  ``KEY_NUMERIC_2``                        73        -  ``KEY_NUMERIC_2``
 67                                                    74 
 68        -  Keyboard digit 2                         75        -  Keyboard digit 2
 69                                                    76 
 70        -  2                                        77        -  2
 71                                                    78 
 72     -  .. row 6                                    79     -  .. row 6
 73                                                    80 
 74        -  ``KEY_NUMERIC_3``                        81        -  ``KEY_NUMERIC_3``
 75                                                    82 
 76        -  Keyboard digit 3                         83        -  Keyboard digit 3
 77                                                    84 
 78        -  3                                        85        -  3
 79                                                    86 
 80     -  .. row 7                                    87     -  .. row 7
 81                                                    88 
 82        -  ``KEY_NUMERIC_4``                        89        -  ``KEY_NUMERIC_4``
 83                                                    90 
 84        -  Keyboard digit 4                         91        -  Keyboard digit 4
 85                                                    92 
 86        -  4                                        93        -  4
 87                                                    94 
 88     -  .. row 8                                    95     -  .. row 8
 89                                                    96 
 90        -  ``KEY_NUMERIC_5``                        97        -  ``KEY_NUMERIC_5``
 91                                                    98 
 92        -  Keyboard digit 5                         99        -  Keyboard digit 5
 93                                                   100 
 94        -  5                                       101        -  5
 95                                                   102 
 96     -  .. row 9                                   103     -  .. row 9
 97                                                   104 
 98        -  ``KEY_NUMERIC_6``                       105        -  ``KEY_NUMERIC_6``
 99                                                   106 
100        -  Keyboard digit 6                        107        -  Keyboard digit 6
101                                                   108 
102        -  6                                       109        -  6
103                                                   110 
104     -  .. row 10                                  111     -  .. row 10
105                                                   112 
106        -  ``KEY_NUMERIC_7``                       113        -  ``KEY_NUMERIC_7``
107                                                   114 
108        -  Keyboard digit 7                        115        -  Keyboard digit 7
109                                                   116 
110        -  7                                       117        -  7
111                                                   118 
112     -  .. row 11                                  119     -  .. row 11
113                                                   120 
114        -  ``KEY_NUMERIC_8``                       121        -  ``KEY_NUMERIC_8``
115                                                   122 
116        -  Keyboard digit 8                        123        -  Keyboard digit 8
117                                                   124 
118        -  8                                       125        -  8
119                                                   126 
120     -  .. row 12                                  127     -  .. row 12
121                                                   128 
122        -  ``KEY_NUMERIC_9``                       129        -  ``KEY_NUMERIC_9``
123                                                   130 
124        -  Keyboard digit 9                        131        -  Keyboard digit 9
125                                                   132 
126        -  9                                       133        -  9
127                                                   134 
128     -  .. row 13                                  135     -  .. row 13
129                                                   136 
130        -  **Movie play control**                  137        -  **Movie play control**
131                                                   138 
132     -  .. row 14                                  139     -  .. row 14
133                                                   140 
134        -  ``KEY_FORWARD``                         141        -  ``KEY_FORWARD``
135                                                   142 
136        -  Instantly advance in time               143        -  Instantly advance in time
137                                                   144 
138        -  >> / FORWARD                            145        -  >> / FORWARD
139                                                   146 
140     -  .. row 15                                  147     -  .. row 15
141                                                   148 
142        -  ``KEY_BACK``                            149        -  ``KEY_BACK``
143                                                   150 
144        -  Instantly go back in time               151        -  Instantly go back in time
145                                                   152 
146        -  <<< / BACK                              153        -  <<< / BACK
147                                                   154 
148     -  .. row 16                                  155     -  .. row 16
149                                                   156 
150        -  ``KEY_FASTFORWARD``                     157        -  ``KEY_FASTFORWARD``
151                                                   158 
152        -  Play movie faster                       159        -  Play movie faster
153                                                   160 
154        -  >>> / FORWARD                           161        -  >>> / FORWARD
155                                                   162 
156     -  .. row 17                                  163     -  .. row 17
157                                                   164 
158        -  ``KEY_REWIND``                          165        -  ``KEY_REWIND``
159                                                   166 
160        -  Play movie back                         167        -  Play movie back
161                                                   168 
162        -  REWIND / BACKWARD                       169        -  REWIND / BACKWARD
163                                                   170 
164     -  .. row 18                                  171     -  .. row 18
165                                                   172 
166        -  ``KEY_NEXT``                            173        -  ``KEY_NEXT``
167                                                   174 
168        -  Select next chapter / sub-chapter /     175        -  Select next chapter / sub-chapter / interval
169                                                   176 
170        -  NEXT / SKIP                             177        -  NEXT / SKIP
171                                                   178 
172     -  .. row 19                                  179     -  .. row 19
173                                                   180 
174        -  ``KEY_PREVIOUS``                        181        -  ``KEY_PREVIOUS``
175                                                   182 
176        -  Select previous chapter / sub-chapte    183        -  Select previous chapter / sub-chapter / interval
177                                                   184 
178        -  << / PREV / PREVIOUS                    185        -  << / PREV / PREVIOUS
179                                                   186 
180     -  .. row 20                                  187     -  .. row 20
181                                                   188 
182        -  ``KEY_AGAIN``                           189        -  ``KEY_AGAIN``
183                                                   190 
184        -  Repeat the video or a video interval    191        -  Repeat the video or a video interval
185                                                   192 
186        -  REPEAT / LOOP / RECALL                  193        -  REPEAT / LOOP / RECALL
187                                                   194 
188     -  .. row 21                                  195     -  .. row 21
189                                                   196 
190        -  ``KEY_PAUSE``                           197        -  ``KEY_PAUSE``
191                                                   198 
192        -  Pause stream                            199        -  Pause stream
193                                                   200 
194        -  PAUSE / FREEZE                          201        -  PAUSE / FREEZE
195                                                   202 
196     -  .. row 22                                  203     -  .. row 22
197                                                   204 
198        -  ``KEY_PLAY``                            205        -  ``KEY_PLAY``
199                                                   206 
200        -  Play movie at the normal timeshift      207        -  Play movie at the normal timeshift
201                                                   208 
202        -  NORMAL TIMESHIFT / LIVE / >             209        -  NORMAL TIMESHIFT / LIVE / >
203                                                   210 
204     -  .. row 23                                  211     -  .. row 23
205                                                   212 
206        -  ``KEY_PLAYPAUSE``                       213        -  ``KEY_PLAYPAUSE``
207                                                   214 
208        -  Alternate between play and pause        215        -  Alternate between play and pause
209                                                   216 
210        -  PLAY / PAUSE                            217        -  PLAY / PAUSE
211                                                   218 
212     -  .. row 24                                  219     -  .. row 24
213                                                   220 
214        -  ``KEY_STOP``                            221        -  ``KEY_STOP``
215                                                   222 
216        -  Stop stream                             223        -  Stop stream
217                                                   224 
218        -  STOP                                    225        -  STOP
219                                                   226 
220     -  .. row 25                                  227     -  .. row 25
221                                                   228 
222        -  ``KEY_RECORD``                          229        -  ``KEY_RECORD``
223                                                   230 
224        -  Start/stop recording stream             231        -  Start/stop recording stream
225                                                   232 
226        -  CAPTURE / REC / RECORD/PAUSE            233        -  CAPTURE / REC / RECORD/PAUSE
227                                                   234 
228     -  .. row 26                                  235     -  .. row 26
229                                                   236 
230        -  ``KEY_CAMERA``                          237        -  ``KEY_CAMERA``
231                                                   238 
232        -  Take a picture of the image             239        -  Take a picture of the image
233                                                   240 
234        -  CAMERA ICON / CAPTURE / SNAPSHOT        241        -  CAMERA ICON / CAPTURE / SNAPSHOT
235                                                   242 
236     -  .. row 27                                  243     -  .. row 27
237                                                   244 
238        -  ``KEY_SHUFFLE``                         245        -  ``KEY_SHUFFLE``
239                                                   246 
240        -  Enable shuffle mode                     247        -  Enable shuffle mode
241                                                   248 
242        -  SHUFFLE                                 249        -  SHUFFLE
243                                                   250 
244     -  .. row 28                                  251     -  .. row 28
245                                                   252 
246        -  ``KEY_TIME``                            253        -  ``KEY_TIME``
247                                                   254 
248        -  Activate time shift mode                255        -  Activate time shift mode
249                                                   256 
250        -  TIME SHIFT                              257        -  TIME SHIFT
251                                                   258 
252     -  .. row 29                                  259     -  .. row 29
253                                                   260 
254        -  ``KEY_TITLE``                           261        -  ``KEY_TITLE``
255                                                   262 
256        -  Allow changing the chapter              263        -  Allow changing the chapter
257                                                   264 
258        -  CHAPTER                                 265        -  CHAPTER
259                                                   266 
260     -  .. row 30                                  267     -  .. row 30
261                                                   268 
262        -  ``KEY_SUBTITLE``                        269        -  ``KEY_SUBTITLE``
263                                                   270 
264        -  Allow changing the subtitle             271        -  Allow changing the subtitle
265                                                   272 
266        -  SUBTITLE                                273        -  SUBTITLE
267                                                   274 
268     -  .. row 31                                  275     -  .. row 31
269                                                   276 
270        -  **Image control**                       277        -  **Image control**
271                                                   278 
272     -  .. row 32                                  279     -  .. row 32
273                                                   280 
274        -  ``KEY_BRIGHTNESSDOWN``                  281        -  ``KEY_BRIGHTNESSDOWN``
275                                                   282 
276        -  Decrease Brightness                     283        -  Decrease Brightness
277                                                   284 
278        -  BRIGHTNESS DECREASE                     285        -  BRIGHTNESS DECREASE
279                                                   286 
280     -  .. row 33                                  287     -  .. row 33
281                                                   288 
282        -  ``KEY_BRIGHTNESSUP``                    289        -  ``KEY_BRIGHTNESSUP``
283                                                   290 
284        -  Increase Brightness                     291        -  Increase Brightness
285                                                   292 
286        -  BRIGHTNESS INCREASE                     293        -  BRIGHTNESS INCREASE
287                                                   294 
288     -  .. row 34                                  295     -  .. row 34
289                                                   296 
290        -  ``KEY_ANGLE``                           297        -  ``KEY_ANGLE``
291                                                   298 
292        -  Switch video camera angle (on videos    299        -  Switch video camera angle (on videos with more than one angle
293           stored)                                 300           stored)
294                                                   301 
295        -  ANGLE / SWAP                            302        -  ANGLE / SWAP
296                                                   303 
297     -  .. row 35                                  304     -  .. row 35
298                                                   305 
299        -  ``KEY_EPG``                             306        -  ``KEY_EPG``
300                                                   307 
301        -  Open the Elecrowonic Play Guide (EPG    308        -  Open the Elecrowonic Play Guide (EPG)
302                                                   309 
303        -  EPG / GUIDE                             310        -  EPG / GUIDE
304                                                   311 
305     -  .. row 36                                  312     -  .. row 36
306                                                   313 
307        -  ``KEY_TEXT``                            314        -  ``KEY_TEXT``
308                                                   315 
309        -  Activate/change closed caption mode     316        -  Activate/change closed caption mode
310                                                   317 
311        -  CLOSED CAPTION/TELETEXT / DVD TEXT /    318        -  CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX
312                                                   319 
313     -  .. row 37                                  320     -  .. row 37
314                                                   321 
315        -  **Audio control**                       322        -  **Audio control**
316                                                   323 
317     -  .. row 38                                  324     -  .. row 38
318                                                   325 
319        -  ``KEY_AUDIO``                           326        -  ``KEY_AUDIO``
320                                                   327 
321        -  Change audio source                     328        -  Change audio source
322                                                   329 
323        -  AUDIO SOURCE / AUDIO / MUSIC            330        -  AUDIO SOURCE / AUDIO / MUSIC
324                                                   331 
325     -  .. row 39                                  332     -  .. row 39
326                                                   333 
327        -  ``KEY_MUTE``                            334        -  ``KEY_MUTE``
328                                                   335 
329        -  Mute/unmute audio                       336        -  Mute/unmute audio
330                                                   337 
331        -  MUTE / DEMUTE / UNMUTE                  338        -  MUTE / DEMUTE / UNMUTE
332                                                   339 
333     -  .. row 40                                  340     -  .. row 40
334                                                   341 
335        -  ``KEY_VOLUMEDOWN``                      342        -  ``KEY_VOLUMEDOWN``
336                                                   343 
337        -  Decrease volume                         344        -  Decrease volume
338                                                   345 
339        -  VOLUME- / VOLUME DOWN                   346        -  VOLUME- / VOLUME DOWN
340                                                   347 
341     -  .. row 41                                  348     -  .. row 41
342                                                   349 
343        -  ``KEY_VOLUMEUP``                        350        -  ``KEY_VOLUMEUP``
344                                                   351 
345        -  Increase volume                         352        -  Increase volume
346                                                   353 
347        -  VOLUME+ / VOLUME UP                     354        -  VOLUME+ / VOLUME UP
348                                                   355 
349     -  .. row 42                                  356     -  .. row 42
350                                                   357 
351        -  ``KEY_MODE``                            358        -  ``KEY_MODE``
352                                                   359 
353        -  Change sound mode                       360        -  Change sound mode
354                                                   361 
355        -  MONO/STEREO                             362        -  MONO/STEREO
356                                                   363 
357     -  .. row 43                                  364     -  .. row 43
358                                                   365 
359        -  ``KEY_LANGUAGE``                        366        -  ``KEY_LANGUAGE``
360                                                   367 
361        -  Select Language                         368        -  Select Language
362                                                   369 
363        -  1ST / 2ND LANGUAGE / DVD LANG / MTS/    370        -  1ST / 2ND LANGUAGE / DVD LANG / MTS/SAP / MTS SEL
364                                                   371 
365     -  .. row 44                                  372     -  .. row 44
366                                                   373 
367        -  **Channel control**                     374        -  **Channel control**
368                                                   375 
369     -  .. row 45                                  376     -  .. row 45
370                                                   377 
371        -  ``KEY_CHANNEL``                         378        -  ``KEY_CHANNEL``
372                                                   379 
373        -  Go to the next favorite channel         380        -  Go to the next favorite channel
374                                                   381 
375        -  ALT / CHANNEL / CH SURFING / SURF /     382        -  ALT / CHANNEL / CH SURFING / SURF / FAV
376                                                   383 
377     -  .. row 46                                  384     -  .. row 46
378                                                   385 
379        -  ``KEY_CHANNELDOWN``                     386        -  ``KEY_CHANNELDOWN``
380                                                   387 
381        -  Decrease channel sequentially           388        -  Decrease channel sequentially
382                                                   389 
383        -  CHANNEL - / CHANNEL DOWN / DOWN         390        -  CHANNEL - / CHANNEL DOWN / DOWN
384                                                   391 
385     -  .. row 47                                  392     -  .. row 47
386                                                   393 
387        -  ``KEY_CHANNELUP``                       394        -  ``KEY_CHANNELUP``
388                                                   395 
389        -  Increase channel sequentially           396        -  Increase channel sequentially
390                                                   397 
391        -  CHANNEL + / CHANNEL UP / UP             398        -  CHANNEL + / CHANNEL UP / UP
392                                                   399 
393     -  .. row 48                                  400     -  .. row 48
394                                                   401 
395        -  ``KEY_DIGITS``                          402        -  ``KEY_DIGITS``
396                                                   403 
397        -  Use more than one digit for channel     404        -  Use more than one digit for channel
398                                                   405 
399        -  PLUS / 100/ 1xx / xxx / -/-- / Singl    406        -  PLUS / 100/ 1xx / xxx / -/-- / Single Double Triple Digit
400                                                   407 
401     -  .. row 49                                  408     -  .. row 49
402                                                   409 
403        -  ``KEY_SEARCH``                          410        -  ``KEY_SEARCH``
404                                                   411 
405        -  Start channel autoscan                  412        -  Start channel autoscan
406                                                   413 
407        -  SCAN / AUTOSCAN                         414        -  SCAN / AUTOSCAN
408                                                   415 
409     -  .. row 50                                  416     -  .. row 50
410                                                   417 
411        -  **Colored keys**                        418        -  **Colored keys**
412                                                   419 
413     -  .. row 51                                  420     -  .. row 51
414                                                   421 
415        -  ``KEY_BLUE``                            422        -  ``KEY_BLUE``
416                                                   423 
417        -  IR Blue key                             424        -  IR Blue key
418                                                   425 
419        -  BLUE                                    426        -  BLUE
420                                                   427 
421     -  .. row 52                                  428     -  .. row 52
422                                                   429 
423        -  ``KEY_GREEN``                           430        -  ``KEY_GREEN``
424                                                   431 
425        -  IR Green Key                            432        -  IR Green Key
426                                                   433 
427        -  GREEN                                   434        -  GREEN
428                                                   435 
429     -  .. row 53                                  436     -  .. row 53
430                                                   437 
431        -  ``KEY_RED``                             438        -  ``KEY_RED``
432                                                   439 
433        -  IR Red key                              440        -  IR Red key
434                                                   441 
435        -  RED                                     442        -  RED
436                                                   443 
437     -  .. row 54                                  444     -  .. row 54
438                                                   445 
439        -  ``KEY_YELLOW``                          446        -  ``KEY_YELLOW``
440                                                   447 
441        -  IR Yellow key                           448        -  IR Yellow key
442                                                   449 
443        -  YELLOW                                  450        -  YELLOW
444                                                   451 
445     -  .. row 55                                  452     -  .. row 55
446                                                   453 
447        -  **Media selection**                     454        -  **Media selection**
448                                                   455 
449     -  .. row 56                                  456     -  .. row 56
450                                                   457 
451        -  ``KEY_CD``                              458        -  ``KEY_CD``
452                                                   459 
453        -  Change input source to Compact Disc     460        -  Change input source to Compact Disc
454                                                   461 
455        -  CD                                      462        -  CD
456                                                   463 
457     -  .. row 57                                  464     -  .. row 57
458                                                   465 
459        -  ``KEY_DVD``                             466        -  ``KEY_DVD``
460                                                   467 
461        -  Change input to DVD                     468        -  Change input to DVD
462                                                   469 
463        -  DVD / DVD MENU                          470        -  DVD / DVD MENU
464                                                   471 
465     -  .. row 58                                  472     -  .. row 58
466                                                   473 
467        -  ``KEY_EJECTCLOSECD``                    474        -  ``KEY_EJECTCLOSECD``
468                                                   475 
469        -  Open/close the CD/DVD player            476        -  Open/close the CD/DVD player
470                                                   477 
471        -  -> ) / CLOSE / OPEN                     478        -  -> ) / CLOSE / OPEN
472                                                   479 
473     -  .. row 59                                  480     -  .. row 59
474                                                   481 
475        -  ``KEY_MEDIA``                           482        -  ``KEY_MEDIA``
476                                                   483 
477        -  Turn on/off Media application           484        -  Turn on/off Media application
478                                                   485 
479        -  PC/TV / TURN ON/OFF APP                 486        -  PC/TV / TURN ON/OFF APP
480                                                   487 
481     -  .. row 60                                  488     -  .. row 60
482                                                   489 
483        -  ``KEY_PC``                              490        -  ``KEY_PC``
484                                                   491 
485        -  Selects from TV to PC                   492        -  Selects from TV to PC
486                                                   493 
487        -  PC                                      494        -  PC
488                                                   495 
489     -  .. row 61                                  496     -  .. row 61
490                                                   497 
491        -  ``KEY_RADIO``                           498        -  ``KEY_RADIO``
492                                                   499 
493        -  Put into AM/FM radio mode               500        -  Put into AM/FM radio mode
494                                                   501 
495        -  RADIO / TV/FM / TV/RADIO / FM / FM/R    502        -  RADIO / TV/FM / TV/RADIO / FM / FM/RADIO
496                                                   503 
497     -  .. row 62                                  504     -  .. row 62
498                                                   505 
499        -  ``KEY_TV``                              506        -  ``KEY_TV``
500                                                   507 
501        -  Select tv mode                          508        -  Select tv mode
502                                                   509 
503        -  TV / LIVE TV                            510        -  TV / LIVE TV
504                                                   511 
505     -  .. row 63                                  512     -  .. row 63
506                                                   513 
507        -  ``KEY_TV2``                             514        -  ``KEY_TV2``
508                                                   515 
509        -  Select Cable mode                       516        -  Select Cable mode
510                                                   517 
511        -  AIR/CBL                                 518        -  AIR/CBL
512                                                   519 
513     -  .. row 64                                  520     -  .. row 64
514                                                   521 
515        -  ``KEY_VCR``                             522        -  ``KEY_VCR``
516                                                   523 
517        -  Select VCR mode                         524        -  Select VCR mode
518                                                   525 
519        -  VCR MODE / DTR                          526        -  VCR MODE / DTR
520                                                   527 
521     -  .. row 65                                  528     -  .. row 65
522                                                   529 
523        -  ``KEY_VIDEO``                           530        -  ``KEY_VIDEO``
524                                                   531 
525        -  Alternate between input modes           532        -  Alternate between input modes
526                                                   533 
527        -  SOURCE / SELECT / DISPLAY / SWITCH I    534        -  SOURCE / SELECT / DISPLAY / SWITCH INPUTS / VIDEO
528                                                   535 
529     -  .. row 66                                  536     -  .. row 66
530                                                   537 
531        -  **Power control**                       538        -  **Power control**
532                                                   539 
533     -  .. row 67                                  540     -  .. row 67
534                                                   541 
535        -  ``KEY_POWER``                           542        -  ``KEY_POWER``
536                                                   543 
537        -  Turn on/off computer                    544        -  Turn on/off computer
538                                                   545 
539        -  SYSTEM POWER / COMPUTER POWER           546        -  SYSTEM POWER / COMPUTER POWER
540                                                   547 
541     -  .. row 68                                  548     -  .. row 68
542                                                   549 
543        -  ``KEY_POWER2``                          550        -  ``KEY_POWER2``
544                                                   551 
545        -  Turn on/off application                 552        -  Turn on/off application
546                                                   553 
547        -  TV ON/OFF / POWER                       554        -  TV ON/OFF / POWER
548                                                   555 
549     -  .. row 69                                  556     -  .. row 69
550                                                   557 
551        -  ``KEY_SLEEP``                           558        -  ``KEY_SLEEP``
552                                                   559 
553        -  Activate sleep timer                    560        -  Activate sleep timer
554                                                   561 
555        -  SLEEP / SLEEP TIMER                     562        -  SLEEP / SLEEP TIMER
556                                                   563 
557     -  .. row 70                                  564     -  .. row 70
558                                                   565 
559        -  ``KEY_SUSPEND``                         566        -  ``KEY_SUSPEND``
560                                                   567 
561        -  Put computer into suspend mode          568        -  Put computer into suspend mode
562                                                   569 
563        -  STANDBY / SUSPEND                       570        -  STANDBY / SUSPEND
564                                                   571 
565     -  .. row 71                                  572     -  .. row 71
566                                                   573 
567        -  **Window control**                      574        -  **Window control**
568                                                   575 
569     -  .. row 72                                  576     -  .. row 72
570                                                   577 
571        -  ``KEY_CLEAR``                           578        -  ``KEY_CLEAR``
572                                                   579 
573        -  Stop stream and return to default in    580        -  Stop stream and return to default input video/audio
574                                                   581 
575        -  CLEAR / RESET / BOSS KEY                582        -  CLEAR / RESET / BOSS KEY
576                                                   583 
577     -  .. row 73                                  584     -  .. row 73
578                                                   585 
579        -  ``KEY_CYCLEWINDOWS``                    586        -  ``KEY_CYCLEWINDOWS``
580                                                   587 
581        -  Minimize windows and move to the nex    588        -  Minimize windows and move to the next one
582                                                   589 
583        -  ALT-TAB / MINIMIZE / DESKTOP            590        -  ALT-TAB / MINIMIZE / DESKTOP
584                                                   591 
585     -  .. row 74                                  592     -  .. row 74
586                                                   593 
587        -  ``KEY_FAVORITES``                       594        -  ``KEY_FAVORITES``
588                                                   595 
589        -  Open the favorites stream window        596        -  Open the favorites stream window
590                                                   597 
591        -  TV WALL / Favorites                     598        -  TV WALL / Favorites
592                                                   599 
593     -  .. row 75                                  600     -  .. row 75
594                                                   601 
595        -  ``KEY_MENU``                            602        -  ``KEY_MENU``
596                                                   603 
597        -  Call application menu                   604        -  Call application menu
598                                                   605 
599        -  2ND CONTROLS (USA: MENU) / DVD/MENU     606        -  2ND CONTROLS (USA: MENU) / DVD/MENU / SHOW/HIDE CTRL
600                                                   607 
601     -  .. row 76                                  608     -  .. row 76
602                                                   609 
603        -  ``KEY_NEW``                             610        -  ``KEY_NEW``
604                                                   611 
605        -  Open/Close Picture in Picture           612        -  Open/Close Picture in Picture
606                                                   613 
607        -  PIP                                     614        -  PIP
608                                                   615 
609     -  .. row 77                                  616     -  .. row 77
610                                                   617 
611        -  ``KEY_OK``                              618        -  ``KEY_OK``
612                                                   619 
613        -  Send a confirmation code to applicat    620        -  Send a confirmation code to application
614                                                   621 
615        -  OK / ENTER / RETURN                     622        -  OK / ENTER / RETURN
616                                                   623 
617     -  .. row 78                                  624     -  .. row 78
618                                                   625 
619        -  ``KEY_ASPECT_RATIO``                    626        -  ``KEY_ASPECT_RATIO``
620                                                   627 
621        -  Select screen aspect ratio              628        -  Select screen aspect ratio
622                                                   629 
623        -  4:3 16:9 SELECT                         630        -  4:3 16:9 SELECT
624                                                   631 
625     -  .. row 79                                  632     -  .. row 79
626                                                   633 
627        -  ``KEY_FULL_SCREEN``                     634        -  ``KEY_FULL_SCREEN``
628                                                   635 
629        -  Put device into zoom/full screen mod    636        -  Put device into zoom/full screen mode
630                                                   637 
631        -  ZOOM / FULL SCREEN / ZOOM+ / HIDE PA !! 638        -  ZOOM / FULL SCREEN / ZOOM+ / HIDE PANNEL / SWITCH
632                                                   639 
633     -  .. row 80                                  640     -  .. row 80
634                                                   641 
635        -  **Navigation keys**                     642        -  **Navigation keys**
636                                                   643 
637     -  .. row 81                                  644     -  .. row 81
638                                                   645 
639        -  ``KEY_ESC``                             646        -  ``KEY_ESC``
640                                                   647 
641        -  Cancel current operation                648        -  Cancel current operation
642                                                   649 
643        -  CANCEL / BACK                           650        -  CANCEL / BACK
644                                                   651 
645     -  .. row 82                                  652     -  .. row 82
646                                                   653 
647        -  ``KEY_HELP``                            654        -  ``KEY_HELP``
648                                                   655 
649        -  Open a Help window                      656        -  Open a Help window
650                                                   657 
651        -  HELP                                    658        -  HELP
652                                                   659 
653     -  .. row 83                                  660     -  .. row 83
654                                                   661 
655        -  ``KEY_HOMEPAGE``                        662        -  ``KEY_HOMEPAGE``
656                                                   663 
657        -  Navigate to Homepage                    664        -  Navigate to Homepage
658                                                   665 
659        -  HOME                                    666        -  HOME
660                                                   667 
661     -  .. row 84                                  668     -  .. row 84
662                                                   669 
663        -  ``KEY_INFO``                            670        -  ``KEY_INFO``
664                                                   671 
665        -  Open On Screen Display                  672        -  Open On Screen Display
666                                                   673 
667        -  DISPLAY INFORMATION / OSD               674        -  DISPLAY INFORMATION / OSD
668                                                   675 
669     -  .. row 85                                  676     -  .. row 85
670                                                   677 
671        -  ``KEY_WWW``                             678        -  ``KEY_WWW``
672                                                   679 
673        -  Open the default browser                680        -  Open the default browser
674                                                   681 
675        -  WEB                                     682        -  WEB
676                                                   683 
677     -  .. row 86                                  684     -  .. row 86
678                                                   685 
679        -  ``KEY_UP``                              686        -  ``KEY_UP``
680                                                   687 
681        -  Up key                                  688        -  Up key
682                                                   689 
683        -  UP                                      690        -  UP
684                                                   691 
685     -  .. row 87                                  692     -  .. row 87
686                                                   693 
687        -  ``KEY_DOWN``                            694        -  ``KEY_DOWN``
688                                                   695 
689        -  Down key                                696        -  Down key
690                                                   697 
691        -  DOWN                                    698        -  DOWN
692                                                   699 
693     -  .. row 88                                  700     -  .. row 88
694                                                   701 
695        -  ``KEY_LEFT``                            702        -  ``KEY_LEFT``
696                                                   703 
697        -  Left key                                704        -  Left key
698                                                   705 
699        -  LEFT                                    706        -  LEFT
700                                                   707 
701     -  .. row 89                                  708     -  .. row 89
702                                                   709 
703        -  ``KEY_RIGHT``                           710        -  ``KEY_RIGHT``
704                                                   711 
705        -  Right key                               712        -  Right key
706                                                   713 
707        -  RIGHT                                   714        -  RIGHT
708                                                   715 
709     -  .. row 90                                  716     -  .. row 90
710                                                   717 
711        -  **Miscellaneous keys**                  718        -  **Miscellaneous keys**
712                                                   719 
713     -  .. row 91                                  720     -  .. row 91
714                                                   721 
715        -  ``KEY_DOT``                             722        -  ``KEY_DOT``
716                                                   723 
717        -  Return a dot                            724        -  Return a dot
718                                                   725 
719        -  .                                       726        -  .
720                                                   727 
721     -  .. row 92                                  728     -  .. row 92
722                                                   729 
723        -  ``KEY_FN``                              730        -  ``KEY_FN``
724                                                   731 
725        -  Select a function                       732        -  Select a function
726                                                   733 
727        -  FUNCTION                                734        -  FUNCTION
728                                                   735 
729                                                   736 
730 It should be noted that, sometimes, there some    737 It should be noted that, sometimes, there some fundamental missing keys
731 at some cheaper IR's. Due to that, it is recom    738 at some cheaper IR's. Due to that, it is recommended to:
732                                                   739 
733                                                   740 
734 .. _rc_keymap_notes:                              741 .. _rc_keymap_notes:
735                                                   742 
736 .. flat-table:: Notes                             743 .. flat-table:: Notes
737     :header-rows:  0                              744     :header-rows:  0
738     :stub-columns: 0                              745     :stub-columns: 0
739                                                   746 
740                                                   747 
741     -  .. row 1                                   748     -  .. row 1
742                                                   749 
743        -  On simpler IR's, without separate ch    750        -  On simpler IR's, without separate channel keys, you need to map UP
744           as ``KEY_CHANNELUP``                    751           as ``KEY_CHANNELUP``
745                                                   752 
746     -  .. row 2                                   753     -  .. row 2
747                                                   754 
748        -  On simpler IR's, without separate ch    755        -  On simpler IR's, without separate channel keys, you need to map
749           DOWN as ``KEY_CHANNELDOWN``             756           DOWN as ``KEY_CHANNELDOWN``
750                                                   757 
751     -  .. row 3                                   758     -  .. row 3
752                                                   759 
753        -  On simpler IR's, without separate vo    760        -  On simpler IR's, without separate volume keys, you need to map
754           LEFT as ``KEY_VOLUMEDOWN``              761           LEFT as ``KEY_VOLUMEDOWN``
755                                                   762 
756     -  .. row 4                                   763     -  .. row 4
757                                                   764 
758        -  On simpler IR's, without separate vo    765        -  On simpler IR's, without separate volume keys, you need to map
759           RIGHT as ``KEY_VOLUMEUP``               766           RIGHT as ``KEY_VOLUMEUP``
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php