Skip to content

Instantly share code, notes, and snippets.

@almonk
Last active January 20, 2021 14:55
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 almonk/431213bdc9730f86932e9867950e8db0 to your computer and use it in GitHub Desktop.
Save almonk/431213bdc9730f86932e9867950e8db0 to your computer and use it in GitHub Desktop.
Windows Magic Keyboard mappings for PowerToys

Drop these files onto your machine at $env:LOCALAPPDATA\Microsoft/PowerToys/Keyboard Manager

{
"remapKeys": {
"inProcess": [
{
"originalKeys": "20",
"newRemapKeys": "27"
}
]
},
"remapShortcuts": {
"global": [
{
"originalKeys": "164;37",
"newRemapKeys": "162;37"
},
{
"originalKeys": "164;39",
"newRemapKeys": "162;39"
},
{
"originalKeys": "164;160;37",
"newRemapKeys": "17;16;37"
},
{
"originalKeys": "164;160;39",
"newRemapKeys": "17;16;39"
},
{
"originalKeys": "162;8",
"newRemapKeys": "46"
},
{
"originalKeys": "162;37",
"newRemapKeys": "36"
},
{
"originalKeys": "162;39",
"newRemapKeys": "35"
},
{
"originalKeys": "162;160;37",
"newRemapKeys": "16;36"
},
{
"originalKeys": "162;160;39",
"newRemapKeys": "16;35"
},
{
"originalKeys": "162;160;52",
"newRemapKeys": "91;160;83"
},
{
"originalKeys": "162;160;219",
"newRemapKeys": "162;160;9"
},
{
"originalKeys": "162;160;221",
"newRemapKeys": "162;9"
}
],
"appSpecific": [
{
"originalKeys": "162;38",
"newRemapKeys": "33",
"targetApp": "chrome"
},
{
"originalKeys": "162;40",
"newRemapKeys": "34",
"targetApp": "chrome"
}
]
}
}
{
"properties": {
"activeConfiguration": {
"value": "default"
},
"keyboardConfigurations": {
"value": [
"default"
]
}
},
"name": "Keyboard Manager",
"version": "1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment