all Files: ctrl+shift+wNEW: CTRL + NGo to the next file: Ctrl+shift+nOpen: Ctrl+oReload file: Ctrl+shift+oSave As: Ctrl+shift+sShow file Status: SHIFT+F10Activation Syntax window: alt+lBack to the beginning of the line: HomeBack to start of selection: ctrl+alt+[To the bottom of the block: ctrl+shift+]To the top of the BLOCK: ctrl+shift+[Bookmark: ctrl+mTo the bottom of the file: Ctrl+end, CTRL + (KEYPAD) EndTo the bottom of the window: (
Exit Program: ALT+F4Repaint screen: Ctrl+alt+spaceShow selection box: Ctrl+eCopy one row (selected row): Ctrl+kThe character that exactly copies the line to the right of the location: ctrl+shift+kCopy to clipboard: Ctrl+delCut one line: Ctrl+uCut the character of the line to the right of the position: CTRL +;Cut to Clipboard: ctrl+shift+xCut one word: Ctrl +,Indent Left: F9Indent Right: F10Insert one line: ctrl+iInsert New line: Ctrl+enterAdd a line: Ctrl+jPaste from clipboard: Ctrl+insPaste One
Exit program: Alt + F4Screen re-painting: CTRL + ALT + SpaceComplete Syntax: Ctrl + ECopy a row: Ctrl + kJust copy the character of the row on the right of the Location: Ctrl + Shift + kCopy to clipboard: Ctrl + DELCut a row: Ctrl + uCut the character of the row on the right of the position: Ctrl +;Cut to clipboard: Ctrl + Shift + xCut a word: Ctrl +,Left indent: F9Right indent: F10Insert a row: Ctrl + IInsert a new row: Ctrl + enterAdd a row: Ctrl + JPaste from clipboard: Ctrl + INSPaste a row:
Exit program: Alt + F4Screen re-painting: CTRL + ALT + SpaceComplete Syntax: Ctrl + ECopy a row: Ctrl + kJust copy the character of the row on the right of the Location: Ctrl + Shift + kCopy to clipboard: Ctrl + DELCut a row: Ctrl + uCut the character of the row on the right of the position: Ctrl +;Cut to clipboard: Ctrl + Shift + xCut a word: Ctrl +,Left indent: F9Right indent: F10Insert a row: Ctrl + IInsert a new row: Ctrl + enterAdd a row: Ctrl + JPaste from clipboard: Ctrl + INSPaste a row:
file: Ctrl + end, CTRL + (keypad) End
To the bottom of the window: (keypad) end (end of the keypad)
To the end of a row: End
To the end of the selected part: CTRL + ALT +]
To the next function: keypad +
Previous function: keypad-
Back: Alt +, thumb 1 click
Back to index: Al
the file: Ctrl + end, CTRL + (keypad) End
To the bottom of the window: (keypad) end (end of the keypad)
To the end of a row: End
To the end of the selected part: CTRL + ALT +]
To the next function: keypad +
Previous function: keypad-
Back: Alt +, thumb 1 click
Back to index
More and more friends use computers, computer enthusiasts novice friends encounter computer problems are all sorts of strange, in fact, most of the problem is simply a problem, but because the novice friend did not contact, so the most basic computer skills may not yet, notebook computer keyboard number how to open? or the laptop keypad number how to shut down and so on, In fact, these operations in the computer instructions generally will be introduc
released.
Note: After keydown is triggered, keyup is not necessarily triggered. When keydown is pressed, drag the mouse to trigger the keyup event.
3. Sequence of Keyboard Events
Three keyboard-related events may appear on a control. The following is the general sequence of these events:
Press the "A" key to pre-process and schedule the key, and a keydown event occurs.Press the "A" key to pre-process and schedule the key, and a keypress event occurs.When you release the "A" key, the key is pre-
The ASC code corresponding to the press event on the keyboard is not easy to remember. Now write it down as a backup
A-Z: 65-90ESC key vk_escape (27)Enter the key: vk_return (13)Tab key: vk_tab (9)Caps Lock key: vk_capital (20)Shift key: vk_shift ($10/16)CTRL: vk_control (17)Alt key: vk_menu (18)Space key: vk_space ($20/32)Backspace key: vk_back (8)Left logo key: vk_lwin (91)Right logo key: vk_lwin (92)Right-click the shortcut key: vk_apps (93)
Insert key: vk_insert (45)Home Key: vk_home (36)Pag
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.