Skip to content

Instantly share code, notes, and snippets.

@haxiomic
Created April 17, 2024 14:12
Show Gist options
  • Save haxiomic/0b2ee080e25bda60bee3529dd77423e3 to your computer and use it in GitHub Desktop.
Save haxiomic/0b2ee080e25bda60bee3529dd77423e3 to your computer and use it in GitHub Desktop.
Powertoys Keyboard Manager Mac Shortcuts
{
"remapKeys": {
"inProcess": [
{
"originalKeys": "36",
"newRemapKeys": "260;37"
},
{
"originalKeys": "35",
"newRemapKeys": "260;39"
},
{
"originalKeys": "33",
"newRemapKeys": "260;38"
},
{
"originalKeys": "34",
"newRemapKeys": "260;40"
},
{
"originalKeys": "2147483661",
"newRemapKeys": "260"
}
]
},
"remapKeysToText": {
"inProcess": []
},
"remapShortcuts": {
"global": [
{
"originalKeys": "164;37",
"operationType": 0,
"secondKeyOfChord": 0,
"newRemapKeys": "162;37"
},
{
"originalKeys": "164;39",
"operationType": 0,
"secondKeyOfChord": 0,
"newRemapKeys": "162;39"
},
{
"originalKeys": "164;243",
"runProgramElevationLevel": 0,
"secondKeyOfChord": 0,
"operationType": 1,
"runProgramAlreadyRunningAction": 0,
"runProgramStartWindowType": 0,
"runProgramFilePath": "C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminal_1.19.10573.0_x64__8wekyb3d8bbwe\\WindowsTerminal.exe",
"runProgramArgs": "",
"runProgramStartInDir": "",
"unicodeText": "*Unsupported*"
},
{
"originalKeys": "162;9",
"operationType": 0,
"secondKeyOfChord": 0,
"newRemapKeys": "164;9"
},
{
"originalKeys": "162;37",
"newRemapKeys": "2147483684"
},
{
"originalKeys": "162;39",
"newRemapKeys": "2147483683"
},
{
"originalKeys": "162;160;9",
"operationType": 0,
"secondKeyOfChord": 0,
"newRemapKeys": "164;160;9"
},
{
"originalKeys": "162;164;37",
"operationType": 0,
"secondKeyOfChord": 0,
"newRemapKeys": "162;33"
},
{
"originalKeys": "162;164;39",
"operationType": 0,
"secondKeyOfChord": 0,
"newRemapKeys": "162;34"
}
],
"appSpecific": [
{
"originalKeys": "162;37",
"operationType": 0,
"newRemapKeys": "164;37",
"targetApp": "chrome"
},
{
"originalKeys": "162;39",
"operationType": 0,
"newRemapKeys": "164;39",
"targetApp": "chrome"
}
]
},
"remapShortcutsToText": {
"global": [],
"appSpecific": []
}
}
@haxiomic
Copy link
Author

My PowerToys Keyboard Manager profile for using Barrier KVM to control my PC from my mac keyboard

I remap Super -> Ctrl in Barrier

File is default.json in %APPDATA%/Local/Microsoft/PowerToys/Keyboard Manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment