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

allow toggle tab focus mode regardless of editor #172395

Merged
merged 1 commit into from Jan 30, 2023

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Jan 25, 2023

see investigation in the issue

fix #172024

@meganrogge meganrogge self-assigned this Jan 25, 2023
@meganrogge meganrogge added this to the January 2023 milestone Jan 25, 2023
@meganrogge meganrogge changed the title get toggle tab focus mode when terminal is focused allow toggle tab focus mode regardless of editor Jan 25, 2023
Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@meganrogge not sure this meets the bar for Jan?

import { KeybindingWeight } from 'vs/platform/keybinding/common/keybindingsRegistry';

export class ToggleTabFocusModeAction extends EditorAction {
export class ToggleTabFocusModeAction extends Action2 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it bad to use Action2 over EditorAction in /editor/contrib?

@meganrogge
Copy link
Contributor Author

it's not a regression, so can wait

@meganrogge meganrogge merged commit dc7aef1 into main Jan 30, 2023
@meganrogge meganrogge deleted the merogge/toggle-tab-focus branch January 30, 2023 20:41
@github-actions github-actions bot locked and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Accessibility] Ctrl+M (editor.action.toggleTabFocusMode) does not work inside terminal input field
2 participants