Dictionaries output with TTS

x4rfaCe

New member
Hi Devs,

would it possible to change the dictionary entries (Variable/Value) not to seperate with a "->". For example when you have a variable "Headset" and a value of "90%" it speaks out "Headset minus greater than 90%". Hope it was understandable. Just for TTS. Maybe there is a thing i didn't mind why it was made for.

GreetZ
x4rfaCe
 

dsnz

Well-known member
in a loop, you should write in a string variable how you want exactly each dictionary entry to be spelled (eg. Headset is at 90%, Headset value 90%, ..) and then TTS it

(MD cannot fit all users at the same time so each user should customize his macros)
 

Dm114

Well-known member
Hi Devs,

would it possible to change the dictionary entries (Variable/Value) not to seperate with a "->". For example when you have a variable "Headset" and a value of "90%" it speaks out "Headset minus greater than 90%". Hope it was understandable. Just for TTS. Maybe there is a thing i didn't mind why it was made for.

GreetZ
x4rfaCe
This notation "->" is only used to display the whole content of a dictionary. For individual entries, as @dsnz says, it's up to you to customize the output according to your needs.
 

x4rfaCe

New member
Hello,

I am happy with equals. :)
Also ":" would make sense.
Maybe someone else can point out whats the benefit or negative.

Thanks for reading my thread.
 

dsnz

Well-known member
I see that it will eventually become option in settings 😂

I'm more into the use of : , seems more appropriate and more common in programming languages
 
Top