How to make the arrows keys act as another keys ?
Posted
by le.shep20
on Stack Overflow
See other posts from Stack Overflow
or by le.shep20
Published on 2010-04-11T09:00:04Z
Indexed on
2010/04/11
9:13 UTC
Read the original article
Hit count: 256
arrow-keys
|c#
How to make the left arrow act like . (dot), when a user press the left arrow in a textbox it will type . and also in the same way how to make the right arrow act like - ( dash)
And I want to use the Control key to switch between 2 modes: . and dash, regular arrows behavior, mean when a user press Control the tow arrows will act as . and dash. And when a user press agian the control the 2 arrows will act as usual arrows.
© Stack Overflow or respective owner