wgois / OIS

Official OIS repository. Object oriented Input System
https://wgois.github.io/OIS/
zlib License
254 stars 87 forks source link

Improve LinuxKeyboard to handle dead keys #1

Closed pavlos256 closed 6 years ago

pavlos256 commented 11 years ago

The patch improves LinuxKeyboard in several ways. The most important change is that it now uses the current input method and handles "dead keys" so that we can type characters with diacritics (i.e. "α" => "ά").

Changes:

qwertzui11 commented 10 years ago

works great! beautiful and awesome, thx!

TheOnlyJoey commented 8 years ago

Commit currently has merge conflicts, if this can be resolved, will get merged.

Ybalrid commented 6 years ago

As a side effect, your changes do actually fix the problem when non-qwerty keybard layout are used

Ybalrid commented 6 years ago

merged!