Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Speak typed words' does not work correctly with MS Excel #2773

Closed
nvaccessAuto opened this issue Nov 2, 2012 · 3 comments
Closed

'Speak typed words' does not work correctly with MS Excel #2773

nvaccessAuto opened this issue Nov 2, 2012 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by nishimotz on 2012-11-02 09:45
When Keyboard settings 'Speak typed words' is enabled, Microsoft Excel 2010 does not speak word correctly as follows:

Setup: Windows 7 sp1 x64 Japanese, Excel 2010 (x86), NVDA 2012.3beta3, Microsoft Speech Platform (Japanese)

Procedure:

  • enable 'Speak typed words' of NVDA Keyboard settings
  • open Excel 2010 with new document (named as Book1)
  • disable Japanese IME
  • type half shape numbers "123", followed by space.
  • expected announce is "123", but the announce is "23".
  • after pressing back spaces to make the cell empty, "123" followed by "space" is announced as "123".

Input/output log:

IO - inputCore.InputManager.executeGesture (18:26:48):
Input: kb(laptop):1
IO - speech._speakSpellingGen (18:26:48):
Speaking character u'1'
DEBUGWARNING - synthDrivers.sapi5.SynthDriver.speak (18:26:48):
Unsupported speech command: LangChangeCommand ('ja_JP')
IO - speech.speak (18:26:48):
Speaking [('ja_JP'), u'edit'](LangChangeCommand)
DEBUGWARNING - synthDrivers.sapi5.SynthDriver.speak (18:26:48):
Unsupported speech command: LangChangeCommand ('ja_JP')
IO - speech.speak (18:26:48):
Speaking [('ja_JP'), u' 1\n'](LangChangeCommand)
DEBUGWARNING - synthDrivers.sapi5.SynthDriver.speak (18:26:48):
Unsupported speech command: LangChangeCommand ('ja_JP')
IO - inputCore.InputManager.executeGesture (18:26:50):
Input: kb(laptop):2
IO - speech._speakSpellingGen (18:26:51):
Speaking character u'2'
DEBUGWARNING - synthDrivers.sapi5.SynthDriver.speak (18:26:51):
Unsupported speech command: LangChangeCommand ('ja_JP')
IO - inputCore.InputManager.executeGesture (18:26:52):
Input: kb(laptop):3
IO - speech._speakSpellingGen (18:26:52):
Speaking character u'3'
DEBUGWARNING - synthDrivers.sapi5.SynthDriver.speak (18:26:52):
Unsupported speech command: LangChangeCommand ('ja_JP')
IO - inputCore.InputManager.executeGesture (18:26:54):
Input: kb(laptop):space
IO - speech.speakTypedCharacters (18:26:54):
typed word: 23
IO - speech.speak (18:26:54):
@nvaccessAuto
Copy link
Author

Comment 1 by briang1 on 2012-11-02 12:29
Is this yet another facet of the problem described in #2762?

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2012-11-05 00:37
No. The problem is that the focus changes as you type the first character, so it isn't considered part of the same word. I suspect that if you press f2 to begin editing and then type, it will work as expected.

@jcsteh
Copy link
Contributor

jcsteh commented Jun 24, 2016

Same underlying issue as #1259.

@jcsteh jcsteh closed this as completed Jun 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants