I just downloaded windows terminal and looking at the shortcut keys it has the following:
How do I type sc(41) on the keyboard?
2 Answers
Ctrl + `
The "Quake Mode" key binding has been changed from windows+backtick to windows+sc(41), which is "the key where backtick is on the US-104 keyboard"
4Programmers use the grave accent symbol as a separate character (i.e., not combined with any letter) for a number of tasks. In this role, it is known as a backquote, or backtick.
Just for AutoHotkey user.
Use Send, #{sc29} to mock that. (note that {scXXX} is in hex, and hex(41)=29