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

added the key bindings for first and last selection in suggestions. #45881

Merged

Conversation

pradeepmurugesan
Copy link
Contributor

For #43511

@jrieken jrieken self-assigned this Mar 15, 2018
@jrieken jrieken added this to the March 2018 milestone Mar 15, 2018
weight: weight,
kbExpr: EditorContextKeys.textFocus,
primary: KeyCode.End,
secondary: [KeyCode.End],
Copy link
Member

Choose a reason for hiding this comment

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

Use secondary only when the key code is different from primary 🤓

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

weight: weight,
kbExpr: EditorContextKeys.textFocus,
primary: KeyCode.Home,
secondary: [KeyCode.Home],
Copy link
Member

Choose a reason for hiding this comment

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

same

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed

@jrieken jrieken added the feature-request Request for new features or functionality label Mar 15, 2018
@jrieken jrieken added the suggest IntelliSense, Auto Complete label Mar 15, 2018
@pradeepmurugesan
Copy link
Contributor Author

@jrieken sorry my bad.. Didn't know about the secondary thing. Fixed now..

@jrieken
Copy link
Member

jrieken commented Mar 16, 2018

Thanks, looking good

Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

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

👍

@jrieken jrieken merged commit 234defc into microsoft:master Mar 16, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality on-testplan suggest IntelliSense, Auto Complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants