mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
Add a Touchscreen Mode setting to switch between 3x3 grid and absolute point modes. Note that many screens have not yet been adjusted to absolute point mode, so use with caution.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20520 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3adb821ad0
commit
ed1a3355de
7 changed files with 87 additions and 6 deletions
|
|
@ -12403,3 +12403,54 @@
|
|||
speaker: "Enable Speaker"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_MODE
|
||||
desc: in Settings -> General -> System menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Mode"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Mode"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Touchscreen Mode"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_GRID
|
||||
desc: in Settings -> General -> System menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "3x3 Grid"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "3x3 Grid"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "3 by 3 grid"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_TOUCHSCREEN_POINT
|
||||
desc: in Settings -> General -> System menu
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Absolute Point"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Absolute Point"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Absolute Point"
|
||||
</voice>
|
||||
</phrase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue