1
3

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.

Windows10で特定ユーザのみキーを入れ替える(Ctrl-Caps)

Posted at

HKEY_CURRENT_USER\Keyboard Layout にバイナリ値 "Scancode Map" を追加する.

adrs data
00h - 07h 00h
08h - 0bh num + 1
0ch - 0dh 変更後 scan code 1
0eh - 0fh 変更前 scan code 1
:
変更前 scan code num
変更後 scan code num
00 00 00 00
[HKEY_CURRENT_USER\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,1d,00,3a,00,3a,00,1d,00,\
  29,00,79,00,00,00,00,00
key scancode
left ctrl 1Dh
capslock 3Ah
半角/全角 29h
変換 79h
1
3
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
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?