talonvoice / beta

Issue tracker for the private Talon Beta
10 stars 0 forks source link

[Windows] In a tabbed application such as VSCode or Notepad++, the tracked active window title isn't updated when switching tabs #3

Closed knausj85 closed 4 years ago

knausj85 commented 4 years ago

My steps:

  1. Close Talon
  2. Open Notepad++ - leave two docs open, one .cs and one .py. Leave *.cs as active doc
  3. Close Notepad++
  4. Open Talon. Wait for it to do it's thing.
  5. Open Notepad++
  6. Try a .cs-specific command. It works as expected, .cs is the active window
  7. Switch to .py tab, try the .cs-specific command. It still works. printing ui.active_window() confirms it thinks *.cs is still active

If focus is given to another app & one subsequently switches back to notepad++, everything is then updated and works as expected.