2

Can I use AltGr + ' to produce ` (grave accent) in Windows?

This is the default behaviour in Linux, I'd like to do the same on Windows.

I'm using Windows 10 with a QWERTY italian keyboard which, obviously, doesn't have a grave accent button.

Cirelli94
  • 123

1 Answers1

0

You may use AutoHotkey with the following script :

LControl & RAlt::Send, ``
harrymc
  • 498,455