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

Java sticky instances of class com.mysql.jdbc.Field aggregating -