mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
FS#10925 by myself: add touchscreen support for virtual keyboard.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27156 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
668914b597
commit
1a3b93cf7d
2 changed files with 219 additions and 3 deletions
|
|
@ -12554,3 +12554,54 @@
|
|||
*: "open picture flow"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_KBD_OK
|
||||
desc: in keyboad
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "OK"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "OK"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "OK"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_KBD_DELETE
|
||||
desc: in keyboad
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Del"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Del"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Del"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_KBD_CANCEL
|
||||
desc: in keyboad
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Cancel"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Cancel"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Cancel"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue