Changes between Initial Version and Version 4 of Ticket #109
- Timestamp:
- 04/16/12 12:15:20 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #109
-
Property
Status
changed from
new
toaccepted
-
Property
Status
changed from
-
Ticket #109 – Description
initial v4 3 3 I'm using dvorak-fr keyboard layout, which uses a "dead" key as a modifier. 4 4 For example, to obtain $, I press 8, then release it, then press '. 5 8 is ISO_Level3_Latch.5 8 is {{{ISO_Level3_Latch}}}. 6 6 7 7 When connecting to a Xpra session with this layout, it works for certain keys, but not all of them. … … 19 19 20 20 Server: 21 {{{ 21 22 ahuillet@demo:~/xpra/src$ setxkbmap -print 22 23 xkb_keymap { … … 27 28 xkb_geometry { include "pc(pc104)" }; 28 29 }; 30 }}} 29 31 30 32 Local: 31 33 {{{ 32 34 arthur@Chani:~$ setxkbmap -print 33 35 xkb_keymap { … … 38 40 xkb_geometry { include "pc(pc104)" }; 39 41 }; 40 42 }}} 41 43 Xmodmap outputs are attached. 42