Easyinput-patch: Difference between revisions
Jump to navigation
Jump to search
m (fixes) |
(→Links) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
* 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 41: | Line 38: | ||
[[Category:Patches]] |
[[Category:Patches]] |
||
{{i18n|easyinput-patch}} |
|||
<!-- Link to german wiki page --> |
|||
[[de:EasyInput-Patch]] |
Latest revision as of 08:22, 14 March 2006
Description
The EasyInput patch brings you a simplified text input. Similar to mobile phones, characters can be entered through the number pad. Any key stands for multiple characters.
Dieser Patch bringt eine vereinfachte texteingabe in Textfelder. Änlich wie beim Handy können Buchstaben über das Zahlenfeld eigegeben werden. Dabei erhält jede Zahl mehrere Buchstaben:
1: -.#~,/_@1 | 2: abcäåá2 | 3: defé3 |
4: ghi4 | 5: jkl5 | 6: mnoöñó6 |
7: pqrs7 | 8: tuvüú8 | 9: wxyz9 |
0: Leerzeichen, 0 |
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.djdagobert.com/vdr/easyinput.html | Patch homepage |