sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
116 stars 46 forks source link

clx: setxkb doesn't work for regional characters #55

Closed dkochmanski closed 6 years ago

dkochmanski commented 8 years ago

While #53 is fixed by #54, clx doesn't pick the new keyboards at all (even if the keyboard is different at start than us it is chosen), so regional characters can't be typed. Steps to reproduce:

  1. Set keyboard for language with regional characters: setxkbmap pl
  2. Verify that you can insert regional characters (ALT-RIGHT + s should produce
  3. Start climacs (or anything what uses clx keyboard input)
  4. Try to insert regional character in climacs

This issue is related to https://github.com/robert-strandh/McCLIM/issues/35 .

dkochmanski commented 6 years ago

See https://github.com/sharplispers/clx/issues/12, https://github.com/sharplispers/clx/issues/53