How to globally map AltGr key to Alt key?

后端 未结 7 1217
傲寒
傲寒 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:18

    If you want to map this key globally and with no need to restart system for every change (but once), you may need to write a keyboard filter driver for this purpose. Look here.

提交回复
热议问题