Skip to content
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

Exclude ctrl+tab from wrappers #120

Merged
merged 4 commits into from
Jun 12, 2022
Merged

Exclude ctrl+tab from wrappers #120

merged 4 commits into from
Jun 12, 2022

Conversation

tshino
Copy link
Owner

@tshino tshino commented Jun 12, 2022

Fixes #119

This PR removes commands triggered by ctrl+tab or ctrl+shift+tab from keybindings wrappers.
They were causing issue #119.

It seems that the commands rely on the popup UI called Quick Pick.
Even if you simply want to switch to the next editor tab by ctrl+tab, the menu opens, and when you release the ctrl key the focused item is selected and the selected tab opens.
The behavior when releasing ctrl seems to be built-in to Quick Pick.

This extension cannot cover to record and playback navigations on Quick Pick UI. For example, UpArrow/DownArrow to select items, Enter/Space to accept an item, are not handled by the Keybindings system of vscode. Thus, they are not able to be recorded or to playback by an extension.

@tshino tshino merged commit 2397120 into main Jun 12, 2022
@tshino tshino deleted the exclude-ctrl-tab branch June 12, 2022 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctrl-Tab
1 participant