Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - how to turn off arrow key tabbing?

 
 
Old 02-20-2007   #1 (permalink)
Tim_Mackey


 
 

how to turn off arrow key tabbing?

hi,
i guess this is a new behaviour of WPF, the user can switch between
controls with the arrow keys, former win apps could only achieve this
via tab (to my knowledge).

how can i turn it off? it's getting in the way of my window_keydown
hotkeys. i want to move selected objects in a viewport with the arrow
keys, not switch focus to different control. to put it another way,
my arrow keys are not working the way i want to because a textbox
automatically captures the arrow keys and locks the cursor inside.

i tried the following properties on the window to no avail:

KeyboardNavigation.ControlTabNavigation="None"
KeyboardNavigation.DirectionalNavigation="None"

any ideas? mucho thanks in advance.
tim


My System SpecsSystem Spec
Old 02-21-2007   #2 (permalink)
Tim Mackey


 
 

Re: how to turn off arrow key tabbing?

one way i found to work around this was to set e.Handled = true in the
KeyDown event handler. however i would still be interested to know if it is
possible to prevent the arrow keys switching focus between controls.

tim

"Tim_Mackey" <timmer3@gmail.com> wrote in message
news:1171987009.917672.3340@m58g2000cwm.googlegroups.com...
> hi,
> i guess this is a new behaviour of WPF, the user can switch between
> controls with the arrow keys, former win apps could only achieve this
> via tab (to my knowledge).
>
> how can i turn it off? it's getting in the way of my window_keydown
> hotkeys. i want to move selected objects in a viewport with the arrow
> keys, not switch focus to different control. to put it another way,
> my arrow keys are not working the way i want to because a textbox
> automatically captures the arrow keys and locks the cursor inside.
>
> i tried the following properties on the window to no avail:
>
> KeyboardNavigation.ControlTabNavigation="None"
> KeyboardNavigation.DirectionalNavigation="None"
>
> any ideas? mucho thanks in advance.
> tim
>


My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Setting up IE 7 Tabbing Vista installation & setup
Tab key stops tabbing Vista General
IE7 and Tabbing vs New Window Vista General
Tabbing problem Vista General
new tabbing? Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46