Some mobile phone H5 page or touch screen side, enter the phone number or number of places, do not want to call the phone's own keyboard, with JS implementation of the numeric keypad control1. Effect2. Call methodvar numpad= new Numkeyboard ({ precision:2, //Precision minval:10, //min maxval:1000 //Max } );3. Control Source AddressHttps://github.com/xingxiaoyiyio/
CTRL + Mouse left button effectCtrl+alt+l Formatting CodeCtrl+alt+o Optimizing imported classes and PackagesCtrl+r replacing textCtrl+f finding textSwap two lines of codeCtrl+shift+ ArrowShift+f6 Refactoring-RenamingALT+F1: Quickly open project view, structure view, and more to see the appropriate elements.Ctrl+tab: Open Interface Toggle WindowCtrl+f12 class Method LookupCTRL+SHIFT+F Global LookupsControl + N class file LookupControl + Shift + N file LookupF4/control + Enter Jump SourceControl
ClipboardCtrl+c/ctrl+insert Copy the current line or selected code block to the ClipboardCtrl+v/shift+insert pasting from the ClipboardCtrl + Shift + V paste from the nearest bufferCtrl + D to copy the selected range or rowCtrl + Y Deletes the selected rowCtrl + Shift + J Add smart LineCtrl + Enter Smart wire cutShift + Enter Another lineCtrl + Shift + U toggle between selected areas or blocks of codeCtrl + DELETE Delete to character endCtrl + Backspace Delete to character startCtrl +
There are many many on the network. Here is a summary of some of the commonly used. Invincible Key: Ctrl+1 . Used on the wrong line, you will be prompted. Super-popular keys (usually people will, will not be the case.) will affect the development efficiency of the OH:)) ctrl+/ Single-line (cancel) Comment: Effect:// alt+/Code Helper to complete the insertion of some code, automatically display the prompt information Ctrl+shift+f formatting of the current code The Ctrl+shift+o effect is that th
display of the current Editer drop-down list (in bold if the current page does not appear)ctrl+/(numpad) collapses all code in the current classCtrl+x (keypad) expands all code in the current classCtrl+space Code Helper to complete some code insertion (but general and input method conflict, you can modify the input method hotkey, you can also take upalt+/to replace)Ctrl+shift+e Display manager that manages all of the currently open view (you can choo
current row, not necessarily the last)Shift+ctrl+enter Insert blank line in current line (principle above)Ctrl+q positioning to the last edited placeCtrl+l positioning in a row (for people with programs over 100 have the gospel)Ctrl+m maximize the current edit or view (and vice versa)ctrl+/comment on the current line, and then uncomment itCtrl+o Quick Display OutLineCtrl+t quickly displays the inheritance structure of the current classCtrl+w Closing the current editerCtrl+k the selected word qu
Copy the current line or selected code block to the ClipboardCtrl+v/shift+insert Paste from clipboardCtrl + Shift + V paste from the nearest bufferCtrl + D Copy the selected range or rowCtrl + Y to delete selected rowsCtrl + Shift + J Add smart wireCtrl + Enter Smart wire cutShift + Enter Another lineCtrl + Shift + U toggle between selected areas or blocks of codeCtrl + DELETE to end of characterCtrl + Backspace Delete to character startCtrl + numpad
optimize imports (quickly delete imported unwanted modules)
Ctrl + Alt + I Auto Indent
Tab/shift + Tab indent, no indent when forward
Ctrl+x/shift+delete cut the current line or the selected code block to the Clipboard
Ctrl+c/ctrl+insert Copy the current line or selected code block to the Clipboard
Ctrl+v/shift+insert Paste from clipboard
Ctrl + Shift + V paste from the nearest buffer
Ctrl + D Copy the selected range or row
Ctrl + Y to delete selected rows
Ctrl + Shift + J Add smart wire
Ctrl +
+delete cut the current line or the selected code block to the ClipboardCtrl+c/ctrl+insert Copy the current line or selected code block to the ClipboardCtrl+v/shift+insert Paste from clipboardCtrl + Shift + V paste from the nearest bufferCtrl + D Copy the selected range or rowCtrl + Y to delete selected rowsCtrl + Shift + J Add smart wireCtrl + Enter Smart wire cutShift + Enter Another lineCtrl + Shift + U toggle between selected areas or blocks of codeCtrl + DELETE to end of characterCtrl + Bac
the current line/selected code block to the ClipboardCtrl+v/shift+insert Paste from clipboardCtrl + Shift + V paste from the nearest bufferCtrl + D Copy the selected range or rowCtrl + Y to delete selected rowsCtrl + Shift + J Add smart wireCtrl + Enter Smart wire cutShift + Enter Another lineCtrl + Shift + U toggle between selected areas or blocks of codeCtrl + DELETE to end of characterCtrl + Backspace Delete to character startCtrl + numpad+/-Expan
current edit or view (and vice versa)ctrl+/comment on the current line, and then uncomment itCtrl+o Quick Display OutLineCtrl+t quickly displays the inheritance structure of the current classCtrl+w Closing the current editerCtrl+k the selected word quickly navigates to the nextCtrl+e quick display of the current Editer drop-down list (in bold if the current page does not appear)ctrl+/(numpad) collapses all code in the current classCtrl+x (keypad) exp
current Editer drop-down list (in bold if the current page does not appear)ctrl+/(numpad) collapses all code in the current classCtrl+x (keypad) expands all code in the current classCtrl+space Code Helper to complete some code insertion (but general and input method conflict, you can modify the input method hotkey, you can also take upalt+/to replace)Ctrl+shift+e Display manager that manages all of the currently open view (you can choose to close, ac
CommonPython files default encoding: File encodings> IDE encoding:utf-8; Project Encoding:utf-8;Ctrl + Shift + numpad+ expands all blocks of codeCtrl + Shift + numpad-shrinks all blocks of codeCTRL+SHIFT+F10 running the current pageCtrl +/Comment (uncomment) the selected lineCtrl+shift+f Advanced FindShift + Enter to start a new lineTAB shift+tab indent/un-indent selected rowsCtrl + Y Deletes the row where
)this.gcMusicHit.Children.First
This sentence should be quite troublesome ····
Canvas cvs = (Canvas) this. gcMusicHit. children. first
Amount · if I have heard my opinion before, let's take a look at LINQ ·, And I will know about it. · find out the Header element that meets the condition (which is the condition. · Query MSDN · go
Button
///
private void btnBack_Click(object sender, RoutedEventArgs e) { ((App)(Application.Current)).RedirectTo(new Music()); }
Click here to determine t
+ V paste from the nearest bufferCtrl + D to copy the selected range or rowCtrl + Y Deletes the selected rowCtrl + Shift + J Add smart LineCtrl + Enter Smart wire cutShift + Enter Another lineCtrl + Shift + U toggle between selected areas or blocks of codeCtrl + DELETE Delete to character endCtrl + Backspace Delete to character startCtrl + numpad+/-Expand/collapse code blocks (current position: functions, comments, etc.)Ctrl + SHIFT +
Each form has such 3 events: KeyDown, KeyPress, Keyup,keydown, and KeyPress are all key press events, but KeyDown is keycode with the keyboard keys, which corresponds to keys enumeration, it is more convenient to use. and KeyPress use is Keychar, this will find ASC II coded, inconvenient. KeyUp is the key to bounce events, not commonly used, so we use the KeyDown event to set the form's shortcut keys, double-click the event after the white space generated code, first we set a single key, let it
WindowState is maximized restore, otherwise maximized, run under test, very useful:-)A TextBox named Txtinput is added to the form below, with two buttons named Btnconfirm, Btnexit:Run the form again, press F11, it doesn't work? What's going on?Because the focus is no longer on the form when the form is running, and on the control, we want to set KeyPreview to True to register the keyboard event generated on the control with the form and run it again, the problem is resolved.Then how to set the
to navigate to the last edited positionCtrl + Alt+b to implementation (S)Ctrl + shift+i to open a quick definition queryCtrl + U go to Super-method/super-classAlt + Home Combo Show navigation bar========= Bookmark =========Ctrl + F11 Toggle Bookmark mnemonicsCtrl +#[0-9] go to numbered bookmarksShift + F11 Display bookmarks========= Edit =========Ctrl + Shift + J Join LinesCtrl + Q Quick Document QueryALT + INSERT Generated code ... (Getter,setter method, constructor)Ctrl + O override methodCtr
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.