Drop these files onto your machine at $env:LOCALAPPDATA\Microsoft/PowerToys/Keyboard Manager
Last active
January 20, 2021 14:55
-
-
Save almonk/431213bdc9730f86932e9867950e8db0 to your computer and use it in GitHub Desktop.
Windows Magic Keyboard mappings for PowerToys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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