Created
March 31, 2023 09:18
-
-
Save 844196/cd3b2237b30aec547ffe6061a28da8fe to your computer and use it in GitHub Desktop.
%LOCALAPPDATA%\Microsoft\PowerToys\Keyboard Manager\default.json
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": [] | |
}, | |
"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" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ファイルを入れ替えたあと、1回は
ショートカットの再マップ
を開いてOK
を押す必要がある