[Vm-dev] Ctrl-M?

Michael Rueger m.rueger at acm.org
Fri Jun 12 18:28:24 UTC 2009


Hi all,

while debugging through some event handling on Windows it seems that 
ctrl-m is the only key (combination) that is not generating a keystroke 
event? See the low level key event log below.
Explanations? Red herring pointers?

Thanks

Michael
P.S. Haven't checked on other platforms


[keyDown '<tab>']
[keystroke '<tab>']
#(2 32815515 9 2 0 9 0 1)
[keyUp '<tab>']

#(2 32819187 17 1 2 17 0 1)
[keyDown '<Ctrl-q>'] pressing the ctrl key
#(2 32819890 77 1 2 77 0 1)
[keyDown '<Ctrl-M>']
#(2 32819968 77 2 2 77 0 1)
[keyUp '<Ctrl-M>']
#(2 32820515 17 2 0 17 0 1)


More information about the Vm-dev mailing list