A list of commonly used shortcut keys (IT)

A list of commonly used simple computer shortcuts:
Ctrl+C copy,
Ctrl+X cut,
Ctrl+V paste,
Ctrl+Z undo,
Ctrl+A select all text, file,
Delete delete,
Shift+Delete avoid the recycle bin directly Permanently delete (cannot be retrieved),
F3 to search for files and folders,
Alt+F4 to close the current window or exit a program interface,

Alt+Enter to view object properties,
Alt+Spacebar to enable shortcut menu in the current window,
Alt+TAB window switching,
Alt+ESC order switching cycle,
F5 to refresh the current interface window,
ESC to cancel the current task,
Ctrl+Tab option to move forward.

Move back between Ctrl+Shift+Tab options,
F1 help,
F4 display the current list content,
WIN+BREAK system properties dialog box,
WIN+D display desktop,
WIN+M minimize all windows,
WIN+Shift+M restore minimum of the window,
WIN + E open my computer,
WIN + F to find information document.

Ctrl+WIN+F search computer,
WIN+F1 displays Win help information,
WIN+L locks the computer,
WIN+R computer running window,
WIN+U tool manager,
END displays the bottom of the current screen,
Ctrl+P prints,
Ctrl+N New,
Ctrl+O to open,
Ctrl+S to save.

WIN+M minimizes all program windows that are running and enabled, and
Ctrl+WIN+F finds the dialog box.

Commonly used shortcut keys for text editing
Back to the beginning of the line Home key
Back to the end of the line End key

When the cursor is at the end of a row, select a row of data Shift + Home
When the cursor is at the beginning of a row, select a row of data Shift + End

Back to the head of the file: Ctrl + Home keys
Back to the end of the file: Crtl + End keys

Ctrl + A select all
Ctrl + F find

Double click to select a word,
click 3 times to select a row

Ctrl + Chift + Right Arrow/Left Arrow to select a word without the mouse

Commonly used 2019vs compiler shortcuts

Ctrl+Shift+> zoom in editor
Ctrl+Shift+< zoom out editor
or
Ctrl+mouse scroll control

Hold down Alt and drag the mouse to select the block
press the Ctrl key and double-click the title bar to re-dock a floating window
will be maximized floating window, double-click the title bar
Ctrl + Alt + DOWN ARROW to display the list of open files
Ctrl + F4 Close the active document
Ctrl + Tab to switch activities Window
Ctrl + G jump to line number or line

Ctrl+C Copy
Ctrl+V Paste
Ctrl+X Cut
Ctrl+Z Undo
Ctrl+D Copy a line

Alt+Up
Arrow Move Up Alt+Down Arrow Move Down

Ctrl+Up arrow key to select the previous line
Ctrl+Down arrow key to select the next line
Ctrl+Left arrow key to select the left character
Ctrl+Right arrow key to select the right character

Shift+lowercase letters change lowercase letters to uppercase

Enter the lower character in the double character of the keyboard
Shift+character enter the upper character in the double character of the keyboard

F5 Start debugging (when a breakpoint is encountered, it will enter the debug state)
Shift+F5 Stop debugging
Ctrl+F5 Start execution without debugging
F10 Step
by step F11 Step by statement
Shift+F11 Jump out
Ctrl+F10 Run to the cursor
Ctrl+Shift+F10 under the setting One statement
F9 to set and switch breakpoints
Ctrl+F9 to disable breakpoints
Ctrl+Shift+F9 to delete all breakpoints

Ctrl+F Fast search
Enter Fast search for the next result
Shift+Enter Fast search for the previous result
Esc Cancel the search
Ctrl+H Fast replacement
Alt+R Fast replacement replacement next
Alt+A Fast replacement replacement all
Ctrl+Shift+F In Find
in file Ctrl+Shift+H Replace in file

Ctrl + K, Ctrl + C Annotate selected lines
Ctrl + K, Ctrl + U Uncomment selected lines
Ctrl + K, Ctrl + D align all codes correctly

Guess you like

Origin blog.51cto.com/15083388/2607356