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

Fix EditorTextEndWithSelection/EditorTextStartWithSelection for VSCode for Mac OS Key Mapping #2742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ragboyjr
Copy link

@ragboyjr ragboyjr commented Apr 24, 2024

The vscode for macos mapping was missing the EditorTextEndWithSelection/EditorTextStartWithSelection key mappings.

Xcode and VSCode both use the Shift+CMD+Up/Down keystrokes accordingly.

VSCode KeyMap references:

…e for Mac OS Key Mapping

The vscode for macos mapping was missing the EditorTextEndWithSelection/EditorTextStartWithSelection
key mappings.

Xcode and VSCode both use the Shift+CMD+Up/Down keystrokes accordingly.

VSCode KeyMap references:
- cursorBottomSelect (https://github.com/microsoft/vscode-docs/blob/1b7a6496ee24b25f2a01855bbe3ff3ff18580c45/build/keybindings/doc.keybindings.osx.json#L16)
- cursorTopSelect (https://github.com/microsoft/vscode-docs/blob/1b7a6496ee24b25f2a01855bbe3ff3ff18580c45/build/keybindings/doc.keybindings.osx.json#L86)
@ragboyjr ragboyjr changed the title Fix EditorTextEndWithSelection/EditorTextStartWithSelection for VSCod… Fix EditorTextEndWithSelection/EditorTextStartWithSelection for VSCode for Mac OS Key Mapping Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant