How to globally map AltGr key to Alt key?

后端 未结 7 1218
傲寒
傲寒 2021-01-30 06:31

I want my AltGr key to behave exactly like left Alt.
Usually, I do this kind of stuff with Autohotkey, but I\'m open to different solutions.

7条回答
  •  灰色年华
    2021-01-30 07:12

    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,38,00,38,e0,00,00,00,00

    1. Save the above code in reg file
    2. Merge it in registry
    3. restart your pc
    4. now check

提交回复
热议问题