diff options
| author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2015-12-27 18:14:41 +0100 |
|---|---|---|
| committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2015-12-27 18:14:41 +0100 |
| commit | 5e91ec14011656d8952007aceb99189cd28786ba (patch) | |
| tree | 6e0d8a4850f5f7ec85f01bf599e840c25659881f /manual/plugins/text_editor.tex | |
| parent | ad65f8cc71bfe9e98936d5f781263850a9d50cc0 (diff) | |
| download | rockbox-5e91ec14011656d8952007aceb99189cd28786ba.zip rockbox-5e91ec14011656d8952007aceb99189cd28786ba.tar.gz rockbox-5e91ec14011656d8952007aceb99189cd28786ba.tar.bz2 rockbox-5e91ec14011656d8952007aceb99189cd28786ba.tar.xz | |
Samsung YH820/92x keymap bugfixes
This patch fixes some (mostly small) plugin issues with the "big"
YH-keymap patch (a507b). Only one fix affects the main keymaps
(virtual keyboard "DONE" now exits after long key /release/ instead
of long button /press/).
Change-Id: Id34f925ebfa97ae4974cd9405fbe1fee4f597833
Diffstat (limited to 'manual/plugins/text_editor.tex')
| -rw-r--r-- | manual/plugins/text_editor.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex index 18d1d91..c72d90b 100644 --- a/manual/plugins/text_editor.tex +++ b/manual/plugins/text_editor.tex @@ -27,12 +27,15 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}). \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel} & Exit / Abort Editing\\ - \ActionStdMenu + \opt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ActionStdContext} + \nopt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\ActionStdMenu} \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdMenu} & Show Item Menu\\ - \ActionStdContext - \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} - & Delete Line\\ + \nopt{SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{ + \ActionStdContext + \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} + & Delete Line\\ + } \end{btnmap} |