-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to bind cursor navigation keys to input fields #65578
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
keybindings
VS Code keybinding issues
Comments
The quick open input box is a native |
Using our InputBox, these should all behave the same. Is that yours @sandy081? |
@chrmarti I do not own the InputBox widget |
bpasero
changed the title
Hope for keybinds to moving cursor in quick open
Allow to bind cursor navigation to input fields
Jan 4, 2019
bpasero
changed the title
Allow to bind cursor navigation to input fields
Allow to bind cursor navigation keys to input fields
Jan 4, 2019
Seems like this should be closed as a duplicate of #64694. There's a workaround that I posted as a comment there. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
keybindings
VS Code keybinding issues
i want to bind some key for moving cursor in quick open, i failed,
but i managed to bind some key in quick open to do sth like this,
`
{
"key": "ctrl+h",
"command": "workbench.action.closeQuickOpen",
"when": "inQuickOpen"
},
`
then , i tried to bind it to cursorWordLeft, it doesnt work,
{ "key": "ctrl+h", "command": "cursorWordLeft", "when": "inQuickOpen" },
Here are some issues I found in similar need.
Support text editing keybindings customization for quick open input #11950 Support text editing keybindings customization for quick open input
Allow to configure cursor keys for input fields #64694 Allow keybinds configuration in Open Search Bar (for example) or Find Widget (for another example)
Thanks for reply in advance!
The text was updated successfully, but these errors were encountered: