Reversing arrows directions but only for navigating between controls

A

Amir

Hello!

I have a question about the arrow directions:

Normally, pressing the left arrow will move the cursur to the previous
field,
and pressing the right arrow will move the cursur to the next field.

What should I do if I want these keys to do exactly the opposite?
I Don't want to solve this problem by reversing the Tab order,
because I wan't the same tab order (There are specific fields
I want to be the last ones, the first ones etc.).

I want the left key to act like the right key, and the right key to act like
the left,
but I want them to do so only for moving between controls (textboxes etc.)
-------------------------------------
I don't want to totally switch between the keys, because I want
to preserve the way they act for editing text INSIDE the
textboxes, for example.


Thank you for your help!
 
Top