Skip to content

Commit 8ea1f74

Browse files
authored
Update README.md
1 parent e34f865 commit 8ea1f74

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/eel-brah/kokorodoki
66

77
When run in daemon mode, it waits for the client to pass it an action such as speak the text in the clipboard, stop playback, etc. The author suggests associating keyboard hotkeys for each action.
88

9-
This python toolbar provides an alternative to hotkeys with a UI.
9+
This python toolbar provides a UI alternative to using hotkeys.
1010

1111
<img width="165" height="36" alt="image" src="https://github.com/user-attachments/assets/9364ea53-3a23-4ad2-a27e-64aeffaaf15e" />
1212

@@ -38,6 +38,27 @@ Following are the actions we will automate (copied from the kokorodoki repositor
3838
## Go back a sentence
3939
~/.venvs/kdvenv/bin/python3.12 ~/.local/bin/kdoki/src/client.py --back
4040

41+
# Options you may want to be aware of in the INI
42+
43+
[Behavior]
44+
45+
remember_voice_and_speed = 0/1
46+
47+
This causes voice and speed to be remembered between sessions. If you are controlling kokorodoki's speed/voice outside of the toolbar, you'll want to set this to 0.
48+
49+
Another option added in the ini allows you to set speed defaults for specific Voices. For example, I find the following useful:
50+
51+
[SpeedDefaults]
52+
53+
af_heart = 1.1
54+
55+
af_nicole = 1.4
56+
57+
[Appearance]
58+
59+
Set the default x, y location of the toolbar position on launch.
60+
Adjust the button size.
61+
4162
# Features
4263
- Frameless, always-on-top design
4364
- Configurable commands via INI file

0 commit comments

Comments
 (0)