Hello,

after looking around trying to fix my previous 
problem<https://groups.google.com/d/topic/racket-users/_1i-zcfBaaM/discussion> 
I found that DrRacket really is not sending any event for AltGr+(Key x) 
combinations if this combination doesn't actually produces a char.

I tried changing the win32/key.rkt file in gui-lib so DrRacket would get these 
events and en passant I tried to make DrRacket behave more like other Win 
programs when it comes to keyboard input.


my attempt is at:

https://github.com/bdeket/gui/commit/994a5655a9f913b7388e0c74c1b6203659b645d3


A few problems remain:

Ctrl+Alt+(key x): where this combination doesn't produce a char, x is produced 
instead of nothing

Ctrl+Alt+(key x) or AltGr+(key x): the release event is now hijacked and sends 
another keypress-event.

    This is a problem, but I don't know how to fix this, and I prefer this over 
the previous state where key-events where ignored


Unfortunately I didn't understand all the code that was already there, and I 
didn't find standard tests to test this.

Are there tests for the key-events?


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.

Reply via email to