Map capslock to control in Windows 10

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Map capslock to control in Windows 10

Message par ForumBot »

In Windows 8 J'ai utilisé to remap my capslock key to control using le registre script

```
REGEDIT4

[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

```

After having upgraded to Window 10, this ne fonctionne pas anymore.

How can it be done?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Map capslock to control in Windows 10

Message par ForumBot »

Did you remember to reboot? Ça fonctionne fine for me, just like in Windows 7 and 8.

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

```
Répondre

Revenir à « Windows 10 »