diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-05-01 20:59:02 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-05-01 21:00:08 -0400 |
commit | 8ad2512a02fae996702eb09fc38db633dd8934b3 (patch) | |
tree | 49c2d9ab2beab4905469c243ff99e8b934efe5de | |
parent | 2ba12c1674182dc9d25db6bec24c140e8e621c5b (diff) | |
download | rockbox-8ad2512a02.tar.gz rockbox-8ad2512a02.zip |
FS#12549: Improve manual with respect to shortcut talkclips
Change-Id: I27adef824649071cc30142f7fad8d04cd810774b
-rw-r--r-- | manual/main_menu/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/main_menu/main.tex b/manual/main_menu/main.tex index 18a069e408..fced43ab98 100644 --- a/manual/main_menu/main.tex +++ b/manual/main_menu/main.tex @@ -307,7 +307,7 @@ each item to be displayed. Each shortcut looks like the following: data: <what the shortcut actually links to> name: <what the shortcut should be displayed as> icon: <number of the theme icon to use (see \wikilink{CustomIcons})> - talkclip: <filename of a talk clip to speak when voice menus are enabled> + talkclip: <full path to a talk clip to speak when voice menus are enabled> (example: \fname{/.rockbox/filename.talk}) \end{example} Only ``type'' and ``data'' are required (except if type is ``separator'' in which case |