Skip to content

Command for opening keybindings (JSON) of different platform #134338

@zardoy

Description

@zardoy

Type: Command request. Useful when settings sync is enabled.

There is builtin command Preferences: Open Keyboard Shortcuts (JSON). But it opens keybindings only of current platform, but sometimes I need to view / copy / or even modify shortcuts of different platforms.

I found only one solution. I need to go Troubleshooting tab of Settings Sync View, open lastSynckeybindings.json (Last Synced Remotes -> Keyboard Shortcuts). And parse via script, that will give JSON for each platform e.g.

{
    "windows": keybindings.json,
    "mac": keybindings.json
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions