Nrkbd-patch: Difference between revisions
Jump to navigation
Jump to search
(Preparation) |
(→Links) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
The '''NrKbd patch''' improves the text input to [[VDR]] via the remote control. It uses a technique similar to the one used by mobile phones. |
|||
==Handling== |
|||
{| border=1 cellpadding=2 cellspacing=0 |
|||
|- |
|||
! bgcolor=#cfcfcf|Keypresses |
|||
! bgcolor=#cfcfcf|1 |
|||
! bgcolor=#cfcfcf|2 |
|||
! bgcolor=#cfcfcf|3 |
|||
! bgcolor=#cfcfcf|4 |
|||
! bgcolor=#cfcfcf|5 |
|||
! bgcolor=#cfcfcf|6 |
|||
! bgcolor=#cfcfcf|7 |
|||
! bgcolor=#cfcfcf|8 |
|||
! bgcolor=#cfcfcf|9 |
|||
|- |
|||
! bgcolor=#efefef|Key |
|||
! bgcolor=#ff0000|Red |
|||
! bgcolor=#00ff00|Green |
|||
! bgcolor=#ffff00|Yellow |
|||
! bgcolor=#0000ff|Blue |
|||
| |
|||
| |
|||
| |
|||
| |
|||
| |
|||
|- |
|||
!bgcolor=#efefef| 1 || - || _ || ( || ) || + || ? || $ || & || § |
|||
|- |
|||
!bgcolor=#efefef| 2 || A || B || C || Ä || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 3 || D || E || F || # || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 4 || G || H || I || ~ || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 5 || J || K || L || % || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 6 || M || N || O || Ö || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 7 || P || Q || R || S || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 8 || T || U || V || Ü || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 9 || W || X || Y || Z || || || || || |
|||
|- |
|||
!bgcolor=#efefef| 0 || space || , || . || * || ! || ; || : || || |
|||
|} |
|||
==Hardware requirements== |
==Hardware requirements== |
||
Line 6: | Line 53: | ||
* patch |
* patch |
||
==Applying the patch== |
|||
==Installation== |
|||
If the patch is compressed you have to unpack it |
If the patch is compressed you have to unpack it before |
||
⚫ | |||
<pre> |
|||
⚫ | |||
</pre> |
|||
Now you can install it with |
Now you can install it with |
||
⚫ | |||
<pre> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
</pre> |
|||
Note, VDR has to be recompiled now, see [[VDR installation]]. |
Note, VDR has to be recompiled now, see [[VDR installation]]. |
||
Line 24: | Line 68: | ||
{| |
{| |
||
| [1] |
| [1] |
||
| http://www.vdrportal.de/board/thread.php?threadid=21102&sid= |
|||
| http:// |
|||
| Announcement |
|||
| Patch homepage |
|||
|} |
|} |
||
[[Category:Patches]] |
[[Category:Patches]] |
||
{{i18n|nrkbd-patch}} |
|||
<!-- Link to german wiki page --> |
|||
[[de:-patch]] |
Latest revision as of 08:25, 14 March 2006
Description
The NrKbd patch improves the text input to VDR via the remote control. It uses a technique similar to the one used by mobile phones.
Handling
Keypresses | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|---|---|---|---|---|---|---|---|---|
Key | Red | Green | Yellow | Blue | |||||
1 | - | _ | ( | ) | + | ? | $ | & | § |
2 | A | B | C | Ä | |||||
3 | D | E | F | # | |||||
4 | G | H | I | ~ | |||||
5 | J | K | L | % | |||||
6 | M | N | O | Ö | |||||
7 | P | Q | R | S | |||||
8 | T | U | V | Ü | |||||
9 | W | X | Y | Z | |||||
0 | space | , | . | * | ! | ; | : |
Hardware requirements
Software requirements
- patch
Applying the patch
If the patch is compressed you have to unpack it before
gunzip patch
Now you can install it with
cd $SOURCEDIR/VDR patch -p 1 < /path/to/patch
Note, VDR has to be recompiled now, see VDR installation.
Problems
Links
[1] | http://www.vdrportal.de/board/thread.php?threadid=21102&sid= | Announcement |