1
1

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 5 years have passed since last update.

WindowsでCapsキーをCtrlキーにする

Posted at

はじめに

  • 日本語キーボードでも、Ctrlキーは左下よりもAの左のほうが使いやすい(と思う)ので、Caps を Ctrl にしてしまう

設定

  • レジストリに以下の内容を追加
caps2ctrl.reg
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,1d,00,3a,00,00,00,00,00
  • 追加したら再起動

注意点

  • レジストリを操作するので、初心者お断り
  • Ctrl は行方不明になる
  • Windows Update の後とかで、設定が消えてしまうことがある(その場合はもう1回やる)

物理的な解法

1
1
1

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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?