windows - How can I hook backspace key correctly? -
i came convention, want process backspace in special way. use:
setwindowshookex(wh_keyboard,(hookproc)launcherhook, null, getmainthreadid(id));
in process. problem is, when ime "()input choice window" pops, same time typing backspace key -- (the cursor , backspace) effects in window, not fit purpose.
thanks
Comments
Post a Comment