Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

how to turn off arrow key tabbing?

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 02-20-2007   #1 (permalink)
Tim_Mackey
Guest


 

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
Guest


 

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
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tab key stops tabbing dfrench Vista General 0 04-08-2008 04:36 AM
Alt Tabbing without using windowed mode Snake3yes Gaming 1 11-09-2007 01:02 PM
IE7 and Tabbing vs New Window SS Vista General 3 07-27-2007 07:44 PM
Tabbing problem Ron Vista General 0 04-06-2007 02:28 PM
new tabbing? Jack | Cronier Vista General 1 06-20-2006 04:32 PM


Vistax64.com 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 2005-2008

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 47 48 49 50 51