Skip to content

Instantly share code, notes, and snippets.

@844196
Created March 31, 2023 09:18
Show Gist options
  • Save 844196/cd3b2237b30aec547ffe6061a28da8fe to your computer and use it in GitHub Desktop.
Save 844196/cd3b2237b30aec547ffe6061a28da8fe to your computer and use it in GitHub Desktop.
%LOCALAPPDATA%\Microsoft\PowerToys\Keyboard Manager\default.json
{
"remapKeys": {
"inProcess": []
},
"remapShortcuts": {
"global": [],
"appSpecific": [
{
"originalKeys": "163;65",
"newRemapKeys": "36",
"targetApp": "chrome"
},
{
"originalKeys": "163;66",
"newRemapKeys": "37",
"targetApp": "chrome"
},
{
"originalKeys": "163;69",
"newRemapKeys": "35",
"targetApp": "chrome"
},
{
"originalKeys": "163;70",
"newRemapKeys": "39",
"targetApp": "chrome"
},
{
"originalKeys": "163;78",
"newRemapKeys": "40",
"targetApp": "chrome"
},
{
"originalKeys": "163;80",
"newRemapKeys": "38",
"targetApp": "chrome"
},
{
"originalKeys": "163;87",
"newRemapKeys": "162;8",
"targetApp": "chrome"
},
{
"originalKeys": "163;65",
"newRemapKeys": "36",
"targetApp": "discord"
},
{
"originalKeys": "163;66",
"newRemapKeys": "37",
"targetApp": "discord"
},
{
"originalKeys": "163;69",
"newRemapKeys": "35",
"targetApp": "discord"
},
{
"originalKeys": "163;70",
"newRemapKeys": "39",
"targetApp": "discord"
},
{
"originalKeys": "163;78",
"newRemapKeys": "40",
"targetApp": "discord"
},
{
"originalKeys": "163;80",
"newRemapKeys": "38",
"targetApp": "discord"
},
{
"originalKeys": "163;65",
"newRemapKeys": "36",
"targetApp": "powertoys.powerlauncher.exe"
},
{
"originalKeys": "163;66",
"newRemapKeys": "37",
"targetApp": "powertoys.powerlauncher.exe"
},
{
"originalKeys": "163;69",
"newRemapKeys": "35",
"targetApp": "powertoys.powerlauncher.exe"
},
{
"originalKeys": "163;70",
"newRemapKeys": "39",
"targetApp": "powertoys.powerlauncher.exe"
},
{
"originalKeys": "163;78",
"newRemapKeys": "40",
"targetApp": "powertoys.powerlauncher.exe"
},
{
"originalKeys": "163;80",
"newRemapKeys": "38",
"targetApp": "powertoys.powerlauncher.exe"
},
{
"originalKeys": "163;65",
"newRemapKeys": "36",
"targetApp": "slack"
},
{
"originalKeys": "163;66",
"newRemapKeys": "37",
"targetApp": "slack"
},
{
"originalKeys": "163;69",
"newRemapKeys": "35",
"targetApp": "slack"
},
{
"originalKeys": "163;70",
"newRemapKeys": "39",
"targetApp": "slack"
},
{
"originalKeys": "163;78",
"newRemapKeys": "40",
"targetApp": "slack"
},
{
"originalKeys": "163;80",
"newRemapKeys": "38",
"targetApp": "slack"
}
]
}
}
@844196
Copy link
Author

844196 commented Mar 31, 2023

ファイルを入れ替えたあと、1回は ショートカットの再マップ を開いて OK を押す必要がある

image

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