mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Keyclick option (FS#7307). Disabled by default, go into System settings to enable it. WARNING: PortalPlayer targets reportedly have a problem with this, so don't enable it on those unless you want to risk burning your ears with horrible noise. This is probably a bug in pcmbuf_beep(), and I'm hoping that someone who has an affected target will look into it and fix it as a result of this commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cba886d9b7
commit
ea358a1fdc
5 changed files with 116 additions and 50 deletions
|
|
@ -11540,3 +11540,37 @@
|
|||
*: "Save Sound Settings"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_KEYCLICK
|
||||
desc: in keyclick settings men
|
||||
user:
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Keyclick"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Keyclick"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Keyclick"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_KEYCLICK_REPEATS
|
||||
desc: in keyclick settings men
|
||||
user:
|
||||
<source>
|
||||
*: none
|
||||
swcodec: "Keyclick Repeats"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
swcodec: "Keyclick Repeats"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
swcodec: "Keyclick Repeats"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue