Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): binds not working on non-Latin layouts
KeysymHandle::raw_syms() returns typed symbols as-is. For example, if "Й" (Cyrillic letter 'Io', corresponding to "Q" on the English layout) is pressed, raw_syms() returns "Cyrillic_io". However, keybinds are usually defined as "<something>+Q" (i.e., in Latin), which causes a mismatch.
- Loading branch information