When I set CTRL_F1 as accelerator key in my application. I see this as a result in ToString: "Ctrl-Ŕ" The problem is that the check ( wxIsalnum(code) ) returns true for CTRL F1 (code is 340). My application is build in UNICODE (is this the problem?), wx 2.8 Franky.