Keyboard Shortcuts Flashcards

1
Q

in VS code, which shortcut opens terminal on mac?

A

control ^ + ~

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

in Safari, what is the shortcut to open web inspection?

A

option + command + i
左三键的右面两个

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

In Branscape, how to format code?

A

1 empty line
3 starting backticks
code
3 ending backticks

code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What’s the keyboard shortcut to add a task to TickTick?

A

Shift Cmd 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s the keyboard shortcut to kill a process in terminal?

A

Kill the foreground process (currently running in the terminal):
* Ctrl + C → Sends a SIGINT (interrupt) signal to terminate the process gracefully.
* Ctrl + Z → Suspends (pauses) the process by sending a SIGTSTP signal.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to type ¡ on Mac?

A

option 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly