derekriemer / nvda-notepadPlusPlus

GNU General Public License v2.0
28 stars 20 forks source link

Espeak's Pitch stays up when completions are confirmed #26

Open SeanTolstoyevski opened 4 years ago

SeanTolstoyevski commented 4 years ago

When I confirm by pressing the "tab" while writing a code, if the first letter spoken is capital, Espeak's pitch stays high.

  1. In Notepad ++ type:
Python = "Snyke"

a = Python
  1. Confirm completion by pressing "P" at the line "a =".

To solve the problem I have to switch to a new screen with "alt + tab".