0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ユーザーのキーボード配列を変更する

Last updated at Posted at 2022-01-18

目的

Windowsでログインしているユーザーのみ、キーボード配列をUS配列へ変更する。

手順

regeditを開く。

\HKEY_CURRENT_USER\Keyboard Layout\Preloadへ移動する。

名前:1のキーのデータを00000409へ変更する。

完了。再起動後に反映されるかも。

US配列以外を利用する

regeditで\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layoutsを見れば対応するデータがわかる。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?