<br>It's great to see the additional keylayout support from this gtkairo commit:<br><a href="http://common-lisp.net/pipermail/mcclim-cvs/2007-July/001019.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://common-lisp.net/pipermail/mcclim-cvs/2007-July/001019.html
</a><br><br>But the following line appears to have broken my backspace key:<br>+(DEFINE-KEY 65288 ((4 8 0) :BACKSPACE #\Backspace) (T :TERMINATE-SERVER NIL)) <br><br>Now whenever I hit backspace in a McCLIM app I get the message "TERMINATE-SERVER is unbound", and nothing gets deleted.
<br><br>Commenting the aforementioned line makes the backspace key work fine. <br><br><br>If it helps, here's the Xev readout for my backspace key. <br><br>KeyPress event, serial 25, synthetic NO, window 0x1800001,<br>

    root 0xa6, subw 0x0, time 3530064260, (289,239), root:(1826,1282),<br>    state 0x10, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,<br>    XLookupString gives 1 bytes: (08) "<br>    XmbLookupString gives 1 bytes: (08) "
<br>    XFilterEvent returns: False<br><br>KeyRelease event, serial 25, synthetic NO, window 0x1800001,<br>    root 0xa6, subw 0x0, time 3530064392, (289,239), root:(1826,1282),<br>    state 0x10, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
<br>    XLookupString gives 1 bytes: (08) "<br><br>It could also be worth noting that I use the dvorak keyboard layout.<br><br><br>Hope this is useful. Thanks a bunch! <br><br>- Jeremy Rayman<br><span class="sg"><a href="mailto:jeremy.rayman.public@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

jeremy.rayman.public@gmail.com</a><br><br>p.s. I couldn't for the life of me see where to submit a new ticket on Trac. Do you need a login?<br></span>