Hello,
is it possible to add custom keybindings with AltGr for keys that normally don't produce anything with AltGr? I'm trying the following (on 6.4.0.6--2016-02-08(91d85a1/a)) #lang s-exp framework/keybinding-lang (keybinding "g:q" (? (x y) (send x insert #\?))) (keybinding "?:g:q" (? (x y) (send x insert #\?))) if I use (keybinding "g:\\" (? (x y) (send x insert #\?))) it works for AltGr+< (which on my keyboard produces \) Kind regards, Bert -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.