Questions tagged [keyboard-navigation]
126 questions
2
votes
2 answers
Eclipse JDT: Is there a keyboard shortcut for opening new editor panes?
I often use the multi-pane editor feature in Eclipse to view multiple files simultaneously, and find it very strange that there appears to be no way other than dragging the tab with the mouse. Does anyone know if there's a keyboard technique I'm…

Jeff Axelrod
- 27,676
- 31
- 147
- 246
2
votes
1 answer
Keyboard.FocusedElement is null, what are the possible causes?
While keyboard navigating a WPF app, in one step, between one control and another, the Keyboard.FocusedElement is null. If there is no reference to this property in the code, which methods can cause this? Is there an Unfocus method for any control?

Jader Dias
- 88,211
- 155
- 421
- 625
2
votes
3 answers
Accessibility - provide mechanism for easy navigation between interactive sections
We have a web-based app which uses a side-by-side experience for desktop users where the left side of the screen is a file browser and editor and the right side of the screen is an interactive preview. Users of our app will make constant and…

Ryan Wheale
- 26,022
- 8
- 76
- 96
2
votes
1 answer
TabNavigation to select ListBox's first item
We're using tabnavigation for people, who dont want or can't use the mouse.
When i navigate via tab into the Listbox, the first item will be focused but not selected. When i tab again, the second item will be selected as well. For me it's a strange…

David Mueller
- 23
- 3
2
votes
0 answers
tabindex: unable to focus elements that are visible only on hover
I have a list of items(ul, li elements), where li contains left content and right content.for each li tabindex is set to 0.
By default left content is always visible, When user mouse hovers on each of the li, i am toggling visiblity of right…

newbee-UI
- 21
- 3
2
votes
0 answers
Navigatable kendo-grid in angular
I am looking for possible solution for navigatable(508 Compliance) kendo-grid in angular. Since Kendo-grid for jQuery already contains that feature. All you need to is to put
navigatable: true
and it's done.
But seems like Angular version of…

The Hungry Dictator
- 3,444
- 5
- 37
- 53
2
votes
2 answers
Can I navigate into and out of a wpf combo box using arrow keys instead of tab?
I have wpf UserControl containing a combobox and a textbox in a row. Currently the only way to move between the components is to tab between them, but I would like to also be able to switch from the combobox to the textbox using the left and right…

Zaz
- 3,017
- 2
- 21
- 28
2
votes
1 answer
Keyboard navigation for cbp full width slider
Had tried this JS-FIDDLE But did not succeed. Can some one help out, How to enable the keyboard navigation for this slider.
_toggleNavControls : function() {
// if the current item is the first one in the list, the left arrow is not shown
…

srinatht
- 143
- 1
- 13
2
votes
1 answer
Vimperator: Follow link with number in the text
I use Vimperator, but one thing I struggle with is being able to efficiently select and navigate a link that has (or is) just a number. This happens quite a lot in various generated web pages use where the links are numerical or are dates.
Using…

Inductiveload
- 6,094
- 4
- 29
- 55
2
votes
1 answer
JavaFX: How to manage the focus traversal in a borderpane
I'd like to know if it is possible using TAB or Shift+TAB to navigate in different parts of the Borderpane element?

jade
- 41
- 5
2
votes
3 answers
How to select the element (div) below the selected one (grid style) in jquery
Select the div below the currently selected element.
Hi!
Okay, let say we have the following HTML code:

Jeremy Dicaire
- 4,615
- 8
- 38
- 62
2
votes
1 answer
WPF menu tab navigation
I have a view with a menu:
1
vote
2 answers
LIstView keyborad navigation like Windows Explorer in WPF
I wish to have keyboard navigation that is in IconView of Windows Explorer i.e if we move to the End of the width of the Screen selection should move to the next row....

Ankesh
- 4,847
- 4
- 38
- 76
1
vote
0 answers
I need some help to make the Videojs video player buttons navigable with the javascript Spatial Navigation plugin
I'm creating a website that can be navigable from the keyboard.
I use the great Spatial navigation here:
https://github.com/luke-chang/js-spatial-navigation
Everything work well with my keyboard navigation with this navigation plugin but after hours…

Gino
- 1,834
- 2
- 19
- 20
1
vote
1 answer
How to enable arrow keys keyboard navigation and disable tab nagivation for a group of radio buttons?
I was trying to implement a dialog box with layout as something like this
I wanted keyboard behavior as
Control at radio button 'a' OR 'b' OR 'c' -> Tab press -> Cancel button -> Tab press -> Save button -> Tab press -> Last selected radio…

Vivek Dubey
- 33
- 5