Easyinput-patch: Difference between revisions
Jump to navigation
Jump to search
(Preparation) |
(initial) |
||
Line 1: | Line 1: | ||
==Description== |
==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. |
|||
[[Image:(missing)-plugin.jpg|thumb|Screenshot]] |
|||
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== |
==Hardware requirements== |
||
==Software requirements== |
==Software requirements== |
||
* patch |
|||
==Installation== |
==Installation== |
||
If the patch is compressed you have to unpack it bevor |
|||
See [[plugin installation]] |
|||
<pre> |
|||
gunzip patch |
|||
</pre> |
|||
Now you can install it with |
|||
<pre> |
|||
cd $SOURCEDIR/VDR |
|||
patch -p 1 < /path/to/patch |
|||
</pre> |
|||
Note, VDR has to be recompiled now, see [[plugin installation]]. |
|||
==Problems== |
==Problems== |
||
Line 14: | Line 35: | ||
{| |
{| |
||
| [1] |
| [1] |
||
| http://www.djdagobert.com/vdr/easyinput.html |
|||
| http:// |
|||
| Plugin homepage |
| Plugin homepage |
||
|} |
|} |
||
Line 21: | Line 42: | ||
<!-- Link to german wiki page --> |
<!-- Link to german wiki page --> |
||
[[de: |
[[de:EasyInput-plugin]] |
Revision as of 20:14, 21 September 2004
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
Installation
If the patch is compressed you have to unpack it bevor
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 plugin installation.
Problems
Links
[1] | http://www.djdagobert.com/vdr/easyinput.html | Plugin homepage |