commit | 005db3528df041d1bbd69a07fa41ef7ea4404c19 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Apr 04 10:31:59 2019 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Apr 04 10:31:59 2019 +0200 |
tree | 5e98c84d9e297d639b4044a5b4b4b86b11d5a0bc | |
parent | fd3bfa6d9d1166b3fdb585c794abb4634d70409c [diff] |
Always get raw keyboard layout on macOS Some input sources are still using input methods even though they claim to be "ASCII" input. This causes our input handling to fail since we need to query the layout to handle dead keys. Fortunately there is another API to get the raw, underlying input source that the input method uses. So let's use that and be sure that we're always getting something we can use.