Created
November 14, 2021 21:46
-
-
Save bvanhou/92ece59b2262c67982f54ca69b5ff865 to your computer and use it in GitHub Desktop.
PowerToys - OSX Mappings for Windows
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": "164", | |
| "newRemapKeys": "162" | |
| }, { | |
| "originalKeys": "91", | |
| "newRemapKeys": "164" | |
| }, { | |
| "originalKeys": "162", | |
| "newRemapKeys": "91" | |
| }] | |
| }, | |
| "remapShortcuts": { | |
| "global": [{ | |
| "originalKeys": "160;27", | |
| "newRemapKeys": "160;192" | |
| }, { | |
| "originalKeys": "164;9", | |
| "newRemapKeys": "162;9" | |
| }, { | |
| "originalKeys": "164;65", | |
| "newRemapKeys": "162;65" | |
| }, { | |
| "originalKeys": "164;67", | |
| "newRemapKeys": "162;67" | |
| }, { | |
| "originalKeys": "164;160;9", | |
| "newRemapKeys": "162;160;9" | |
| }, { | |
| "originalKeys": "162;9", | |
| "newRemapKeys": "164;9" | |
| }, { | |
| "originalKeys": "162;77", | |
| "newRemapKeys": "164;68" | |
| }, { | |
| "originalKeys": "162;160;9", | |
| "newRemapKeys": "164;160;9" | |
| }, { | |
| "originalKeys": "162;164;27", | |
| "newRemapKeys": "164;115" | |
| }, { | |
| "originalKeys": "162;164;32", | |
| "newRemapKeys": "91;186" | |
| }], | |
| "appSpecific": [{ | |
| "originalKeys": "164;84", | |
| "newRemapKeys": "162;84", | |
| "targetApp": "chrome" | |
| }, { | |
| "originalKeys": "162;37", | |
| "newRemapKeys": "164;37", | |
| "targetApp": "chrome" | |
| }, { | |
| "originalKeys": "162;39", | |
| "newRemapKeys": "164;39", | |
| "targetApp": "chrome" | |
| }, { | |
| "originalKeys": "164;32", | |
| "newRemapKeys": "162;32", | |
| "targetApp": "code" | |
| }, { | |
| "originalKeys": "18;191", | |
| "newRemapKeys": "17;191", | |
| "targetApp": "vscode" | |
| }] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment