What is "sc(41)"?

I just downloaded windows terminal and looking at the shortcut keys it has the following:

enter image description here

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"

Programmers 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.

4

Just for AutoHotkey user.

Use Send, #{sc29} to mock that. (note that {scXXX} is in hex, and hex(41)=29

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like