Click here to Skip to main content
15,892,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have implemented a editor base on richtextbox control, I want to use the combination keys Shift+2,Shift+4,Shift+6,Shift+8 to do some special things, but by default these combination keys is used as the direction keys, that Down,Left, Right, Up, my question is How can I disable the default behavior and replace with my expected behavior? Thanks.
Posted
Comments
Richard MacCutchan 20-Feb-15 3:59am    
You would need to capture the raw key press values. But using Shift+Key combinations is not a good idea, as most of them just generate alternate characters.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900