Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GUI: update kb_write to handle upper case chars
kb_write sent the text directly two keyboard.write() which doesn't handle uppercase characters. A workaround is to use keyboard.sent() to send shift+<char> for the uppercase characters and rely on keyboard.write() to send the rest.
- Loading branch information