dictation-toolbox/aenea

Grammars not working in some apps

dylan-chong opened this issue · 1 comments

I have a vim grammar 'quit': Key('escape') that works when using MacVim, but when using IntelliJ with IDEAVim, it does not:

  • The word quit usually doesn't get recognised when IntelliJ is the current window, but when MacVim the current window, quit is able to be recognised more accurately.
  • When it is recognised, the text quit is entered instead of pressing the escape key.

I found it this is because you must manually match the context title with the app title in order for that grammar to work with that application. This was not mentioned in the readme. I will request to add more docs