Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong condition in x11key Lookup for ASCII code
* the condition was never met because rune is usually unsigned int * the logical result of checking whether unshifted key rune is ASCII is range from 0 to 0x80
- Loading branch information