Skip to content

Instantly share code, notes, and snippets.

@kherge
Created March 30, 2021 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kherge/9c66c08d9b755ebc588052f7d1878dc1 to your computer and use it in GitHub Desktop.
Save kherge/9c66c08d9b755ebc588052f7d1878dc1 to your computer and use it in GitHub Desktop.
PowerToys Settings

PowerToys Settings

These files can be pulled from/saved to %USERPROFILE%\AppData\Local\Microsoft\PowerToys.

Gist Name FS Path
keyboard.json Keyboard Manager\default.json

Keyboard Manager

This configuration brings macOS keybindings to Windows 10.

{
"remapKeys": {
"inProcess": [
{
"originalKeys": "163",
"newRemapKeys": "260"
},
{
"originalKeys": "91",
"newRemapKeys": "17"
},
{
"originalKeys": "92",
"newRemapKeys": "17"
},
{
"originalKeys": "162",
"newRemapKeys": "260"
}
]
},
"remapShortcuts": {
"global": [
{
"originalKeys": "18;37",
"newRemapKeys": "17;37"
},
{
"originalKeys": "18;39",
"newRemapKeys": "17;39"
},
{
"originalKeys": "18;16;37",
"newRemapKeys": "17;16;37"
},
{
"originalKeys": "18;16;39",
"newRemapKeys": "17;16;39"
},
{
"originalKeys": "17;9",
"newRemapKeys": "18;9"
},
{
"originalKeys": "17;32",
"newRemapKeys": "260;32"
},
{
"originalKeys": "17;37",
"newRemapKeys": "36"
},
{
"originalKeys": "17;39",
"newRemapKeys": "35"
},
{
"originalKeys": "17;81",
"newRemapKeys": "18;115"
},
{
"originalKeys": "260;9",
"newRemapKeys": "17;9"
},
{
"originalKeys": "260;32",
"newRemapKeys": "256"
},
{
"originalKeys": "260;37",
"newRemapKeys": "260;17;37"
},
{
"originalKeys": "260;38",
"newRemapKeys": "256"
},
{
"originalKeys": "260;39",
"newRemapKeys": "260;17;39"
},
{
"originalKeys": "260;40",
"newRemapKeys": "256"
},
{
"originalKeys": "260;16;37",
"newRemapKeys": "17;16;37"
},
{
"originalKeys": "260;16;39",
"newRemapKeys": "17;16;39"
},
{
"originalKeys": "260;17;37",
"newRemapKeys": "256"
},
{
"originalKeys": "260;17;38",
"newRemapKeys": "256"
},
{
"originalKeys": "260;17;39",
"newRemapKeys": "256"
},
{
"originalKeys": "260;17;40",
"newRemapKeys": "256"
}
],
"appSpecific": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment