Issue encountered on Windows x86_64 1.0.0 release, steps to reproduce:
- Set the keyboard layout to be not en-us (e.g. ru-ru)
- Open edit
- Attempt to send a keystroke e.g. Alt+F
Debugging the issue seems to point to
|
return Some(Token::Text(&input[beg..self.off])); |
as the place in the edit's code which leads to the issue.