I'm curious about something.
-
I'm curious about something. For NVDA users, I'm trying to get NVDA to say the word HashTag only when making Hashtags on a post, and not when I'm making numbers or if there's a number sign in something I'm reading. Is there a way to make this contextual? #Blind
-
I'm curious about something. For NVDA users, I'm trying to get NVDA to say the word HashTag only when making Hashtags on a post, and not when I'm making numbers or if there's a number sign in something I'm reading. Is there a way to make this contextual? #Blind
@NicksWorld The number sign is the hashtag, it's the same symbol. You could probably use a regular expression so it only calls it a hashtag if there are letters after it, but generally speaking the hash, number or pound sign (also called an octothorp by the way, is all just one symbol.
Not to be confused with pounds used in currency, as in £100, which we use in the UK. Those ones are different.
-
@NicksWorld The number sign is the hashtag, it's the same symbol. You could probably use a regular expression so it only calls it a hashtag if there are letters after it, but generally speaking the hash, number or pound sign (also called an octothorp by the way, is all just one symbol.
Not to be confused with pounds used in currency, as in £100, which we use in the UK. Those ones are different.
@cachondo SO you can't make it contextual? I tried to do it with the speech dictionary but ran into this problem.
-
@cachondo SO you can't make it contextual? I tried to do it with the speech dictionary but ran into this problem.
@NicksWorld you can with a regular expression in the dictionary to a point, if you have stricly-defined rules about how a hashtag should ever be written, I guess?
-
@NicksWorld you can with a regular expression in the dictionary to a point, if you have stricly-defined rules about how a hashtag should ever be written, I guess?
@cachondo Can you elaberate?
-
@cachondo Can you elaberate?
@NicksWorld If you always want the number symbol and a series of words to be read hashtag rather than number, that's doable.
If your platform uses hashtags that start with a number, though, then that wouldn't follow the pattern and NVDA would still say number in those situations. -
@NicksWorld If you always want the number symbol and a series of words to be read hashtag rather than number, that's doable.
If your platform uses hashtags that start with a number, though, then that wouldn't follow the pattern and NVDA would still say number in those situations.@cachondo I'd just want it to say hashtag with words, but I'm okay with number for actual numbers.
-
I'm curious about something. For NVDA users, I'm trying to get NVDA to say the word HashTag only when making Hashtags on a post, and not when I'm making numbers or if there's a number sign in something I'm reading. Is there a way to make this contextual? #Blind
@NicksWorld Perhaps this add-on might be of use? https://github.com/ruifontes/applicationDictionary-
-
S svenja@mstdn.games shared this topic