mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Plugin Frotz: Match keymap and manual
Change source to match manual description: use UP key to open virtual keyboard. Change-Id: I5c6ffc356db42f305c918053c31a9595bf0dc3ac
This commit is contained in:
parent
5e91ec1401
commit
87229a49b2
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ zchar do_input(int timeout, bool show_cursor)
|
||||||
case PLA_SELECT:
|
case PLA_SELECT:
|
||||||
return ZC_RETURN;
|
return ZC_RETURN;
|
||||||
|
|
||||||
case PLA_DOWN:
|
case PLA_UP:
|
||||||
return ZC_BAD;
|
return ZC_BAD;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue