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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -