| 4 | |
| 5 | If I use the international AltGr dead keys with the English (US) layout, right alt works outside of xpra, but not when going through xpra (either the parti-all one or the winswitch one). |
| 6 | |
| 7 | Outside of xpra: |
| 8 | {{{ |
| 9 | setxkbmap -print |
| 10 | xkb_keymap { |
| 11 | xkb_keycodes { include "evdev+aliases(qwerty)" }; |
| 12 | xkb_types { include "complete" }; |
| 13 | xkb_compat { include "complete" }; |
| 14 | xkb_symbols { include "pc+us(altgr-intl)+us:2+inet(evdev)" }; |
| 15 | xkb_geometry { include "pc(pc104)" }; |
| 16 | }; |
| 17 | }}} |
| 18 | |
| 19 | Inside xpra: |
| 20 | {{{ |
| 21 | setxkbmap -print |
| 22 | xkb_keymap { |
| 23 | xkb_keycodes { include "xfree86+aliases(qwerty)" }; |
| 24 | xkb_types { include "complete" }; |
| 25 | xkb_compat { include "complete" }; |
| 26 | xkb_symbols { include "pc+us+inet(pc105)" }; |
| 27 | xkb_geometry { include "pc(pc105)" }; |
| 28 | }; |
| 29 | }}} |