diff options
| author | acid-burn <acidburn@opendreambox.org> | 2009-09-25 12:31:22 +0200 |
|---|---|---|
| committer | acid-burn <acidburn@opendreambox.org> | 2009-09-25 12:31:22 +0200 |
| commit | a0d0f6460e42c18cdd08dcbb6ef7767586274dfa (patch) | |
| tree | abc9f6459a5b951ce85fe448764f4168fdc91396 /data | |
| parent | a63b53ca054ce08e33b26c77fda9f0fef5af279b (diff) | |
| download | enigma2-a0d0f6460e42c18cdd08dcbb6ef7767586274dfa.tar.gz enigma2-a0d0f6460e42c18cdd08dcbb6ef7767586274dfa.zip | |
data/keymap.xml: add VirtualKeyboardActions to access the VirtualKeyboard over the TEXT button
Diffstat (limited to 'data')
| -rwxr-xr-x[-rw-r--r--] | data/keymap.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 036ea467..e207c3c9 100644..100755 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -418,6 +418,10 @@ <key id="KEY_TAB" mapto="toggleMark" flags="m" /> </device> </map> + + <map context="VirtualKeyboardActions"> + <key id="KEY_TEXT" mapto="showVirtualKeyboard" flags="m" /> + </map> <map context="InfobarTeletextActions"> <key id="KEY_TEXT" mapto="startTeletext" flags="m" /> |
