shortcuts1 Flashcards

automatizatioon

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
Q

Chrome: Close current tab—Closes the current tab in Chrome or most other applications with tabs.

A

Ctrl + W

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

Chrome: Reopen last closed tab—Reopens the most recently closed tab in Chrome. Can be used multiple times.

A

Ctrl + Shift + T

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

Chrome: Switch to next tab—Switches to the next tab to the right in Chrome or most tabbed applications.

A

Ctrl + Tab

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

Chrome: Switch to previous tab—Switches to the previous tab to the left in Chrome or most tabbed applications.

A

Ctrl + Shift + Tab

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

Chrome: Open new window—Opens a new window in Chrome or most other applications.

A

Ctrl + N

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

Chrome: Open new incognito window—Opens a new incognito (private browsing) window in Chrome.

A

Ctrl + Shift + N

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

Chrome: Go back—Navigates back to the previous page in your browsing history.

A

Alt + Left arrow

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

Chrome: Go forward—Navigates forward to the next page in your browsing history, if you’ve gone back.

A

Alt + Right arrow

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

Chrome: Reload current page—Reloads the current webpage. F5 works in most applications to refresh.

A

Ctrl + R or F5

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

Chrome: Hard reload—Reloads the page ignoring cached content, forcing all resources to be redownloaded.

A

Ctrl + Shift + R

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

Chrome: Focus on address bar—Selects the text in the address bar, allowing you to immediately type a new URL.

A

Ctrl + L

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

Chrome: Focus on search bar—Places the cursor in the search bar (if separate from address bar) in Chrome.

A

Ctrl + K

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

Chrome: Find on page—Opens the in-page search function to find text on the current webpage.

A

Ctrl + F

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

Chrome: Bookmark current page—Adds the current page to your bookmarks in Chrome.

A

Ctrl + D

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

Chrome: Bookmark all open tabs—Bookmarks all currently open tabs in a new folder in Chrome.

A

Ctrl + Shift + D

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

Chrome: Zoom in—Increases the zoom level of the current webpage.

A

Ctrl + Plus (+)

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

Chrome: Zoom out—Decreases the zoom level of the current webpage.

A

Ctrl + Minus (-)

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

Chrome: Reset zoom to default—Resets the zoom level to 100% (default) in Chrome.

A

Ctrl + 0

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

Chrome: Open Developer Tools—Opens Chrome’s Developer Tools for web development and debugging.

A

F12 or Ctrl + Shift + I

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

Chrome: Open Developer Tools with Console tab active—Opens Chrome’s Developer Tools directly to the Console tab.

A

Ctrl + Shift + J

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

Chrome: View page source—Opens a new tab showing the HTML source code of the current page.

A

Ctrl + U

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

Chrome: Open History—Opens the browser history in a new tab.

A

Ctrl + H

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

Chrome: Open Downloads—Opens the downloads page in a new tab.

A

Ctrl + J

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

Chrome: Open Chrome’s task manager—Opens Chrome’s built-in task manager to monitor resource usage of tabs and extensions.

A

Shift + Esc

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

Windows: Opens File Explorer—Quickly opens a new File Explorer window.

A

Win + E

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

Windows: Opens clipboard history—Opens the clipboard history, allowing you to paste items you’ve previously copied.

A

Win + V

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

Windows: Opens Snipping Tool—Opens the Snipping Tool for taking screenshots.

A

Win + Shift + S

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

Windows: Opens Quick Link menu—Opens a menu with quick access to various system tools and settings.

A

Win + X

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

Windows: Directly opens Task Manager—Immediately opens the Windows Task Manager.

A

Ctrl + Shift + Esc

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

Outlook: Create a new email message—Opens a new email composition window in Outlook.

A

Ctrl + Shift + M

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

Outlook: Create a new task—Creates a new task in Outlook.

A

Ctrl + Shift + K

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

Outlook: Switch to the Inbox—Quickly switches to your Inbox in Outlook.

A

Ctrl + Shift + I

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

Outlook: Send an email—Sends the currently open email in Outlook.

A

Alt + S

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

Outlook: Focus on the search bar—Places the cursor in Outlook’s search bar.

A

Ctrl + E

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

Word: Reorder items in a bulleted or numbered list—Moves the current list item up or down in Word.

A

Shift + Alt + Up/Down Arrow

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

Word: Paste without formatting—Pastes text without carrying over its original formatting.

A

Ctrl + Shift + V

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

Word: Insert a page break—Inserts a page break at the cursor position in Word.

A

Ctrl + Enter

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

Word: Apply the default bullet list style—Quickly creates or removes a bulleted list in Word.

A

Ctrl + Shift + L

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

Word: Switch between open documents—Cycles through open Word documents.

A

Ctrl + F6

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

Windows: Create a new virtual desktop—Creates a new virtual desktop in Windows 10 and later.

A

Windows Key + Ctrl + D

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

Windows: Switch between virtual desktops—Switches between existing virtual desktops.

A

Windows Key + Ctrl + Left/Right Arrow

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

Windows: Open Snip & Sketch tool—Opens the Snip & Sketch tool for taking and annotating screenshots.

A

Windows Key + Shift + S

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

Windows: Open emoji panel—Opens the emoji panel for inserting emojis in text.

A

Windows Key + .

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

Windows: Open Task Manager—Directly opens the Windows Task Manager.

A

Ctrl + Shift + Esc

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

Chrome: Reopen the last closed tab—Reopens the most recently closed tab in Chrome.

A

Ctrl + Shift + T

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

Chrome: Focus on the address bar—Highlights the URL in Chrome’s address bar.

A

Ctrl + L

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

Chrome: Open Clear Browsing Data window—Opens the Clear Browsing Data dialog in Chrome.

A

Ctrl + Shift + Delete

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

Chrome: Highlight the URL in the address bar—Selects the entire URL in Chrome’s address bar.

A

Alt + D

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

Chrome: Toggle the bookmarks bar—Shows or hides the bookmarks bar in Chrome.

A

Ctrl + Shift + B

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

PowerToys: Open PowerToys Run—Opens the PowerToys Run utility for quick application launching.

A

Alt + Space

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

Run Dialog: Opens Command Prompt—Type ‘cmd’ in the Run dialog to open Command Prompt.

A

cmd

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

Run Dialog: Opens Control Panel—Type ‘ to open the Windows Control Panel.

A

control

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

Run Dialog: Opens Calculator—Type to quickly open the Windows Calculator.

A

calc

78
Q

Run Dialog: Opens Notepad—Type ‘ to open a new Notepad window.

A

notepad

79
Q

Run Dialog: Opens System Configuration—Type ‘’ to open System Configuration utility.

A

msconfig

80
Q

Run Dialog: Opens Registry Editor—Type ‘’ to open the Registry Editor (use with caution).

A

regedit

81
Q

Run Dialog: Opens Task Manager—Type ‘’ to open the Task Manager.

A

taskmgr

82
Q

Run Dialog: Opens File Explorer—Type to open a new File Explorer window.

A

explorer

83
Q

Run Dialog: Opens Paint—Type ‘’ to open Microsoft Paint.

A

mspaint

84
Q

Run Dialog: Shows Windows version info—Type ‘winver’ to see your Windows version information.

A

winver

85
Q

Run Dialog: Opens current user’s folder—Type ) to open your user folder.

A

’.’ (a single period

86
Q

Run Dialog: Opens Users folder—Type ) to open the Users folder.

A

’..’ (two periods

87
Q

Run Dialog: Opens C: drive root directory—Type ‘’ to open the root of your C: drive.

A

\

88
Q

Run Dialog: Opens On-Screen Keyboard—Type to open the On-Screen Keyboard.

A

osk

89
Q

Run Dialog: Opens advanced User Accounts settings—Type ‘netplwiz’ to open User Accounts settings.

A

netplwiz

90
Q

Run Dialog: Opens Performance Monitor—Type ‘perfmon’ to open Performance Monitor.

A

perfmon

91
Q

Run Dialog: Opens Resource Monitor—Type ‘resmon’ to open Resource Monitor.

A

resmon

92
Q

Run Dialog: Runs Malicious Software Removal Tool—Type ‘mrt’ to run Microsoft’s Malicious Software Removal Tool.

A

mrt

93
Q

Run Dialog: Opens Disk Cleanup utility—Type ‘cleanmgr’ to open Disk Cleanup utility.

A

cleanmgr

94
Q

Run Dialog: Opens PowerShell—Type ‘powershell’ to open Windows PowerShell.

A

powershell

95
Q

Run Dialog: Opens System Information—Type ‘msinfo32’ to open System Information.

A

msinfo32

96
Q

Run Dialog: Opens Snipping Tool—Type ‘snippingtool’ to open the Snipping Tool.

A

snippingtool

97
Q

Run Dialog: Runs Windows Memory Diagnostic—Type ‘mdsched’ to run Windows Memory Diagnostic.

A

mdsched

98
Q

Run Dialog: Opens Character Map—Type ‘charmap’ to open Character Map.

A

charmap

99
Q

Run Dialog: Opens DirectX Diagnostic Tool—Type ‘dxdiag’ to open DirectX Diagnostic Tool.

A

dxdiag

100
Q

Run Dialog: Opens Outlook—Type ‘outlook’ to open Microsoft Outlook.

A

outlook

101
Q

Run Dialog: Opens Chrome—Type ‘chrome’ to open Google Chrome.

A

chrome

102
Q

Run Dialog: Opens Word—Type ‘winword’ to open Microsoft Word.

A

winword

103
Q

Run Dialog: Opens Excel—Type ‘excel’ to open Microsoft Excel.

A

excel

104
Q

Windows: Lock your computer—Quickly locks your computer, requiring a password to access again.

A

Win + L

105
Q

Windows: Project screen options (duplicate, extend, etc.)—Opens projection options for multiple displays.

A

Win + P

106
Q

Windows: Open Settings—Opens the Windows Settings app.

A

Win + I

107
Q

Windows: Open Action Center—Opens the Action Center for notifications and quick actions.

A

Win + A

108
Q

Windows: Open Search—Opens Windows Search.

A

Win + S

109
Q

Windows: Open Run dialog—Opens the Run dialog for executing commands.

A

Win + R

110
Q

Windows: Show Desktop—Minimizes all windows to show the desktop. Press again to restore.

A

Win + D

111
Q

Windows: Switch between open applications—Hold Alt and press Tab to cycle through open applications.

A

Alt + Tab

112
Q

Windows: Focus on the notification area (system tray)—Highlights the first icon in the system tray for keyboard navigation.

A

Win + B

113
Q

Chrome: Toggle the bookmarks bar—Shows or hides the bookmarks bar in Chrome.

A

Ctrl + Shift + B

114
Q

Chrome: Open a new incognito window—Opens a new private browsing window in Chrome.

A

Ctrl + Shift + N

115
Q

Chrome: Sign out of your Google account—Signs you out of your Google account in Chrome.

A

Ctrl + Shift + Q

116
Q

Chrome: Print current page—Opens the print dialog for the current page.

A

Ctrl + Shift + P

117
Q

Chrome: Open Bookmark Manager—Opens Chrome’s Bookmark Manager in a new tab.

A

Ctrl + Shift + O

118
Q

Chrome: Open History in a new tab—Opens your browsing history in a new tab.

A

Ctrl + H

119
Q

Chrome: Open Chrome menu (three dots)—Opens the Chrome menu (three vertical dots in the top right).

A

Ctrl + Shift + M

120
Q

Outlook: Switch between Mail, Calendar, and Contacts—Switches to Mail (1), Calendar (2), or Contacts (3) in Outlook.

A

Ctrl + 1/2/3

121
Q

Outlook: Mark email as read—Marks the selected email as read in Outlook.

A

Ctrl + Shift + I

122
Q

Outlook: Mark email as unread—Marks the selected email as unread in Outlook.

A

Ctrl + Shift + U

123
Q

Outlook: Forward email—Opens a forward window for the selected email.

A

Ctrl + Shift + F

124
Q

Outlook: Flag email for follow-up—Flags the selected email for follow-up.

A

Ctrl + Shift + G

125
Q

Word: Copy formatting—Copies the formatting of selected text.

A

Ctrl + Shift + C

126
Q

Word: Paste formatting—Pastes copied formatting to selected text.

A

Ctrl + Shift + V

127
Q

Word: Apply Normal style—Applies the Normal style to selected text.

A

Ctrl + Shift + N

128
Q

Word: Insert the current date—Inserts the current date in Word.

A

Alt + Shift + D

129
Q

Word: Insert the current time—Inserts the current time in Word.

A

Alt + Shift + T

130
Q

Excel: Toggle filters—Turns on/off filters for selected cells in Excel.

A

Ctrl + Shift + L

131
Q

Excel: Toggle formula view—Switches between showing formulas and their results.

A

Ctrl + `

132
Q

Excel: Format as number, time, date—Quickly formats selected cells as number (1), time (2), or date (3).

A

Ctrl + Shift + 1/2/3

133
Q

Excel: Insert current time—Inserts the current time in the selected cell.

A

Ctrl + Shift + ;

134
Q

Excel: Insert current date—Inserts the current date in the selected cell.

A

Ctrl + Shift + :

135
Q

Command Line: Display IP configuration—Shows network configuration information in Command Prompt.

A

ipconfig

136
Q

Command Line: Check network connection—Tests network connection to a specified address.

A

ping [address]

137
Q

Command Line: Shutdown the computer immediately—Immediately shuts down the computer.

A

shutdown /s /t 0

138
Q

Command Line: System File Checker to scan and repair files—Scans and repairs Windows system files.

A

sfc /scannow

139
Q

Command Line: Check disk for errors—Checks the disk for errors and attempts to fix them.

A

chkdsk

140
Q

PowerToys: Quickly launch applications and find files—Opens PowerToys Run for quick application launching and file finding.

A

PowerToys Run (Alt + Space)

141
Q

Visual Studio Code: Select all occurrences of current selection—Selects all instances of the currently selected text in VS Code.

A

Ctrl + Shift + L

142
Q

Visual Studio Code: Show all commands—Opens the Command Palette in VS Code.

A

Ctrl + Shift + P

143
Q

Visual Studio Code: Insert cursor below/above—Adds additional cursors above or below the current line in VS Code.

A

Ctrl + Alt + Down/Up Arrow

144
Q

Visual Studio Code: Toggle Problems panel—Shows or hides the Problems panel in VS Code.

A

Ctrl + Shift + M

145
Q

Excel: Insert cells, rows, or columns—Inserts new cells, rows, or columns in Excel.

A

Ctrl + Shift + +

146
Q

Excel: Delete cells, rows, or columns—Deletes selected cells, rows, or columns in Excel.

A

Ctrl + -

147
Q

Excel: Create a table—Creates a table from the selected range in Excel.

A

Ctrl + L or Ctrl + T

148
Q

Excel: Switch between open workbooks—Cycles through open workbooks in Excel.

A

Ctrl + O

149
Q

Excel: Insert a new workbook—Inserts a new worksheet in the current workbook.

A

Shift + F11

150
Q

Excel: Close current workbook—Closes the active workbook in Excel.

A

Ctrl + W

151
Q

Excel: Open the Find dialog box—Opens the Find dialog to search within the workbook.

A

Ctrl + F

152
Q

Excel: Open the Replace dialog box—Opens the Replace dialog to find and replace content.

A

Ctrl + H

153
Q

Excel: Insert a hyperlink—Inserts a hyperlink in the selected cell.

A

Ctrl + K

154
Q

Excel: Insert filters—Adds or removes filters for the selected range.

A

Ctrl + Shift + L

155
Q

Excel: Apply currency format—Formats the selected cells as currency.

A

Ctrl + Shift + $

156
Q

Excel: Apply percentage format—Formats the selected cells as percentages.

A

Ctrl + Shift + %

157
Q

Excel: Apply scientific number format—Applies scientific number format to selected cells.

A

Ctrl + Shift + ^

158
Q

Excel: Apply general format—Applies general number format to selected cells.

A

Ctrl + Shift + ~

159
Q

Excel: Apply percentage format—Another shortcut for percentage format.

A

Ctrl + Shift + 5

160
Q

Excel: Apply exponential format—Applies exponential number format to selected cells.

A

Ctrl + Shift + 6

161
Q

Excel: Add outline border—Adds a border around the selected cells.

A

Ctrl + Shift + &

162
Q

Excel: Remove outline border—Removes the border from the selected cells.

A

Ctrl + Shift + _

163
Q

Excel: Insert current date—Inserts the current date in the selected cell.

A

Ctrl + ;

164
Q

Excel: Insert current time—Inserts the current time in the selected cell.

A

Ctrl + Shift + ;

165
Q

Excel: Insert line break within a cell—Starts a new line within the same cell.

A

Alt + Enter

166
Q

Word: Copy formatting—Copies the formatting of selected text.

A

Ctrl + Shift + C

167
Q

Word: Paste formatting—Pastes copied formatting to selected text.

A

Ctrl + Shift + V

168
Q

Word: Apply Normal style—Applies the Normal style to selected text.

A

Ctrl + Shift + N

169
Q

Word: Insert the current date—Inserts the current date in Word.

A

Alt + Shift + D

170
Q

Word: Insert the current time—Inserts the current time in Word.

A

Alt + Shift + T

171
Q

Word: Apply bold formatting—Makes selected text bold.

A

Ctrl + B

172
Q

Word: Apply italic formatting—Italicizes selected text.

A

Ctrl + I

173
Q

Word: Apply underline formatting—Underlines selected text.

A

Ctrl + U

174
Q

Word: Select all content—Selects all content in the document.

A

Ctrl + A

175
Q

Word: Save document—Saves the current document.

A

Ctrl + S

176
Q

Word: Increase font size—Increases the font size of selected text.

A

Ctrl + Shift + >

177
Q

Word: Decrease font size—Decreases the font size of selected text.

A

Ctrl + Shift + <

178
Q

Word: Create a non-breaking space—Inserts a non-breaking space.

A

Ctrl + Shift + Space

179
Q

Word: Apply Heading 1/2/3 styles—Applies Heading 1, 2, or 3 style to selected text.

A

Ctrl + Alt + 1/2/3

180
Q

Word: Insert a page break—Inserts a page break at the cursor position.

A

Ctrl + Enter

181
Q

Word: Apply the default bullet list style—Creates a bulleted list or removes bullets.

A

Ctrl + Shift + L

182
Q

Word: Add or remove one line space preceding a paragraph—Toggles extra line spacing before a paragraph.

A

Ctrl + 0

183
Q

Word: Apply Heading 1/2/3 styles—Another way to apply Heading styles.

A

Alt + Ctrl + 1/2/3

184
Q

Word: Print Preview—Opens the Print Preview window.

A

Ctrl + F2

185
Q

Word: Switch between open documents—Cycles through open Word documents.

A

Ctrl + F6

186
Q

Excel: Apply date format—Applies the date format to selected cells.

A

Ctrl + Shift + #

187
Q

Excel: Apply exponential format—Applies exponential format to selected cells.

A

Ctrl + Shift + ^

188
Q

Excel: Add outline border—Adds a border around selected cells.

A

Ctrl + Shift + &

189
Q

Excel: Remove outline border—Removes borders from selected cells.

A

Ctrl + Shift + _

190
Q

Word: Copy header/footer from previous section—Copies the header/footer from the previous section.

A

Alt + Shift + R

191
Q

Word: Show or hide formatting marks—Toggles the display of formatting marks.

A

Ctrl + Shift +*