shortcuts1 Flashcards

automatizatioon (191 cards)

1
Q

Windows: Move cursor to start/end of line— Press Home to jump to the start of the current line, End to jump to the end.

A

Home/End

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

Windows: Move cursor to start/end of document— Ctrl+Home jumps to the very beginning of the document, Ctrl+End to the very end.

A

Ctrl + Home/End

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

Windows: Move cursor by word—In text, this moves the cursor to the start of the previous (left) or next (right) word.

A

Ctrl + Left/Right

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

Windows: Scroll up/down—Scrolls the view up or down by one screen length in most applications with scrollable content.

A

Page Up/Down

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

Windows: Select from cursor to start/end of line—In text, hold Shift and press Home to select from cursor to start of line, or End to select to end of line.

A

Shift + Home/End

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

Windows: Select entire file—Works in most applications. Selects all content in the current view or document.

A

Ctrl + A

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

Windows: Select current word—This typically works in code editors like VS Code. Double-clicking a word often achieves the same in other text editors.

A

Ctrl + D or doubleclick

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

Windows: Select current line—Common in code editors like VS Code. In other text editors, triple-clicking often selects the whole line.

A

Ctrl + L or Tripleclick

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

Windows: Cut/Copy/Paste—Universal shortcuts. X cuts (removes and copies), C copies without removing, V pastes the last copied or cut item.

A

Ctrl + X/C/V

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

Windows: Undo—Reverses the last action in most applications. Multiple presses undo multiple actions.

A

Ctrl + Z

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

Windows: Redo—Redoes the last undone action. Ctrl+Y is more common, but some apps use Ctrl+Shift+Z.

A

Ctrl + Shift + Z or Ctrl + Y

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

Windows: Toggle comments—In code editors, this comments or uncomments the selected line(s) of code.

A

Ctrl + /

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

Windows: Move line up/down—In code editors, this moves the current line or selected lines up or down.

A

Alt + Up/Down

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

Windows: Delete current line—In many code editors, this deletes the entire current line without copying it.

A

Ctrl + Shift + K

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

Windows: Save file—Saves the current file in most applications. If it’s a new file, it will prompt for a save location.

A

Ctrl + S

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

Windows: Open new file—Creates a new blank document or file in most applications.

A

Ctrl + N

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

Windows: Find in file—Opens the find dialog or search bar in most applications to search within the current document or page.

A

Ctrl + F

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

Windows: Find in workspace/project—In IDEs and some text editors, this opens a search across all files in the current project or workspace.

A

Ctrl + Shift + F

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

VS Code: Open command palette—In VS Code, this opens a search bar for commands, allowing quick access to various features and settings.

A

F1 or Ctrl + Shift + P

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

VS Code: Open/close integrated terminal—In VS Code, this toggles the integrated terminal at the bottom of the window. The backtick key is typically above Tab.

A

Ctrl + `

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

VS Code: Find references to a function—In VS Code, this finds all references to the selected function or variable across your project.

A

Alt + Shift + F12

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

VS Code: Go to next error—In VS Code, this jumps to the next error or warning in your code.

A

F2

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

VS Code: Go to previous error—In VS Code, this jumps to the previous error or warning in your code.

A

Shift + F2

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

Chrome: Open a new tab—Opens a new tab in Google Chrome or most other web browsers.

A

Ctrl + T

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Chrome: Close current tab---Closes the current tab in Chrome or most other applications with tabs.
Ctrl + W
26
Chrome: Reopen last closed tab---Reopens the most recently closed tab in Chrome. Can be used multiple times.
Ctrl + Shift + T
27
Chrome: Switch to next tab---Switches to the next tab to the right in Chrome or most tabbed applications.
Ctrl + Tab
28
Chrome: Switch to previous tab---Switches to the previous tab to the left in Chrome or most tabbed applications.
Ctrl + Shift + Tab
29
Chrome: Open new window---Opens a new window in Chrome or most other applications.
Ctrl + N
30
Chrome: Open new incognito window---Opens a new incognito (private browsing) window in Chrome.
Ctrl + Shift + N
31
Chrome: Go back---Navigates back to the previous page in your browsing history.
Alt + Left arrow
32
Chrome: Go forward---Navigates forward to the next page in your browsing history, if you've gone back.
Alt + Right arrow
33
Chrome: Reload current page---Reloads the current webpage. F5 works in most applications to refresh.
Ctrl + R or F5
34
Chrome: Hard reload---Reloads the page ignoring cached content, forcing all resources to be redownloaded.
Ctrl + Shift + R
35
Chrome: Focus on address bar---Selects the text in the address bar, allowing you to immediately type a new URL.
Ctrl + L
36
Chrome: Focus on search bar---Places the cursor in the search bar (if separate from address bar) in Chrome.
Ctrl + K
37
Chrome: Find on page---Opens the in-page search function to find text on the current webpage.
Ctrl + F
38
Chrome: Bookmark current page---Adds the current page to your bookmarks in Chrome.
Ctrl + D
39
Chrome: Bookmark all open tabs---Bookmarks all currently open tabs in a new folder in Chrome.
Ctrl + Shift + D
40
Chrome: Zoom in---Increases the zoom level of the current webpage.
Ctrl + Plus (+)
41
Chrome: Zoom out---Decreases the zoom level of the current webpage.
Ctrl + Minus (-)
42
Chrome: Reset zoom to default---Resets the zoom level to 100% (default) in Chrome.
Ctrl + 0
43
Chrome: Open Developer Tools---Opens Chrome's Developer Tools for web development and debugging.
F12 or Ctrl + Shift + I
44
Chrome: Open Developer Tools with Console tab active---Opens Chrome's Developer Tools directly to the Console tab.
Ctrl + Shift + J
45
Chrome: View page source---Opens a new tab showing the HTML source code of the current page.
Ctrl + U
46
Chrome: Open History---Opens the browser history in a new tab.
Ctrl + H
47
Chrome: Open Downloads---Opens the downloads page in a new tab.
Ctrl + J
48
Chrome: Open Chrome's task manager---Opens Chrome's built-in task manager to monitor resource usage of tabs and extensions.
Shift + Esc
49
Windows: Opens File Explorer---Quickly opens a new File Explorer window.
Win + E
50
Windows: Opens clipboard history---Opens the clipboard history, allowing you to paste items you've previously copied.
Win + V
51
Windows: Opens Snipping Tool---Opens the Snipping Tool for taking screenshots.
Win + Shift + S
52
Windows: Opens Quick Link menu---Opens a menu with quick access to various system tools and settings.
Win + X
53
Windows: Directly opens Task Manager---Immediately opens the Windows Task Manager.
Ctrl + Shift + Esc
54
Outlook: Create a new email message---Opens a new email composition window in Outlook.
Ctrl + Shift + M
55
Outlook: Create a new task---Creates a new task in Outlook.
Ctrl + Shift + K
56
Outlook: Switch to the Inbox---Quickly switches to your Inbox in Outlook.
Ctrl + Shift + I
57
Outlook: Send an email---Sends the currently open email in Outlook.
Alt + S
58
Outlook: Focus on the search bar---Places the cursor in Outlook's search bar.
Ctrl + E
59
Word: Reorder items in a bulleted or numbered list---Moves the current list item up or down in Word.
Shift + Alt + Up/Down Arrow
60
Word: Paste without formatting---Pastes text without carrying over its original formatting.
Ctrl + Shift + V
61
Word: Insert a page break---Inserts a page break at the cursor position in Word.
Ctrl + Enter
62
Word: Apply the default bullet list style---Quickly creates or removes a bulleted list in Word.
Ctrl + Shift + L
63
Word: Switch between open documents---Cycles through open Word documents.
Ctrl + F6
64
Windows: Create a new virtual desktop---Creates a new virtual desktop in Windows 10 and later.
Windows Key + Ctrl + D
65
Windows: Switch between virtual desktops---Switches between existing virtual desktops.
Windows Key + Ctrl + Left/Right Arrow
66
Windows: Open Snip & Sketch tool---Opens the Snip & Sketch tool for taking and annotating screenshots.
Windows Key + Shift + S
67
Windows: Open emoji panel---Opens the emoji panel for inserting emojis in text.
Windows Key + .
68
Windows: Open Task Manager---Directly opens the Windows Task Manager.
Ctrl + Shift + Esc
69
Chrome: Reopen the last closed tab---Reopens the most recently closed tab in Chrome.
Ctrl + Shift + T
70
Chrome: Focus on the address bar---Highlights the URL in Chrome's address bar.
Ctrl + L
71
Chrome: Open Clear Browsing Data window---Opens the Clear Browsing Data dialog in Chrome.
Ctrl + Shift + Delete
72
Chrome: Highlight the URL in the address bar---Selects the entire URL in Chrome's address bar.
Alt + D
73
Chrome: Toggle the bookmarks bar---Shows or hides the bookmarks bar in Chrome.
Ctrl + Shift + B
74
PowerToys: Open PowerToys Run---Opens the PowerToys Run utility for quick application launching.
Alt + Space
75
Run Dialog: Opens Command Prompt---Type 'cmd' in the Run dialog to open Command Prompt.
cmd
76
Run Dialog: Opens Control Panel---Type ' to open the Windows Control Panel.
control
77
Run Dialog: Opens Calculator---Type to quickly open the Windows Calculator.
calc
78
Run Dialog: Opens Notepad---Type ' to open a new Notepad window.
notepad
79
Run Dialog: Opens System Configuration---Type '' to open System Configuration utility.
msconfig
80
Run Dialog: Opens Registry Editor---Type '' to open the Registry Editor (use with caution).
regedit
81
Run Dialog: Opens Task Manager---Type '' to open the Task Manager.
taskmgr
82
Run Dialog: Opens File Explorer---Type to open a new File Explorer window.
explorer
83
Run Dialog: Opens Paint---Type '' to open Microsoft Paint.
mspaint
84
Run Dialog: Shows Windows version info---Type 'winver' to see your Windows version information.
winver
85
Run Dialog: Opens current user's folder---Type ) to open your user folder.
'.' (a single period
86
Run Dialog: Opens Users folder---Type ) to open the Users folder.
'..' (two periods
87
Run Dialog: Opens C: drive root directory---Type '' to open the root of your C: drive.
\
88
Run Dialog: Opens On-Screen Keyboard---Type to open the On-Screen Keyboard.
osk
89
Run Dialog: Opens advanced User Accounts settings---Type 'netplwiz' to open User Accounts settings.
netplwiz
90
Run Dialog: Opens Performance Monitor---Type 'perfmon' to open Performance Monitor.
perfmon
91
Run Dialog: Opens Resource Monitor---Type 'resmon' to open Resource Monitor.
resmon
92
Run Dialog: Runs Malicious Software Removal Tool---Type 'mrt' to run Microsoft's Malicious Software Removal Tool.
mrt
93
Run Dialog: Opens Disk Cleanup utility---Type 'cleanmgr' to open Disk Cleanup utility.
cleanmgr
94
Run Dialog: Opens PowerShell---Type 'powershell' to open Windows PowerShell.
powershell
95
Run Dialog: Opens System Information---Type 'msinfo32' to open System Information.
msinfo32
96
Run Dialog: Opens Snipping Tool---Type 'snippingtool' to open the Snipping Tool.
snippingtool
97
Run Dialog: Runs Windows Memory Diagnostic---Type 'mdsched' to run Windows Memory Diagnostic.
mdsched
98
Run Dialog: Opens Character Map---Type 'charmap' to open Character Map.
charmap
99
Run Dialog: Opens DirectX Diagnostic Tool---Type 'dxdiag' to open DirectX Diagnostic Tool.
dxdiag
100
Run Dialog: Opens Outlook---Type 'outlook' to open Microsoft Outlook.
outlook
101
Run Dialog: Opens Chrome---Type 'chrome' to open Google Chrome.
chrome
102
Run Dialog: Opens Word---Type 'winword' to open Microsoft Word.
winword
103
Run Dialog: Opens Excel---Type 'excel' to open Microsoft Excel.
excel
104
Windows: Lock your computer---Quickly locks your computer, requiring a password to access again.
Win + L
105
Windows: Project screen options (duplicate, extend, etc.)---Opens projection options for multiple displays.
Win + P
106
Windows: Open Settings---Opens the Windows Settings app.
Win + I
107
Windows: Open Action Center---Opens the Action Center for notifications and quick actions.
Win + A
108
Windows: Open Search---Opens Windows Search.
Win + S
109
Windows: Open Run dialog---Opens the Run dialog for executing commands.
Win + R
110
Windows: Show Desktop---Minimizes all windows to show the desktop. Press again to restore.
Win + D
111
Windows: Switch between open applications---Hold Alt and press Tab to cycle through open applications.
Alt + Tab
112
Windows: Focus on the notification area (system tray)---Highlights the first icon in the system tray for keyboard navigation.
Win + B
113
Chrome: Toggle the bookmarks bar---Shows or hides the bookmarks bar in Chrome.
Ctrl + Shift + B
114
Chrome: Open a new incognito window---Opens a new private browsing window in Chrome.
Ctrl + Shift + N
115
Chrome: Sign out of your Google account---Signs you out of your Google account in Chrome.
Ctrl + Shift + Q
116
Chrome: Print current page---Opens the print dialog for the current page.
Ctrl + Shift + P
117
Chrome: Open Bookmark Manager---Opens Chrome's Bookmark Manager in a new tab.
Ctrl + Shift + O
118
Chrome: Open History in a new tab---Opens your browsing history in a new tab.
Ctrl + H
119
Chrome: Open Chrome menu (three dots)---Opens the Chrome menu (three vertical dots in the top right).
Ctrl + Shift + M
120
Outlook: Switch between Mail, Calendar, and Contacts---Switches to Mail (1), Calendar (2), or Contacts (3) in Outlook.
Ctrl + 1/2/3
121
Outlook: Mark email as read---Marks the selected email as read in Outlook.
Ctrl + Shift + I
122
Outlook: Mark email as unread---Marks the selected email as unread in Outlook.
Ctrl + Shift + U
123
Outlook: Forward email---Opens a forward window for the selected email.
Ctrl + Shift + F
124
Outlook: Flag email for follow-up---Flags the selected email for follow-up.
Ctrl + Shift + G
125
Word: Copy formatting---Copies the formatting of selected text.
Ctrl + Shift + C
126
Word: Paste formatting---Pastes copied formatting to selected text.
Ctrl + Shift + V
127
Word: Apply Normal style---Applies the Normal style to selected text.
Ctrl + Shift + N
128
Word: Insert the current date---Inserts the current date in Word.
Alt + Shift + D
129
Word: Insert the current time---Inserts the current time in Word.
Alt + Shift + T
130
Excel: Toggle filters---Turns on/off filters for selected cells in Excel.
Ctrl + Shift + L
131
Excel: Toggle formula view---Switches between showing formulas and their results.
Ctrl + `
132
Excel: Format as number, time, date---Quickly formats selected cells as number (1), time (2), or date (3).
Ctrl + Shift + 1/2/3
133
Excel: Insert current time---Inserts the current time in the selected cell.
Ctrl + Shift + ;
134
Excel: Insert current date---Inserts the current date in the selected cell.
Ctrl + Shift + :
135
Command Line: Display IP configuration---Shows network configuration information in Command Prompt.
ipconfig
136
Command Line: Check network connection---Tests network connection to a specified address.
ping [address]
137
Command Line: Shutdown the computer immediately---Immediately shuts down the computer.
shutdown /s /t 0
138
Command Line: System File Checker to scan and repair files---Scans and repairs Windows system files.
sfc /scannow
139
Command Line: Check disk for errors---Checks the disk for errors and attempts to fix them.
chkdsk
140
PowerToys: Quickly launch applications and find files---Opens PowerToys Run for quick application launching and file finding.
PowerToys Run (Alt + Space)
141
Visual Studio Code: Select all occurrences of current selection---Selects all instances of the currently selected text in VS Code.
Ctrl + Shift + L
142
Visual Studio Code: Show all commands---Opens the Command Palette in VS Code.
Ctrl + Shift + P
143
Visual Studio Code: Insert cursor below/above---Adds additional cursors above or below the current line in VS Code.
Ctrl + Alt + Down/Up Arrow
144
Visual Studio Code: Toggle Problems panel---Shows or hides the Problems panel in VS Code.
Ctrl + Shift + M
145
Excel: Insert cells, rows, or columns---Inserts new cells, rows, or columns in Excel.
Ctrl + Shift + +
146
Excel: Delete cells, rows, or columns---Deletes selected cells, rows, or columns in Excel.
Ctrl + -
147
Excel: Create a table---Creates a table from the selected range in Excel.
Ctrl + L or Ctrl + T
148
Excel: Switch between open workbooks---Cycles through open workbooks in Excel.
Ctrl + O
149
Excel: Insert a new workbook---Inserts a new worksheet in the current workbook.
Shift + F11
150
Excel: Close current workbook---Closes the active workbook in Excel.
Ctrl + W
151
Excel: Open the Find dialog box---Opens the Find dialog to search within the workbook.
Ctrl + F
152
Excel: Open the Replace dialog box---Opens the Replace dialog to find and replace content.
Ctrl + H
153
Excel: Insert a hyperlink---Inserts a hyperlink in the selected cell.
Ctrl + K
154
Excel: Insert filters---Adds or removes filters for the selected range.
Ctrl + Shift + L
155
Excel: Apply currency format---Formats the selected cells as currency.
Ctrl + Shift + $
156
Excel: Apply percentage format---Formats the selected cells as percentages.
Ctrl + Shift + %
157
Excel: Apply scientific number format---Applies scientific number format to selected cells.
Ctrl + Shift + ^
158
Excel: Apply general format---Applies general number format to selected cells.
Ctrl + Shift + ~
159
Excel: Apply percentage format---Another shortcut for percentage format.
Ctrl + Shift + 5
160
Excel: Apply exponential format---Applies exponential number format to selected cells.
Ctrl + Shift + 6
161
Excel: Add outline border---Adds a border around the selected cells.
Ctrl + Shift + &
162
Excel: Remove outline border---Removes the border from the selected cells.
Ctrl + Shift + _
163
Excel: Insert current date---Inserts the current date in the selected cell.
Ctrl + ;
164
Excel: Insert current time---Inserts the current time in the selected cell.
Ctrl + Shift + ;
165
Excel: Insert line break within a cell---Starts a new line within the same cell.
Alt + Enter
166
Word: Copy formatting---Copies the formatting of selected text.
Ctrl + Shift + C
167
Word: Paste formatting---Pastes copied formatting to selected text.
Ctrl + Shift + V
168
Word: Apply Normal style---Applies the Normal style to selected text.
Ctrl + Shift + N
169
Word: Insert the current date---Inserts the current date in Word.
Alt + Shift + D
170
Word: Insert the current time---Inserts the current time in Word.
Alt + Shift + T
171
Word: Apply bold formatting---Makes selected text bold.
Ctrl + B
172
Word: Apply italic formatting---Italicizes selected text.
Ctrl + I
173
Word: Apply underline formatting---Underlines selected text.
Ctrl + U
174
Word: Select all content---Selects all content in the document.
Ctrl + A
175
Word: Save document---Saves the current document.
Ctrl + S
176
Word: Increase font size---Increases the font size of selected text.
Ctrl + Shift + >
177
Word: Decrease font size---Decreases the font size of selected text.
Ctrl + Shift + <
178
Word: Create a non-breaking space---Inserts a non-breaking space.
Ctrl + Shift + Space
179
Word: Apply Heading 1/2/3 styles---Applies Heading 1, 2, or 3 style to selected text.
Ctrl + Alt + 1/2/3
180
Word: Insert a page break---Inserts a page break at the cursor position.
Ctrl + Enter
181
Word: Apply the default bullet list style---Creates a bulleted list or removes bullets.
Ctrl + Shift + L
182
Word: Add or remove one line space preceding a paragraph---Toggles extra line spacing before a paragraph.
Ctrl + 0
183
Word: Apply Heading 1/2/3 styles---Another way to apply Heading styles.
Alt + Ctrl + 1/2/3
184
Word: Print Preview---Opens the Print Preview window.
Ctrl + F2
185
Word: Switch between open documents---Cycles through open Word documents.
Ctrl + F6
186
Excel: Apply date format---Applies the date format to selected cells.
Ctrl + Shift + #
187
Excel: Apply exponential format---Applies exponential format to selected cells.
Ctrl + Shift + ^
188
Excel: Add outline border---Adds a border around selected cells.
Ctrl + Shift + &
189
Excel: Remove outline border---Removes borders from selected cells.
Ctrl + Shift + _
190
Word: Copy header/footer from previous section---Copies the header/footer from the previous section.
Alt + Shift + R
191
Word: Show or hide formatting marks---Toggles the display of formatting marks.
Ctrl + Shift +*