Can I use tab to iterate through popup options?
When I get a popup window (for example after pressing ctrl+space), I'd like to be able to iterate through the options with the tab key, and then use the enter key to make my selection. Is this possible? The default seems to be that you can only iterate with the up and down arrows, and then can make your selection with either the tab or enter key.
Please sign in to leave a comment.
Hello Steven,
The lookup navigation keys use standard keybindings for Up/Down actions in
the editor, and it's not possible to configure them separately.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ok. Thanks for the reply.