-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Test Keybindings customisations editor #18095 #23287
Labels
Milestone
Comments
This was referenced Mar 28, 2017
This was referenced Mar 28, 2017
Closed
This was referenced Mar 28, 2017
This was referenced Mar 28, 2017
This was referenced Mar 29, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test for #18095
Complexity : 4
New Keybindings Editor
Define keybinding
Make sure that for all entries either edit or add button is shown on hovering. Edit button is shown for entries with keybindings and add button is shown for those without keybindings.
Clicking on this button brings up a widget to provide the keybinding. Test changing keybindings using this widget. Try various key combinations.
Make sure the keybinding association works.
Make sure the keyboard shortcut works to define keybinding
Remove keybinding
Reset keybinding
User
and click reset keybinding action in the context menuUser
.Copy action
Open keybindings.json
On the top of the list, there is a link to open keybindings.json file. Make sure it opens keybindings editor as before (Defaults and Editable files).
Do changes in keybindings.json and make sure that these changes are reflected in the new editor.
Search
Supports searching in following
cmd/ctrl + f focuses Search input box
Command id / Command label / Command default label (when local is not english). Highlights are shown if one of these labels matches with search criteria
Matches keybinding labels. Labels are shown as they are in some platforms. In other platforms like Mac, labels are shown on hovering on the keybinding symbols. Currently, label match highlights are shown explicitly when matched. In some platforms this could be duplicate but there is plan to improve the highlight the symbols.
Search is also supported in Source and When columns.
Each row is filtered only if all search words are matched in at least one of the above.
Accessibility
The text was updated successfully, but these errors were encountered: