Synchronize VS Code Keyboard Shortcuts between Windows and Unix
Asked Answered
D

2

11

VS Code has a "Settings Sync" feature to synchronize settings between different installations. However, it does not sync Keyboard Shortcuts across platforms. I want the same Keyboard Shortcuts for both Unix and Windows, and I want it to automatically update all installations when I make a change anywhere. I've manually copied keybindings.json but don't want to do it every time I make a change. I have not found a 3rd party extension that works. Thanks for any help!

Dufour answered 20/2, 2021 at 15:31 Comment(2)
I too would like to be able to sync my keyboard shortcuts across platforms. I use both macOS and WindowsCatanzaro
Don't worry, it doesn't work that great in Windows-to-windows either. Most often I need to copy keybindings.json manually across my windows machines too.Unlovely
S
2

There are "Keybindings Per Platform" setting in VS Code which can be disabled to propagate keybindings across different platforms.

But you must know that some of the bindings might not work due to different interpretation of some keys on different platforms.

I personally find it more convinient to set up my keybindings one more time on the new operating system.

Snowmobile answered 5/6, 2023 at 7:14 Comment(0)
C
1

You can enable this if you set this setting to false:

"settingsSync.keybindingsPerPlatform": false
Colner answered 19/7 at 11:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.