Capital letters in Key grammar not working
dylan-chong opened this issue · 1 comments
dylan-chong commented
I have these vim grammars
'open': Key('o'),
'big open': Key('O'),
but whether I say open
or big open
(these are understood correctly by Dragon), only a lower case o
is pressed.
dylan-chong commented
It appears you have to use s-o
instead of O
. This belongs better in the grammar repo, so i'll move this issue there.