Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.17 KB

Remap Windows Shortcuts to Mac Equivalents.md

File metadata and controls

43 lines (35 loc) · 1.17 KB
tags aliases cssclass
📝/🌱

[[Remap Windows Shortcuts to Mac Equivalents]]


In VS Code I changed the following Keyboard Shortcuts

Most of these I found by looking up "textInputFocus" in the Keyboard Shortcut Setting NOTE: These hotkeys were all changed after using "[[PowerToys]]" to switch the following keys: physical keymap to LeftCtr → LeftWin LeftWin → LeftAlt LeftAlt → LeftCtrl //Still testing the following: RightAlt → RightCtrl RightCtrl → RightAlt

  • cursorWordEndRightAlt + RightArrow
  • cursorWordEndLeft → `Alt + LeftArrow
  • deleteWordLeftAlt + Backspace
  • cursorWordEndRightSelect → `Shift + Alt + RightArrow
  • cursorWordLeftSelect → `Shift + Alt + LeftArrow
  • cursorHomeCtrl + LeftArrow
  • cursorHomeSelectCtrl + Shift + LeftArrow
  • cursorEndCtrl + RightArrow
  • cursorEndSelectCtrl + Shift + RightArrow
  • cursorTopCtrl + UpArrow
  • cursorTopSelect → `Ctrl + Shift + UpArrow
  • cursorBottomCtrl + DownArrow
  • cursorBottomSelectCtrl + Shift + DownArrow

🔗 Links to this page: [[Windows Keyboard Remapping]] [[Mac to Windows]]