diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-28 03:16:57 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-28 03:16:57 +0000 |
| commit | 1806c7b99229f67aba07d971863f9ed5a725ffbe (patch) | |
| tree | 4b3d57383c882daeab8d850371d337eb84f4d7bb /data/keymap.xml | |
| parent | e00204d3adde3026821f5c70be7243ec4b3aef43 (diff) | |
| download | enigma2-1806c7b99229f67aba07d971863f9ed5a725ffbe.tar.gz enigma2-1806c7b99229f67aba07d971863f9ed5a725ffbe.zip | |
you can now delete characters in the timerentry description with the mute-key
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index f95a129f..5a7c6696 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -107,6 +107,9 @@ <key id="KEY_0" mapto="0" flags="m" /> </map> + <map context="TextEntryActions"> + <key id="KEY_MUTE" mapto="delete" flags="mr" /> + </map> <map context="InfobarPVRActions"> <key id="KEY_YELLOW" mapto="pauseService" flags="m" /> |
