Design Differential Op Amp Calculator Delphi Ep11
F1
Opens the help topic on a selected item.
Ctrl+F11
File - Open Project
Opens a project file using the Open Project dialog.
Ctrl+S
File - Save
Saves only the module that is currently open in the IDE (and any associated header files).
Shift+Ctrl+S
File - Save All
Saves all the files for the current project.
Alt+F11
File - Use Unit
Opens the Use Unit dialog box where you can select and insert a reference to another unit into the unit currently active in the Code Editor.
Shift+F11
Adds a file to the project using the Add to Project dialog.
Ctrl+Z
Edit - Undo
Form Designer | right-click a component | Edit - Undo
Reverts the previous actions.
Shift+Ctrl+Z
Edit - Redo
Re-executes the last command.
Ctrl+D
Edit - Format Source
Formats the code.
Ctrl+X
Edit - Cut
Form Designer | right-click a component | Edit - Cut
Removes the current selection and stores it to the clipboard.
Ctrl+C
Edit - Copy
Form Designer | right-click a component | Edit - Copy
Copies the current selection to the clipboard.
Ctrl+V
Edit - Paste
Form Designer | right-click a component | Edit - Paste
Inserts the contents of the clipboard previously captured using Cut or Copy.
Ctrl+Del
Edit - Delete
Form Designer | right-click a component | Edit - Delete
Removes the selected text or objects.
Ctrl+A
Edit - Select All
Form Designer | right-click a component | Edit - Select All
Selects all the text or objects in the active window.
Ctrl+H
Edit - Hide Non-Visual Components
Form Designer | right-click | Hide Non-Visual Components
Toolbars | View | Hide Non-Visual Components
Tools - Options - Form Designer - Options - Show non-visual components checkmark
Hides the non-visual components at design time. It applies to RAD Studio Seattle and superior.
Ctrl+F / Ctrl+Q+F
Search - Find
Searches for the specified text in the active window.
Shift+Ctrl+F
Search - Find in Files
Searches for strings in files in specified folders and shows the results in the Messages View pane.
Ctrl+R / Ctrl+H / Ctrl+Q+A
Search - Replace
Searches for the specified text and replaces it with other text.
F3 / Ctrl L
Search - Search Again
Goes to the next coincidence of the string.
Ctrl+E
Search - Incremental Search
Allows you to interactively search for text.
Shift+Ctrl+Enter
Search - Find Local References (Delphi only)
Locates references in the active code file.
Ctrl+G
Search - Find Original Symbol (Delphi only)
Searches through the list of files in the Project Manager and then displays the original declaration of the symbol in question.
F6 / Ctrl+.
Search - IDE Insight
Focuses the IDE Insight search box where you can perform a filtered incremental search through the element of the IDE.
Alt+G
Search - Go to Line Number
Jumps to the specified line number of the Code Editor.
Ctrl+Alt+B
View - Debug Windows - Breakpoints
Opens the Breakpoint List pane where you can manage your breakpoints.
Ctrl+Alt+S
View - Debug Windows - Call Stack
Opens the Call Stack pane where you can see the called functions.
Ctrl+Alt+W
View - Debug Windows - Watches
Opens the Watch List pane where you can manage and watch the values of your watches.
Ctrl+Alt+L
View - Debug Windows - Local Variables
Opens the Local variables pane where you can see local variables of the the current functions while in debug mode.
Ctrl+Alt+T
View - Debug Windows - Threads
Opens the Thread Status pane with the status of all processes and threads that are executing in each application being debugged.
Ctrl+Alt+V
View - Debug Windows - Event Log
Opens the Event Log Window with messages for breakpoints, process control, threads, modules, and output that occur during a debug session.
Ctrl+Alt+M
View - Debug Windows - Modules
Opens the Modules Window pane.
Ctrl+Alt+C
View - Debug Windows - CPU Windows - Entire CPU
Opens the Entire CPU pane view during a debugging session.
Ctrl+Alt+D
View - Debug Windows - CPU Windows - Disassembly
Displays the address, the hexadecimal representation of the machine code instructions (opcodes), and the assembly instructions for each line of source code.
Ctrl+Alt+R
View - Debug Windows - CPU Windows - Registers
This pane displays the contents of the CPU registers of the 80386 and greater processors.
Ctrl+Alt+K
View - Debug Windows - CPU Windows - Stack
Displays the raw values contained in the program stack.
Ctrl+Alt+1
View - Debug Windows - CPU Windows - Memory1
Displays the raw values contained in addressable areas of your program. There are four different Memory views in order to view four distinct areas in memory at the same time.
Ctrl+Alt+2
View - Debug Windows - CPU Windows - Memory2
Displays the raw values contained in addressable areas of your program. There are four different Memory views in order to view four distinct areas in memory at the same time.
Ctrl+Alt+3
View - Debug Windows - CPU Windows - Memory3
Displays the raw values contained in addressable areas of your program. There are four different Memory views in order to view four distinct areas in memory at the same time.
Ctrl+Alt+4
View - Debug Windows - CPU Windows - Memory4
Displays the raw values contained in addressable areas of your program. There are four different Memory views in order to view four distinct areas in memory at the same time.
Ctrl+Alt+F
View - Debug Windows - FPU
Displays the contents of the Floating-point Unit and SSE registers in the CPU.
Ctrl+Alt+O
View - Debug Windows - CodeGuard Log
Provides runtime debugging for C++ applications being developed.
Shift+Ctrl+H
View - Help Insight
Displays a hint containing information about the symbol at the cursor.
Ctrl+F12
View - Units
Displays the Search for Units dialog box with all the units in the current project.
Shift+F12
View - Forms
Displays the Search for forms dialog box with all the forms in the current project.
F12
View - Toggle Form/Unit
Changes the view between the Form and the corresponding code unit.
Shift+Alt+F11
View - Structure
Opens or focuses on the Structure pane.
F11
View - Object Inspector
Opens or focus on the Object Inspector.
Alt+0
View - Window List
Displays a list of open windows.
Ctrl+Alt+P
View - Tool Palette
Opens the Tool Palette pane.
Ctrl+Alt+F11
View - Projects Window
Opens the Project Manager pane.
Shift+Ctrl+E
Refactor - Rename (Delphi only)
Opens the Rename <symbol- to rename an identifier and all references to this identifier.
Shift+Ctrl+V
Refactor - Declare Variable (Delphi only)
Opens the Declare Variable window to declare a local variable in a procedure.
Shift+Ctrl+D
Refactor - Declare Field (Delphi only)
Opens the Declare New Field window to declare a type in the code.
Shift+Ctrl+M
Refactor - Extract Method (Delphi only)
Turns a selected code fragment into a method.
Shift+Ctrl+L
Refactor - Extract Resource String (Delphi only)
Converts the string currently selected in the Code Editor to a resource string.
Shift+Ctrl+X
Refactor - Change Params (Delphi only)
Adds, edits, removes, and rearranges the parameters of a method.
Shift+Ctrl+A
Refactor - Find Unit (Delphi only)
Opens the Find Unit window to locate units and add them to the uses clause of your Delphi code file.
Shift+F11
Project - Add to Project
Adds another source file to the current project.
Alt+F9
Project - Build <file_name-.cpp (C++ only)
Rebuilds all files in your current project regardless of whether they have changed.
Ctrl+F9
Project - Make <project_name- (C++)
Project - Compile <project_name- (Delphi)
Compile (for Delphi) or Make (for C++) compiles only those files that have changed since the last build, as well as any files that depend on them.
Shift+F9
Project - Build <project_name-
Rebuilds all files in your current project regardless of whether they have changed.
Shift+Ctrl+Alt+F9
Project - Deploy <project_name-
Deploys the project.
Shift+Ctrl+F11
Project - Options
Opens the Project Options window for the selected project.
F9
Run - Run
Compiles any changed source code and, if the compile is successful, executes your application, allowing you to use and test the application with the debugger built into the IDE.
Shift+Ctrl+F9
Run - Run Without Debugging
Compiles any changed source code, and if the compile is successful, executes your application without invoking the debugger built into the IDE.
F8
Run - Step Over
Tells the debugger to execute the next line of code. If the line contains a function, Step Over executes the function and then stops at the first line after the function.
F7
Run - Trace Into
Tells the debugger to execute the next line of code. If the line contains a function, Trace Into executes the function and then stops at the first line of code inside the function.
Shift+F7
Run - Trace to Next Source Line
Executes a single source line.
F4
Run - Run to Cursor
Executes the current program and stops at the cursor location.
Shift+F8
Run - Run Until Return
Executes the current program and stops when the function returns.
Ctrl+F2
Run - Program Reset
Terminates the application or process that is currently under the control of the debugger.
Ctrl+F7
Run - Evaluate/Modify
Evaluates or changes the value of an existing expression or property.
Ctrl+F5
Run - Add Watch
Adds a watch or changes the properties of an existing watch. The watch appears in the Watch List.
Alt+End
Window - Next Window
When the windows are floating, it toggles between windows.
Ctrl+R
Refactorings | right-click on the Refactorings pane | Apply Refactoring
Applies the refactoring definition that appears in the Refactorings pane.
Ctrl+Z
Refactorings | right-click on the Refactorings pane | Undo/Redo
Undoes the refactoring.
Del
Refactorings | right-click on the Refactorings pane | Remove
Find | right-click on the C++ Find References pane | Remove
Removes the refactoring definition of the Refactorings pane.
Ctrl+A
To-Do List | right-click on the To-Do List pane | Add
Opens the Add To-Do Item where you can introduce the new task to appear in the To-Do List pane.
F2
To-Do List | right-click on the To-Do List pane | Add
Opens the Add To-Do Item to edit the selected task.
Ctrl+C
To-Do List | right-click on the To-Do List pane | Copy As - Text
Copies the content of the To-Do List as plain text.
Ctrl+T
To-Do List | right-click on the To-Do List pane | Copy As - HTML Table
Copies the content of the To-Do List as an HTML table.
Ctrl+V
Messages | right-click on the Messages View pane | View Source
Opens the source file in a new tab in the Code Editor.
Ctrl+S
Messages | right-click on the Messages View pane | Edit Source
Highlights in red the code line related with the error that appears in the Messages pane. It opens the source file if necessary.
Click+Shift
Tool Palette
Targets the component in the Tool Palette to make the selection repetitive. Click the component again to cancel the selection.
Esc
Tool Palette
Displays all the categories of the Tool Palette.
Ctrl+Arrow keys
Form Designer
Moves the selected component.
Shift+Ctrl+Arrow
Form Designer
Moves the component faster.
Tab / Arrow Key
Form Designer
Switches between components.
Shift+Arrow Key
Form Designer
Changes the size of the component.
Esc
Form Designer
Selects the parent component.
Ctrl+Tab
Form Designer
Moves forward on the Editing tabs.
Shift+Ctrl+Tab
Form Designer
Moves backwards on the Editing tabs.
Ctrl+Tab
Object Inspector
Switches between the Properties tab and the Events tab.
Tab
Object Inspector
Changes the focus between the two columns of the two tabs. In the Properties name column you can navigate typing the name of the property.
Ctrl+Enter
Object Inspector
Allows selecting an option from a combo box in the values column of the two tabs. On the Events tab, it generates the event handler and the focus changes to the code editor where it appears highlighted.
Ctrl+Alt+Down Arrow
Object Inspector
Shows the list of values for the selected field.
+/-
Object Inspector
Expands or contracts the tree node for the property.
Ctrl+Down Arrow
Object Inspector
Shows all the elements of the combo box.
F12
Object Inspector
Switches between the designer tab and the code editor tab.
Shift+Alt+F11
Object Inspector
Focuses on the Structure pane.
Alt+F4
Closes RAD Studio.
Ctrl+Num +
Code Editor Context Menu | Increase Font Size
Increases the font size of the Code Editor.
Ctrl+Num -
Code Editor Context Menu | Decrease Font Size
Decreases the font size of the Code Editor.
Shift+Ctrl+N
Code Editor Context Menu | Find - Find Definition
Searches the entire project for definitions of the selected identifier.
Shift+Ctrl+Enter
Code Editor Context Menu | Find - Find References
Searches the entire active project for references to a selected identifier.
Shift+Ctrl+B
Code Editor Context Menu | Find - Show Base Types
Searches the entire project for base types of the selected class or method.
Shift+Ctrl+Q
Code Editor Context Menu | Find - Show Derived Types
Searches the entire project for derived types of the selected class or method.
Code Editor Keyboard Shortcuts
The following table lists the Default Mapping keyboard shortcuts for the Code Editor.
Note: Keyboard shortcuts that include the Ctrl+Alt key combination are disabled when the Use Ctrl+Alt Keys option is unchecked on the Tools - Options - Editor Options - Key Mappings page.
Shortcut Action
Alt+[ / Ctrl+Q+[
Finds the forward matching delimiter.
Alt+] / Ctrl+Q+]
Finds the backward matching delimiter.
Down Arrow
Moves down one line.
Up Arrow
Moves up one line.
Right Arrow
Moves the cursor one character to the right.
Left Arrow
Moves the cursor one character to the left.
Spacebar
Inserts a space.
Tab
Inserts a tab.
End
Moves to the end of the current line.
Enter
Inserts the carriage return.
Ins
Toggles between the insert and overwrite modes.
Backspace
Deletes a character to the left of the cursor.
Del
Deletes a character to the right of the cursor.
F1
Displays a help topic describing:
A pointed reserved word, directive, or C++ keyword.
A pointed identifier (or selected qualified identifier) corresponding to a name of a procedure, function, constant, property, variable, field, type, program, unit, library, or package described in installed CHM help files.
The Code Editor.
F5
Toggles between adding and removing a breakpoint in the current line.
Page Down
Moves down one page.
Page Up
Moves up one page.
Alt+Backspace / Ctrl + Z
Undo.
Alt+F7
Go to previous error or message in Messages View.
Alt+F8
Go to next error / message in Messages View.
Alt+F10 / Shift+F10
Displays the Code Editor Context Menu.
Alt+Page Down
Goes to the next tab.
Alt+Page Up
Goes to the previous tab.
Alt+Right Arrow
Goes forward after Alt+Left Arrow operation.
Alt+Shift+Backspace
Redo.
Alt+Shift+Down Arrow
Moves the cursor down one line and selects the column from the left of the starting cursor position.
Alt+Shift+End
Selects the column from the cursor position to the end of the current line.
Alt+Shift+Home
Selects the column from the cursor position to the start of the current line.
Alt+Shift+Left Arrow
Selects the column to the left of the cursor.
Alt+Shift+Page Down
Moves the cursor down one line and selects the column from the right of the starting cursor position.
Alt+Shift+Page Up
Moves the cursor up one screen and selects the column from the left of the starting cursor position.
Alt+Shift+Right Arrow
Selects the column to the right of the cursor.
Alt+Shift+Up Arrow
Moves the cursor up one line and selects the column from the left of the starting cursor position.
Alt+Up Arrow / Ctrl+Right Click
Goes to declaration.
Alt+Left Arrow
Goes back after Alt+Up Arrow or Ctrl+Click (go to declaration) operation.
Click+Alt+mousemove
Selects column-oriented blocks.
Ctrl+/
Adds or removes // to each line in the selected code block to comment the code.
Ctrl+Spacebar
Displays the Code Completion pop-up window or the Argument Value List.
Ctrl+0 (or 1-9) / Ctrl+Q+0 (or 1-9)
Goes to the corresponding bookmark.
Ctrl+K+1 (or 2-9)
Sets the bookmark.
Shift+Ctrl+1 (or 2-9)
Removes the bookmark.
Ctrl+Alt+Down Arrow
Goes to the first line of the following method in the file/class.
Ctrl+Alt+End
Goes to the last method in the file/class.
Ctrl+Alt+F12
Displays a drop down list of open files.
Ctrl+Alt+Home
Goes to the first method in the file/class.
Ctrl+Alt+N & Ctrl+Alt+U
Opens the Used Units of the Navigation Toolbar; displays a list of all the units that the current unit uses.
Ctrl+Alt+N & Ctrl+Alt+S
Opens the File Sections of the Navigation Toolbar; displays a list of sections in the file.
Ctrl+Alt+N & Ctrl+Alt+T
Opens the Types combo box of the Navigation Toolbar; displays the names of all the declared types in the current unit.
Ctrl+Alt+N & Ctrl+Alt+P
Opens the Methods combo box of the Navigation Toolbar; displays the names of all the procedures and functions of the current unit.
Ctrl+Alt+N & Ctrl+Alt+F
Opens the Project Symbol Search of the Navigation Toolbar.
Ctrl+Alt+Q & Ctrl+Alt+G
Swaps the last stack bookmark placed and the cursor location.
Ctrl+Alt+Shift+End
Selects the column from the cursor position to the end of the current file.
Ctrl+Alt+Shift+Home
Selects the column from the cursor position to the start of the current file.
Ctrl+Alt+Shift+Left Arrow
Selects the column to the left of the cursor.
Ctrl+Alt+Shift+P
Synchronizes the interface and implementation copies of your procedure and function prototypes.
Ctrl+Alt+Shift+Page Down
Selects the column from the cursor position to the top of the screen.
Ctrl+Alt+Shift+Page Up
Selects the column from the cursor position to the bottom of the screen.
Ctrl+Alt+Shift+Right Arrow
Selects the column to the right of the cursor.
Ctrl+Alt+Mouse Scroll
Hops between methods in a file/class.
Ctrl+Alt+Up Arrow
Hops to the first line of the current method or the first line of the preceding method in the file/class.
Ctrl+Backspace
Deletes the word to the left of the cursor (deletes characters to the preceding space).
Ctrl+C / Ctrl+Ins
Copies the selection to the clipboard.
Ctrl+V / Shift+Ins
Pastes a selection form the clipboard.
Ctrl+X/ Shift+Del
Cuts a selection to the clipboard.
Ctrl+Del
Deletes a currently selected block.
Ctrl+Down Arrow
Scrolls down one line.
Ctrl+End / Crtl+Q+C
Moves to the end of a file.
Ctrl+Enter / Ctrl+O+A
Opens file at cursor.
Ctrl+Home / Ctrl+Q+R
Moves the cursor to the top of a file.
Ctrl+Q+S / Home
Moves the cursor to the beginning of a line.
Ctrl+F4
Closes the current editor page.
Ctrl+F10, F10
Gives focus to Delphi's main menu instead of the cursor.
Ctrl+I / Ctrl+K+I / Shift+Ctrl+I / Tab
Inserts a tab character.
Ctrl+J
Displays the Code template completion pop-up menu.
Ctrl+K & Ctrl+G
Drops a stack bookmark in the current cursor location.
Ctrl+K+B
Marks the beginning of a block.
Ctrl+K+C
Copies the selected block.
Ctrl+K+E
Lowercases the current word.
Ctrl+K+F
Uppercases the current word.
Ctrl+K+H
Toggles a block selection.
Ctrl+K+K
Marks the end of a block.
Ctrl+K+N
Changes a selected block to uppercase.
Ctrl+K+O
Changes a selected block to lowercase.
Ctrl+K+P
Opens the Print Selection dialog box to print the selected block.
Ctrl+K+R
Opens the Read File as Block dialog box.
Ctrl+K+T
Marks a word as a block.
Ctrl+K+U / Shift+Ctrl+U / Shift+Tab
Outdents a selected line or block.
Ctrl+K+W
Opens the Write Block to File dialog box.
Ctrl+K+Y
Deletes a selected block.
Ctrl+Left Arrow
Moves the cursor one word to the left.
Ctrl+Right Arrow
Moves the cursor one word to the right.
Ctrl+N
Inserts a new line.
Ctrl+O+C
Turns on column blocking.
Ctrl+O+K
Turns off column blocking.
Ctrl+O+L
Turns on line blocking mode.
Ctrl+O+O
Inserts compiler options.
Ctrl+O+U
Toggles case of a selected block.
Ctrl+P
Causes the next character to be interpreted as an ASCII sequence.
Ctrl+Q & Ctrl+G
Picks up the last stack bookmark moving the cursor to such location.
Ctrl+Q+B
Moves the cursor to the beginning of a block.
Ctrl+Q+D / End
Moves the cursor to the end of a line.
Ctrl+Q+K
Moves the cursor to the end of a block.
Ctrl+PgDn / Ctrl+Q+X
Moves to the bottom of a screen.
Ctrl+PgUp / Ctrl+Q+E
Moves to the top of a screen.
Ctrl+Q+T
Shifts the Code Editor, moving the current line to the top of the editor window.
Ctrl+W
Selects the identifier under the cursor and then expands the selection to larger syntactic groups.
Shift+Ctrl+C
Invokes class completion for the class declaration in which the cursor is positioned.
Shift+Ctrl+B
Displays the buffer list.
Shift+Ctrl+Down Arrow
Jumps between declaration and implementation sections in the same unit.
Shift+Ctrl+J
Enter or exits the SyncEdit mode.
Shift+Ctrl+K+A
Expands all blocks of code.
Shift+Ctrl+K+C
Collapses all classes.
Shift+Ctrl+K+E
Collapses a block of code.
Shift+Ctrl+K+G
Collapses Initializes/finalize and interface/implementation.
Shift+Ctrl+K+M
Collapses all methods.
Shift+Ctrl+K+N
Collapses a namespace/Unit.
Shift+Ctrl+K+O
Toggles between enabling and disabling Code Folding.
Shift+Ctrl+K+P
Collapses nested procedures.
Shift+Ctrl+K+T
Toggles the current block between collapsed and expanded.
Shift+Ctrl+K+U
Expands a block of code.
Shift+Ctrl+F4
Closes all the editor pages except the main one.
Shift+Ctrl+End
Selects from the cursor position to the end of the current file.
Shift+Ctrl+G
Inserts a new Globally Unique Identifier (GUID).
Shift+Ctrl+Home
Selects from the cursor position to the start of the current file.
Shift+Ctrl+I
Indents a selected block.
Shift+Ctrl+Left Arrow
Selects the word to the left of the cursor.
Shift+Ctrl+P
Plays a recorded keystroke macro.
Shift+Ctrl+PgDn
Selects from the cursor position to the bottom of the screen.
Shift+Ctrl+PgUp
Selects from the cursor position to the top of the screen.
Shift+Ctrl+R
Toggles between starting and stopping the recording of a keystroke macro.
Shift+Ctrl+Right Arrow
Selects the word to the right of the cursor.
Shift+Ctrl+Spacebar
Displays the Code Parameters pop-up window.
Shift+Ctrl+T
Opens the Add or Edit To-Do Item dialog box.
Shift+Ctrl+Tab
Moves to the previous code page (or file).
Shift+Ctrl+Up Arrow
Jumps between declaration and implementation.
Shift+Ctrl+Y / Ctrl+Q+Y
Deletes to the end of a line.
Ctrl+T
Deletes a word to the right (deletes characters to the next space) of the cursor.
Ctrl+O+G
Opens the Go to Line Number dialog box.
Ctrl+Tab
Moves to the next code page (or file).
Ctrl+Up Arrow
Scrolls up one line.
Ctrl+Y
Deletes the current line.
Ctrl+S
Saves the current file. If the file is unsaved, it opens the Save < file_name - As dialog box.
Shift+Alt+Arrow
Selects column-oriented blocks.
Shift+Backspace
Deletes the character to the left of the cursor.
Shift+Down Arrow
Moves the cursor down one line and selects from the right of the starting cursor position.
Shift+End
Selects from the cursor position to the end of the current line.
Shift+Enter
Inserts a new line with a carriage return.
Shift+Home
Selects from the cursor position to the start of the current line.
Shift+Left Arrow
Selects the character to the left of the cursor.
Shift+PgDn
Moves the cursor down one line and selects from the right of the starting cursor position.
Shift+PgUp
Moves the cursor up one screen and selects from the left of the starting cursor position.
Shift+Right Arrow
Selects the character to the right of the cursor.
Shift+Space
Inserts a blank space.
Shift+Tab
Moves the cursor to the left one tab position.
Shift+Up Arrow
Moves the cursor up one line and selects from the left of the starting cursor position.
==================
Support us by subscribing our channel, thanks
For modification please contact us, thanks
Please visit, thanks
Entertainment for Engineer's break time
Rixtronix LAB Channel
https://www.youtube.com/channel/UC89se0BZ2oGeqN5jNbDAyQQ
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Please share a coffee with me, thanks...
==================
PCBWay, PCB Prototype the Easy Way
==================
Motherboard Capacitors 1800uF 16V low ESR
https://www.ebay.com.au/itm/174498679907
Motherboard Capacitors 1000uF 16V low ESR
https://www.ebay.com.au/itm/173841745704
Arduino Uno R3 Brand NEW
https://www.ebay.com.au/itm/173828695857
Arduino Mega 2560 Brand NEW
http://www.ebay.com.au/itm/173846013344
7812 Regulator Chip 12V TO-220
http://www.ebay.com.au/itm/173840902816
7805 5V Voltage Regulator 10 Pieces
http://www.ebay.com.au/itm/173373792576
MC34063 DC-DC converter control circuits DIP8 5Pcs
http://www.ebay.com.au/itm/173840921443
1N5822 Diode 10pcs 3A 40V Fast Recovery Schottky diode
https://www.ebay.com.au/itm/174166491028
3D Printer Melzi 2.0 1284P Mainboard PR Usa 1Pcs
http://www.ebay.com.au/itm/173831753941
3D Printer LCD Module 20x4 1Pc
https://www.ebay.com.au/itm/173838265965
Mechanical Watch 6 hands Automatic 1Pcs
https://www.ebay.com.au/itm/173840921415
Rixtronix Store,electronic components,3D Printer Parts and electronic modules
https://www.ebay.com.au/str/rixtronix
Please donate for buying my children's milk, thanks
http://PayPal.Me/rixtronix
Tapped Spacer M3x25 5Pcs
https://www.ebay.com.au/itm/173841750164
The Hebrew Bible: A Translation with Commentary
https://amzn.to/3stukoG
3D Printed Look Keo Cleat Thicker Hook Areas 1pair, I've tested for more than 1 year ride
https://www.ebay.com.au/itm/173910460603
Female to Female jumper wire 40 Pins 1 Pc
https://www.ebay.com.au/itm/174157283872
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Rixtronix LAB Log
https://rixtronixlab.blogspot.com/
https://rixtronix.joomla.com/
https://bianchi77.wordpress.com/
PCBWay,PCB Prototype the Easy Way
==================
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
Buy local , helps Australian grows
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Buy local , helps Australian grows
Offer :
Buy local, helps Australian grows,
Offer :
Offer :
Buy local , helps Australian grows
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Buy local, helps Australian grows,
Offer :
Handle Bar Tape Blue-Army-Soft 1Pair
FM Receiver Transmiter Module DIY Kit 1Pcs
Digital Clock Kit 2.54cm Digit STC15F204EA MCU 1Pc
Super Capacitor 15F 5.5V 1Pc
Magnifying Glass Hardware Debug 40X 1Pc
Fixing Path Error in Keil nRF52840 ANT sync transmitter Easy
PCB Editor Only Shortcuts
Shift+R
Cycle through three routing modes
Shift+E
Toggle electrical grid on/off
Shift+B
Build Query
Shift+Page Up/ Page Down
Zoom-in/ zoom-out in small increments
Ctrl+Page Up
Zoom-in to 400%
Ctrl+Page Down
Fit document into view
Ctrl+End
Jump to defined relative origin for the workspace
Alt+End
Redraw current layer only
Alt+Insert
Paste on current layer
Ctrl+G
Pop up Snap Grid dialog
G
Pop up Snap Grid menu
N
Hide the ratsnest while moving a component
L
Flip component being moved to other side of board
Shift+F1
Pressed while routing, then displays the appropriate interactive routing shortcut keys
F2
Display Board Insight and Heads Up display options
Ctrl+Left-click
Highlight routed net under cursor (repeat in free space to clear)
Ctrl+Spacebar
Cycle through connection lines modes during interactive routing
Backspace
Remove last track corner during interactive routing
Shift+S
Toggle single layer mode on/off
O, then D, then D, then Enter
Set all primitives to display in draft mode
O, then D, then F, then Enter
Set all primitives to display in final mode
O, then D/Ctrl+D
Access Show/Hide page of View Configurations dialog
L
Access Board Layers and Colors page of View Configurations dialog
Ctrl+H
Select connected copper
Ctrl+Shift+Left-click & hold
Break track
Shift+Ctrl+Left-click
Highlight additional routed net under cursor
+/- on numeric keypad
Next/ previous layer
Ctrl+Click
Highlights layer content on layer tabs
Ctrl+Shift+Click
Increments highlighting on layer tabs
Ctrl+Alt+Mouse
Hovers highlight layer on layer tabs
* on Numeric keypad
Next routing layer
M
Display Move sub-menu
Alt
Hold to temporarily switch from avoid-obstacle to ignore-obstacle mode
Ctrl
Hold to temporarily disable electrical grid while routing
Ctrl+M
Measure distance
Spacebar (in interactive process)
Rotate object anti-clockwise (define rotation step on PCB Editor – General page of Preferences dialog)
Spacebar (during interactive routing)
Toggle start/End mode
Shift+Spacebar (in interactive process)
Rotate object being moved clockwise
Shift+Spacebar (during interactive routing)
Step through corner modes during interactive routing
[/ ]
Decrease/ Increase mask level for permanent filter
Alt+Left Arrow/ Right Arrow
View previous/ next component for active library document
Q
Toggle units (metric/imperial)
T, then B
Access 3D Body Manager dialog
T, then P
Access Preferences dialog
Shift+Mouse-wheel
Pan left/right
Ctrl+Mouse-wheel
Zoom in/ out incrementally
Ctrl+Right drag
Zoom in/ out smoothly
Ctrl+C
Create clipboard bitmap (.bmp) image of current 3D view
Page Up/ Page Down
Zoom in/out incrementally
T, then P
Access PCB Editor – Display page of Preferences dialog
L
Access Physical Materials (3D) page of View Configurations dialog
9. 3D Body Placement Shortcuts
+/-
Next/ previous layer
L
Flip 3D body to paired mechanical Layer
X
Flip 3D body around X-axis
Y
Flip 3D body around Y-axis
Spacebar
Rotate 3D body counterclockwise
Shift+Spacebar
Rotate 3D body clockwise
2
Rotate 3D body counterclockwise around it's X-axis
3
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
4
Rotate 3D body counterclockwise around it's Y-axis
6
Rotate 3D body clockwise around it's Y-axis
8
Rotate 3D body clockwise around it's X-axis
9
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
Left Arrow/ Right Arrow
Move 3D body left/ right along X-axis by one Snap Grid increment
Shift+Left Arrow/ Right Arrow
Move 3D body left/ right along X-axis by 10x Snap Grid increment
Up Arrow/ Down Arrow
Move 3D body backward/ forward along Y-axis by one Snap Grid increment
Shift+Up Arrow/ Down Arrow
Move 3D body backward/ forward along Y-axis by 10x Snap Grid increment
==================
Support us by subscribing our channel, thanks
For modification please contact us, thanks
Please visit, thanks
Entertainment for Engineer's break time
Rixtronix LAB Channel
https://www.youtube.com/channel/UC89se0BZ2oGeqN5jNbDAyQQ
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Please share a coffee with me, thanks...
==================
PCBWay, PCB Prototype the Easy Way
==================
Motherboard Capacitors 1800uF 16V low ESR
https://www.ebay.com.au/itm/174498679907
Motherboard Capacitors 1000uF 16V low ESR
https://www.ebay.com.au/itm/173841745704
Arduino Uno R3 Brand NEW
https://www.ebay.com.au/itm/173828695857
Arduino Mega 2560 Brand NEW
http://www.ebay.com.au/itm/173846013344
7812 Regulator Chip 12V TO-220
http://www.ebay.com.au/itm/173840902816
7805 5V Voltage Regulator 10 Pieces
http://www.ebay.com.au/itm/173373792576
MC34063 DC-DC converter control circuits DIP8 5Pcs
http://www.ebay.com.au/itm/173840921443
1N5822 Diode 10pcs 3A 40V Fast Recovery Schottky diode
https://www.ebay.com.au/itm/174166491028
3D Printer Melzi 2.0 1284P Mainboard PR Usa 1Pcs
http://www.ebay.com.au/itm/173831753941
3D Printer LCD Module 20x4 1Pc
https://www.ebay.com.au/itm/173838265965
Mechanical Watch 6 hands Automatic 1Pcs
https://www.ebay.com.au/itm/173840921415
Rixtronix Store,electronic components,3D Printer Parts and electronic modules
https://www.ebay.com.au/str/rixtronix
Please donate for buying my children's milk, thanks
http://PayPal.Me/rixtronix
Tapped Spacer M3x25 5Pcs
https://www.ebay.com.au/itm/173841750164
The Hebrew Bible: A Translation with Commentary
https://amzn.to/3stukoG
3D Printed Look Keo Cleat Thicker Hook Areas 1pair, I've tested for more than 1 year ride
https://www.ebay.com.au/itm/173910460603
Female to Female jumper wire 40 Pins 1 Pc
https://www.ebay.com.au/itm/174157283872
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Rixtronix LAB Log
https://rixtronixlab.blogspot.com/
https://rixtronix.joomla.com/
https://bianchi77.wordpress.com/
PCBWay,PCB Prototype the Easy Way
==================
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
Buy local , helps Australian grows
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Buy local , helps Australian grows
Offer :
Buy local, helps Australian grows,
Offer :
Offer :
Buy local , helps Australian grows
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Buy local, helps Australian grows,
Offer :
Handle Bar Tape Blue-Army-Soft 1Pair
FM Receiver Transmiter Module DIY Kit 1Pcs
Digital Clock Kit 2.54cm Digit STC15F204EA MCU 1Pc
Super Capacitor 15F 5.5V 1Pc
Magnifying Glass Hardware Debug 40X 1Pc
Fixing DIP 8 pin distance Quick Pt1
PCB Editor Only Shortcuts
Shift+R
Cycle through three routing modes
Shift+E
Toggle electrical grid on/off
Shift+B
Build Query
Shift+Page Up/ Page Down
Zoom-in/ zoom-out in small increments
Ctrl+Page Up
Zoom-in to 400%
Ctrl+Page Down
Fit document into view
Ctrl+End
Jump to defined relative origin for the workspace
Alt+End
Redraw current layer only
Alt+Insert
Paste on current layer
Ctrl+G
Pop up Snap Grid dialog
G
Pop up Snap Grid menu
N
Hide the ratsnest while moving a component
L
Flip component being moved to other side of board
Shift+F1
Pressed while routing, then displays the appropriate interactive routing shortcut keys
F2
Display Board Insight and Heads Up display options
Ctrl+Left-click
Highlight routed net under cursor (repeat in free space to clear)
Ctrl+Spacebar
Cycle through connection lines modes during interactive routing
Backspace
Remove last track corner during interactive routing
Shift+S
Toggle single layer mode on/off
O, then D, then D, then Enter
Set all primitives to display in draft mode
O, then D, then F, then Enter
Set all primitives to display in final mode
O, then D/Ctrl+D
Access Show/Hide page of View Configurations dialog
L
Access Board Layers and Colors page of View Configurations dialog
Ctrl+H
Select connected copper
Ctrl+Shift+Left-click & hold
Break track
Shift+Ctrl+Left-click
Highlight additional routed net under cursor
+/- on numeric keypad
Next/ previous layer
Ctrl+Click
Highlights layer content on layer tabs
Ctrl+Shift+Click
Increments highlighting on layer tabs
Ctrl+Alt+Mouse
Hovers highlight layer on layer tabs
* on Numeric keypad
Next routing layer
M
Display Move sub-menu
Alt
Hold to temporarily switch from avoid-obstacle to ignore-obstacle mode
Ctrl
Hold to temporarily disable electrical grid while routing
Ctrl+M
Measure distance
Spacebar (in interactive process)
Rotate object anti-clockwise (define rotation step on PCB Editor – General page of Preferences dialog)
Spacebar (during interactive routing)
Toggle start/End mode
Shift+Spacebar (in interactive process)
Rotate object being moved clockwise
Shift+Spacebar (during interactive routing)
Step through corner modes during interactive routing
[/ ]
Decrease/ Increase mask level for permanent filter
Alt+Left Arrow/ Right Arrow
View previous/ next component for active library document
Q
Toggle units (metric/imperial)
T, then B
Access 3D Body Manager dialog
T, then P
Access Preferences dialog
Shift+Mouse-wheel
Pan left/right
Ctrl+Mouse-wheel
Zoom in/ out incrementally
Ctrl+Right drag
Zoom in/ out smoothly
Ctrl+C
Create clipboard bitmap (.bmp) image of current 3D view
Page Up/ Page Down
Zoom in/out incrementally
T, then P
Access PCB Editor – Display page of Preferences dialog
L
Access Physical Materials (3D) page of View Configurations dialog
9. 3D Body Placement Shortcuts
+/-
Next/ previous layer
L
Flip 3D body to paired mechanical Layer
X
Flip 3D body around X-axis
Y
Flip 3D body around Y-axis
Spacebar
Rotate 3D body counterclockwise
Shift+Spacebar
Rotate 3D body clockwise
2
Rotate 3D body counterclockwise around it's X-axis
3
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
4
Rotate 3D body counterclockwise around it's Y-axis
6
Rotate 3D body clockwise around it's Y-axis
8
Rotate 3D body clockwise around it's X-axis
9
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
Left Arrow/ Right Arrow
Move 3D body left/ right along X-axis by one Snap Grid increment
Shift+Left Arrow/ Right Arrow
Move 3D body left/ right along X-axis by 10x Snap Grid increment
Up Arrow/ Down Arrow
Move 3D body backward/ forward along Y-axis by one Snap Grid increment
Shift+Up Arrow/ Down Arrow
Move 3D body backward/ forward along Y-axis by 10x Snap Grid increment
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Buy local , helps Australian grows
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Buy local, helps Australian grows,
Offer :
Buy local, helps Australian grows,
Offer :
==================
Please subscribe our channel, thanks
For modification please contact us, thanks
Please visit, thanks
Entertainment for Engineer's break time
Rixtronix LAB Channel
https://www.youtube.com/channel/UC89se0BZ2oGeqN5jNbDAyQQ
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Please share a coffee with me, thanks...
3.2V 64Ah pre-welded cell pack 1Pc
https://www.ebay.com.au/itm/174560975159
SATA 3.0 Cable Straight Blue 1Pc
https://www.ebay.com.au/itm/174393207716
Motherboard Capacitors 1800uF 16V low ESR
https://www.ebay.com.au/itm/173840921403
Motherboard Capacitors 1000uF 16V low ESR
https://www.ebay.com.au/itm/173841745704
Arduino Uno R3 Brand NEW
https://www.ebay.com.au/itm/173828695857
Arduino Mega 2560 Brand NEW
http://www.ebay.com.au/itm/173846013344
7812 Regulator Chip 12V TO-220
http://www.ebay.com.au/itm/173840902816
7805 5V Voltage Regulator 10 Pieces
http://www.ebay.com.au/itm/173373792576
MC34063 DC-DC converter control circuits DIP8 5Pcs
http://www.ebay.com.au/itm/173840921443
1N5822 Diode 10pcs 3A 40V Fast Recovery Schottky diode
https://www.ebay.com.au/itm/174166491028
3D Printer Melzi 2.0 1284P Mainboard PR Usa 1Pcs
http://www.ebay.com.au/itm/173831753941
3D Printer LCD Module 20x4 1Pc
https://www.ebay.com.au/itm/173838265965
Mechanical Watch 6 hands Automatic 1Pcs
https://www.ebay.com.au/itm/173840921415
Rixtronix Store,electronic components,3D Printer Parts and electronic modules
https://www.ebay.com.au/str/rixtronix
Please donate for buying my children's milk, thanks
http://PayPal.Me/rixtronix
MAX485 SOP8 5Pcs
https://www.ebay.com.au/itm/173840921384
Tapped Spacer M3x25 5Pcs
https://www.ebay.com.au/itm/173841750164
Small Signal Transistor S9014 5Pcs https://www.ebay.com.au/itm/174282456035
3D Printed Look Keo Cleat Thicker Hook Areas 1pair, I've tested for more than 1 year ride
https://www.ebay.com.au/itm/173910460603
Female to Female jumper wire 40 Pins 1 Pc
https://www.ebay.com.au/itm/174157283872
Belajar Fotografi | Photography untuk Pemula | Kamera Digital DSLR & Mirrorless Terbaik
Video channel for photographer
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Rixtronix LAB 志愿维修电子设备
如LED、液晶电视、功放、电脑、电源、PS4、XBOX等,仅限本地使用。
请联系我们
上帝祝福我们,阿门
========= Rixtronix LAB Log
https://rixtronixlab.blogspot.com/
https://rixtronix.joomla.com/
https://bianchi77.wordpress.com/
==================
==================
PCBWay, PCB Prototype the Easy Way
==================
PCB Editor Only Shortcuts
Shift+R
Cycle through three routing modes
Shift+E
Toggle electrical grid on/off
Shift+B
Build Query
Shift+Page Up/ Page Down
Zoom-in/ zoom-out in small increments
Ctrl+Page Up
Zoom-in to 400%
Ctrl+Page Down
Fit document into view
Ctrl+End
Jump to defined relative origin for the workspace
Alt+End
Redraw current layer only
Alt+Insert
Paste on current layer
Ctrl+G
Pop up Snap Grid dialog
G
Pop up Snap Grid menu
N
Hide the ratsnest while moving a component
L
Flip component being moved to other side of board
Shift+F1
Pressed while routing, then displays the appropriate interactive routing shortcut keys
F2
Display Board Insight and Heads Up display options
Ctrl+Left-click
Highlight routed net under cursor (repeat in free space to clear)
Ctrl+Spacebar
Cycle through connection lines modes during interactive routing
Backspace
Remove last track corner during interactive routing
Shift+S
Toggle single layer mode on/off
O, then D, then D, then Enter
Set all primitives to display in draft mode
O, then D, then F, then Enter
Set all primitives to display in final mode
O, then D/Ctrl+D
Access Show/Hide page of View Configurations dialog
L
Access Board Layers and Colors page of View Configurations dialog
Ctrl+H
Select connected copper
Ctrl+Shift+Left-click & hold
Break track
Shift+Ctrl+Left-click
Highlight additional routed net under cursor
+/- on numeric keypad
Next/ previous layer
Ctrl+Click
Highlights layer content on layer tabs
Ctrl+Shift+Click
Increments highlighting on layer tabs
Ctrl+Alt+Mouse
Hovers highlight layer on layer tabs
* on Numeric keypad
Next routing layer
M
Display Move sub-menu
Alt
Hold to temporarily switch from avoid-obstacle to ignore-obstacle mode
Ctrl
Hold to temporarily disable electrical grid while routing
Ctrl+M
Measure distance
Spacebar (in interactive process)
Rotate object anti-clockwise (define rotation step on PCB Editor – General page of Preferences dialog)
Spacebar (during interactive routing)
Toggle start/End mode
Shift+Spacebar (in interactive process)
Rotate object being moved clockwise
Shift+Spacebar (during interactive routing)
Step through corner modes during interactive routing
[/ ]
Decrease/ Increase mask level for permanent filter
Alt+Left Arrow/ Right Arrow
View previous/ next component for active library document
Q
Toggle units (metric/imperial)
T, then B
Access 3D Body Manager dialog
T, then P
Access Preferences dialog
Shift+Mouse-wheel
Pan left/right
Ctrl+Mouse-wheel
Zoom in/ out incrementally
Ctrl+Right drag
Zoom in/ out smoothly
Ctrl+C
Create clipboard bitmap (.bmp) image of current 3D view
Page Up/ Page Down
Zoom in/out incrementally
T, then P
Access PCB Editor – Display page of Preferences dialog
L
Access Physical Materials (3D) page of View Configurations dialog
9. 3D Body Placement Shortcuts
+/-
Next/ previous layer
L
Flip 3D body to paired mechanical Layer
X
Flip 3D body around X-axis
Y
Flip 3D body around Y-axis
Spacebar
Rotate 3D body counterclockwise
Shift+Spacebar
Rotate 3D body clockwise
2
Rotate 3D body counterclockwise around it's X-axis
3
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
4
Rotate 3D body counterclockwise around it's Y-axis
6
Rotate 3D body clockwise around it's Y-axis
8
Rotate 3D body clockwise around it's X-axis
9
Decrease 3D body standoff height (Z-axis) by one Snap Grid increment
Left Arrow/ Right Arrow
Move 3D body left/ right along X-axis by one Snap Grid increment
Shift+Left Arrow/ Right Arrow
Move 3D body left/ right along X-axis by 10x Snap Grid increment
Up Arrow/ Down Arrow
Move 3D body backward/ forward along Y-axis by one Snap Grid increment
Shift+Up Arrow/ Down Arrow
Move 3D body backward/ forward along Y-axis by 10x Snap Grid increment
==================
Support us by subscribing our channel, thanks
For modification please contact us, thanks
Please visit, thanks
Entertainment for Engineer's break time
Rixtronix LAB Channel
https://www.youtube.com/channel/UC89se0BZ2oGeqN5jNbDAyQQ
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Please share a coffee with me, thanks...
Motherboard Capacitors 1800uF 16V low ESR
https://www.ebay.com.au/itm/173840921403
Motherboard Capacitors 1000uF 16V low ESR
https://www.ebay.com.au/itm/173841745704
Arduino Uno R3 Brand NEW
https://www.ebay.com.au/itm/173828695857
Arduino Mega 2560 Brand NEW
http://www.ebay.com.au/itm/173846013344
7812 Regulator Chip 12V TO-220
http://www.ebay.com.au/itm/173840902816
7805 5V Voltage Regulator 10 Pieces
http://www.ebay.com.au/itm/173373792576
MC34063 DC-DC converter control circuits DIP8 5Pcs
http://www.ebay.com.au/itm/173840921443
1N5822 Diode 10pcs 3A 40V Fast Recovery Schottky diode
https://www.ebay.com.au/itm/174166491028
3D Printer Melzi 2.0 1284P Mainboard PR Usa 1Pcs
http://www.ebay.com.au/itm/173831753941
3D Printer LCD Module 20x4 1Pc
https://www.ebay.com.au/itm/173838265965
Mechanical Watch 6 hands Automatic 1Pcs
https://www.ebay.com.au/itm/173840921415
Rixtronix Store,electronic components,3D Printer Parts and electronic modules
https://www.ebay.com.au/str/rixtronix
Please donate for buying my children's milk, thanks
http://PayPal.Me/rixtronix
MAX485 SOP8 5Pcs
https://www.ebay.com.au/itm/173840921384
Tapped Spacer M3x25 5Pcs
https://www.ebay.com.au/itm/173841750164
STM32L011 Nucleo 32
https://www.ebay.com.au/itm/173846014737
3D Printed Look Keo Cleat Thicker Hook Areas 1pair, I've tested for more than 1 year ride
https://www.ebay.com.au/itm/173910460603
Female to Female jumper wire 40 Pins 1 Pc
https://www.ebay.com.au/itm/174157283872
Elevit with Iodine 100 tablets
Click here for purchasing.....
Elevit with Iodine 30 tablets
Click here for purchasing.....
Blackmores Conceive Well Gold 28 capsules + 28
Click here for purchasing.....
Blackmores Pregnancy and Breastfeeding Gold 180
Click here for purchasing.....
Blackmores Pregnancy and Breastfeeding Gold 60 capsules
Click here for purchasing.....
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Rixtronix LAB Log
https://rixtronixlab.blogspot.com/
https://rixtronix.joomla.com/
https://bianchi77.wordpress.com/
==================
Offer :
Buy local , helps Australian grows
Buy local, helps Australian grows,
Offer :
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
Electronic and vitamin shop
DIY DPDT Switch Easy
Analyze
Analyze
Commands Keyboard shortcuts
Analyze.NavigateBackward Shift+Alt+3
Analyze.NavigateForward Shift+Alt+4
Architecture
Architecture
Commands Keyboard shortcuts
Architecture.NewDiagram Ctrl+\, Ctrl+N
Build
Build
Commands Keyboard shortcuts
Build.BuildSelection Ctrl+B (Visual Studio 2019)
Build.BuildSolution Ctrl+Shift+B
Build.Cancel Ctrl+Break
Build.Compile Ctrl+F7
Build.RunCodeAnalysisonSolution Alt+F11
Class View context menus
Class View context menus
Commands Keyboard shortcuts
ClassViewContextMenus.ClassViewMultiselectProjectreferencesItems.Properties Alt+Enter
Debug
Debug
Commands Keyboard shortcuts
Debug.ApplyCodeChanges Alt+F10
Debug.Autos Ctrl+Alt+V, A
Debug.BreakAll Ctrl+Alt+Break
Debug.Breakpoints Ctrl+Alt+B
Debug.CallStack Ctrl+Alt+C
Debug.DeleteAllBreakpoints Ctrl+Shift+F9
Debug.DiagnosticsHub.Launch Alt+F2
Debug.Disassembly Ctrl+Alt+D
Debug.DOMExplorer Ctrl+Alt+V, D
Debug.EnableBreakpoint Ctrl+F9
Debug.Exceptions Ctrl+Alt+E
Debug.FunctionBreakpoint Ctrl+K, B (Visual Studio 2019)
Ctrl+B (Visual Studio 2017)
Debug.GoToPreviousCallorIntelliTraceEvent Ctrl+Shift+F11
Debug.Graphics.StartDiagnostics Alt+F5
Debug.Immediate Ctrl+Alt+I
Debug.IntelliTraceCalls Ctrl+Alt+Y, T
Debug.IntelliTraceEvents Ctrl+Alt+Y, F
Debug.JavaScriptConsole Ctrl+Alt+V, C
Debug.Locals Ctrl+Alt+V, L
Debug.LocationToolbar.ProcessCombo Ctrl+5
Debug.LocationToolbar.StackFrameCombo Ctrl+7
Debug.LocationToolbar.ThreadCombo Ctrl+6
Debug.LocationToolbar.ToggleCurrentThreadFlaggedState Ctrl+8
Debug.LocationToolbar.ToggleFlaggedThreads Ctrl+9
Debug.Memory1 Ctrl+Alt+M, 1
Debug.Memory2 Ctrl+Alt+M, 2
Debug.Memory3 Ctrl+Alt+M, 3
Debug.Memory4 Ctrl+Alt+M, 4
Debug.Modules Ctrl+Alt+U
Debug.ParallelStacks Ctrl+Shift+D, S
Debug.ParallelWatch1 Ctrl+Shift+D, 1
Debug.ParallelWatch2 Ctrl+Shift+D, 2
Debug.ParallelWatch3 Ctrl+Shift+D, 3
Debug.ParallelWatch4 Ctrl+Shift+D, 4
Debug.Processes Ctrl+Alt+Z
Debug.QuickWatch Shift+F9 or Ctrl+Alt+Q
Debug.RefreshWindowsapp Ctrl+Shift+R
Debug.Registers Ctrl+Alt+G
Debug.Restart Ctrl+Shift+F5
Debug.RunToCursor Ctrl+F10
Debug.SetNextStatement Ctrl+Shift+F10
Debug.ShowCallStackonCodeMap Ctrl+Shift+`
Debug.ShowNextStatement Alt+Num *
Debug.Start F5
Debug.StartWindowsPhoneApplicationAnalysis Alt+F1
Debug.StartWithoutDebugging Ctrl+F5
Debug.StepInto F11
Debug.StepIntoCurrentProcess Ctrl+Alt+F11
Debug.StepIntoSpecific Shift+Alt+F11
Debug.StepOut Shift+F11
Debug.StepOutCurrentProcess Ctrl+Shift+Alt+F11
Debug.StepOver F10 (When debugging: Performs a step over action)
Debug.StepOver F10 (When not debugging: Starts debugging and stops on the first line of user code)
Debug.StepOverCurrentProcess Ctrl+Alt+F10
Debug.StopDebugging Shift+F5
Debug.StopPerformanceAnalysis Shift+Alt+F2
Debug.Tasks Ctrl+Shift+D, K
Debug.Threads Ctrl+Alt+H
Debug.ToggleBreakpoint F9
Debug.ToggleDisassembly Ctrl+F11
Debug.Watch1 Ctrl+Alt+W, 1
Debug.Watch2 Ctrl+Alt+W, 2
Debug.Watch3 Ctrl+Alt+W, 3
Debug.Watch4 Ctrl+Alt+W, 4
Debugger context menus
Debugger context menus
Commands Keyboard shortcuts
DebuggerContextMenus.BreakpointsWindow.Delete Alt+F9, D
DebuggerContextMenus.BreakpointsWindow.GoToDisassembly Alt+F9, A
DebuggerContextMenus.BreakpointsWindow.GoToSourceCode Alt+F9, S
Diagnostics Hub
Diagnostics Hub
Command Keyboard shortcut
DiagnosticsHub.StopCollection Ctrl+Alt+F2
Edit
Edit
Commands Keyboard shortcuts
Edit.Copy Ctrl+C
or
Ctrl+Ins
Edit.Cut Ctrl+X
or
Shift+Delete
Edit.CycleClipboardRing Ctrl+Shift+V
or
Ctrl+Shift+Ins
Edit.Delete Delete
Edit.Duplicate Ctrl+D
Edit.Find Ctrl+F
Edit.FindAllReferences Shift+F12
Edit.FindinFiles Ctrl+Shift+F
Edit.FindNext F3
Edit.FindNextSelected Ctrl+F3
Edit.FindPrevious Shift+F3
Edit.FindPreviousSelected Ctrl+Shift+F3
Edit.GenerateMethod Ctrl+K, Ctrl+M
Edit.GoTo Ctrl+G
Edit.GoToAll Ctrl+, or Ctrl+T
Edit.GoToDeclaration Ctrl+F12
Edit.GoToDefinition F12
Edit.GoToMember Ctrl+1, Ctrl+M or Ctrl+1, M or Alt+\
Edit.GoToNextLocation F8 (Next error in Error List or Output window)
Edit.GoToPrevLocation Shift+F8 (Previous error in Error List or Output window)
Edit.InsertSnippet Ctrl+K, Ctrl+X
Edit.MoveControlDown Ctrl+Down Arrow
Edit.MoveControlDownGrid Down Arrow
Edit.MoveControlLeft Ctrl+Left Arrow
Edit.MoveControlLeftGrid Left Arrow
Edit.MoveControlRight Ctrl+Right Arrow
Edit.MoveControlRightGrid Right Arrow
Edit.MoveControlUp Ctrl+Up Arrow
Edit.MoveControlUpGrid Up Arrow
Edit.NextBookmark Ctrl+K, Ctrl+N
Edit.NextBookmarkInFolder Ctrl+Shift+K, Ctrl+Shift+N
Edit.OpenFile Ctrl+Shift+G (Opens the file name under the cursor)
Edit.Paste Ctrl+V
or
Shift+Ins
Edit.PreviousBookmark Ctrl+K, Ctrl+P
Edit.PreviousBookmarkInFolder Ctrl+Shift+K, Ctrl+Shift+P
Edit.QuickFindSymbol Shift+Alt+F12
Edit.Redo Ctrl+Y
or
Ctrl+Shift+Z
or
Shift+Alt+Backspace
Edit.RefreshRemoteReferences Ctrl+Shift+J
Edit.Replace Ctrl+H
Edit.ReplaceinFiles Ctrl+Shift+H
Edit.SelectAll Ctrl+A
Edit.SelectNextControl Tab
Edit.SelectPreviousControl Shift+Tab
Edit.ShowTileGrid Enter
Edit.SizeControlDown Ctrl+Shift+Down Arrow
Edit.SizeControlDownGrid Shift+Down Arrow
Edit.SizeControlLeft Ctrl+Shift+Left Arrow
Edit.SizeControlLeftGrid Shift+Left Arrow
Edit.SizeControlRight Ctrl+Shift+Right Arrow
Edit.SizeControlRightGrid Shift+Right Arrow
Edit.SizeControlUp Ctrl+Shift+Up Arrow
Edit.SizeControlUpGrid Shift+Up Arrow
Edit.StopSearch Alt+F3, S
Edit.SurroundWith Ctrl+K, Ctrl+S
Edit.Undo Ctrl+Z
or
Alt+Backspace
Editor context menus
Editor context menus
Commands Keyboard shortcuts
EditorContextMenus.CodeWindow.Breakpoint.BreakpointEditlabels Alt+F9, L
EditorContextMenus.CodeWindow.CodeMap.ShowItem Ctrl+`
EditorContextMenus.CodeWindow.Execute Ctrl+Alt+F5
EditorContextMenus.CodeWindow.GoToView Ctrl+M, Ctrl+G
EditorContextMenus.CodeWindow.ToggleHeaderCodeFile Ctrl+K, Ctrl+O (letter 'O')
EditorContextMenus.CodeWindow.ViewCallHierarchy Ctrl+K, Ctrl+T
or
Ctrl+K, T
File
File
Commands Keyboard shortcuts
File.Exit Alt+F4
File.NewFile Ctrl+N
File.NewProject Ctrl+Shift+N
File.NewWebSite Shift+Alt+N
File.OpenFile Ctrl+O (letter 'O')
File.OpenProject Ctrl+Shift+O (letter 'O')
File.OpenWebSite Shift+Alt+O (letter 'O')
File.Print Ctrl+P
File.SaveAll Ctrl+Shift+S
File.SaveSelectedItems Ctrl+S
File.ViewinBrowser Ctrl+Shift+W
Help
Help
Commands Keyboard shortcuts
Help.AddandRemoveHelpContent Ctrl+Alt+F1
Help.F1Help F1
Help.ViewHelp Ctrl+F1
Help.WindowHelp Shift+F1
Load test
Load test
Command Keyboard shortcut
LoadTest.JumpToCounterPane Ctrl+R, Q
Other context menus
Other context menus
Command Keyboard shortcut
OtherContextMenus.MicrosoftDataEntityDesignContext.AddNewDiagram Insert
Project
Project
Commands Keyboard shortcuts
Project.AddExistingItem Shift+Alt+A
Project.AddNewItem Ctrl+Shift+A
Project.ClassWizard Ctrl+Shift+X
Project.Override Ctrl+Alt+Ins
Project.Previewchanges Alt+; then Alt+C
Project.Publishselectedfiles Alt+; then Alt+P
Project.Replaceselectedfilesfromserver Alt+; then Alt+R
Project and solution context menus
Project and solution context menus
Commands Keyboard shortcuts
ProjectandSolutionContextMenus.Item.MoveDown Alt+Down Arrow
ProjectandSolutionContextMenus.Item.MoveUp Alt+Up Arrow
Refactor
Refactor
Commands Keyboard shortcuts
Refactor.EncapsulateField Ctrl+R, Ctrl+E
Refactor.ExtractInterface Ctrl+R, Ctrl+I
Refactor.ExtractMethod Ctrl+R, Ctrl+M
Refactor.RemoveParameters Ctrl+R, Ctrl+V
Refactor.Rename Ctrl+R, Ctrl+R
Refactor.ReorderParameters Ctrl+R, Ctrl+O (letter 'O')
Solution Explorer
Solution Explorer
Commands Keyboard shortcuts
SolutionExplorer.OpenFilesFilter Ctrl+[, O (letter 'O')
or
Ctrl+[, Ctrl+O (letter 'O')
SolutionExplorer.PendingChangesFilter Ctrl+[, P
or
Ctrl+[, Ctrl+P
SolutionExplorer.SyncWithActiveDocument Ctrl+[, S
or
Ctrl+[, Ctrl+S
Team
Team
Commands Keyboard shortcuts
Team.Git.GoToGitBranches Ctrl+0 (zero), Ctrl+N
or
Ctrl+0, N
Team.Git.GoToGitChanges Ctrl+0 (zero), Ctrl+G
or
Ctrl+0, G
Team.Git.GoToGitCommits Ctrl+0 (zero), Ctrl+O (letter 'O')
or
Ctrl+0, O
Team.TeamExplorerSearch Ctrl+'
Team Foundation context menus
Team Foundation context menus
Commands Keyboard shortcuts
TeamFoundationContextMenus.Commands.GoToBuilds Ctrl+0 (zero), Ctrl+B
or
Ctrl+0, B
TeamFoundationContextMenus.Commands.GoToConnect Ctrl+0 (zero), Ctrl+C
or
Ctrl+0, C
TeamFoundationContextMenus.Commands.GoToDocuments Ctrl+0 (zero), Ctrl+D
or
Ctrl+0, D
TeamFoundationContextMenus.Commands.GoToHome Ctrl+0 (zero), Ctrl+H
or
Ctrl+0, H
TeamFoundationContextMenus.Commands.GoToMyWork Ctrl+0 (zero), Ctrl+M
or
Ctrl+0, M
TeamFoundationContextMenus.Commands.GoToPendingChanges Ctrl+0 (zero), Ctrl+P
or
Ctrl+0, P
TeamFoundationContextMenus.Commands.GoToReports Ctrl+0 (zero), Ctrl+R
or
Ctrl+0, R
TeamFoundationContextMenus.Commands.GoToSettings Ctrl+0 (zero), Ctrl+S
or
Ctrl+0, S
TeamFoundationContextMenus.Commands.GoToWebAccess Ctrl+0 (zero), Ctrl+A
or
Ctrl+0, A
TeamFoundationContextMenus.Commands.GoToWorkItems Ctrl+0 (zero), Ctrl+W
or
Ctrl+0, W
Test
Test
Commands Keyboard shortcuts
Test.UseCodedUITestBuilder Ctrl+\, Ctrl+C
Test.UseExistingActionRecording Ctrl+\, Ctrl+A
Test Explorer
Commands Keyboard shortcuts
TestExplorer.DebugAllTests Ctrl+R, Ctrl+A
TestExplorer.DebugAllTestsInContext Ctrl+R, Ctrl+T
TestExplorer.DebugLastRun Ctrl+R, D
TestExplorer.RepeatLastRun Ctrl+R, L
TestExplorer.RunAllTests Ctrl+R, A
TestExplorer.RunAllTestsInContext Ctrl+R, T
TestExplorer.ShowTestExplorer Ctrl+E, T
LiveUnitTesting.OpenTab Ctrl+E, L
Test.CodeCoverageResults Ctrl+E, C
Tools
Commands Keyboard shortcuts
Tools.AttachtoProcess Ctrl+Alt+P
Tools.CodeSnippetsManager Ctrl+K, Ctrl+B
Tools.ForceGC Ctrl+Shift+Alt+F12, Ctrl+Shift+Alt+F12
View
Commands Keyboard shortcuts
View.AllWindows Shift+Alt+M
View.ArchitectureExplorer Ctrl+\, Ctrl+R
View.Backward Alt+Left Arrow (Functions differently from View.NavigateBackward in Text Editor)
View.BookmarkWindow Ctrl+K, Ctrl+W
View.BrowseNext Ctrl+Shift+1
View.BrowsePrevious Ctrl+Shift+2
View.CallHierarchy Ctrl+Alt+K
View.ClassView Ctrl+Shift+C
View.ClassViewGoToSearchCombo Ctrl+K, Ctrl+V
View.CodeDefinitionWindow Ctrl+\, D
or
Ctrl+\, Ctrl+D
View.CommandWindow Ctrl+Alt+A
View.DataSources Shift+Alt+D
View.DocumentOutline Ctrl+Alt+T
View.EditLabel F2
View.ErrorList Ctrl+\, E
or
Ctrl+\, Ctrl+E
View.F#Interactive Ctrl+Alt+F
View.FindSymbolResults Ctrl+Alt+F12
View.Forward Alt+Right Arrow (Functions differently from View.NavigateForward in Text Editor)
View.ForwardBrowseContext Ctrl+Shift+7
View.FullScreen Shift+Alt+Enter
View.NavigateBackward Ctrl+-
View.NavigateForward Ctrl+Shift+-
View.NextError Ctrl+Shift+F12
View.Notifications Ctrl+W, N
or
Ctrl+W, Ctrl+N
View.ObjectBrowser Ctrl+Alt+J
View.ObjectBrowserGoToSearchCombo Ctrl+K, Ctrl+R
View.Output Ctrl+Alt+O (letter 'O')
View.PopBrowseContext Ctrl+Shift+8 (C++ only)
View.PropertiesWindow F4
View.PropertyPages Shift+F4
View.ResourceView Ctrl+Shift+E
View.ServerExplorer Ctrl+Alt+S
View.ShowSmartTag Shift+Alt+F10
or
Ctrl+.
View.SolutionExplorer Ctrl+Alt+L
View.SQLServerObjectExplorer Ctrl+\, Ctrl+S
View.TaskList Ctrl+\, T
or
Ctrl+\, Ctrl+T
View.TfsTeamExplorer Ctrl+\, Ctrl+M
View.Toolbox Ctrl+Alt+X
View.UMLModelExplorer Ctrl+\, Ctrl+U
View.ViewCode F7
View.ViewDesigner Shift+F7
View.WebBrowser Ctrl+Alt+R
View.ZoomIn Ctrl+Shift+.
View.ZoomOut Ctrl+Shift+,
TestExplorer.ShowTestExplorer Ctrl+E, T
Window
Commands Keyboard shortcuts
Window.ActivateDocumentWindow Esc
Window.AddTabtoSelection Ctrl+Shift+Alt+Space
Window.CloseDocumentWindow Ctrl+F4
Window.CloseToolWindow Shift+Esc
Window.KeepTabOpen Ctrl+Alt+Home
Window.MovetoNavigationBar Ctrl+F2
Window.NextDocumentWindow Ctrl+F6
Window.NextDocumentWindowNav Ctrl+Tab
Window.NextPane Alt+F6
Window.NextSplitPane F6
Window.NextTab Ctrl+Alt+PgDn
or
Ctrl+PgDn
Window.NextTabandAddtoSelection Ctrl+Shift+Alt+PgDn
Window.NextToolWindowNav Alt+F7
Window.PreviousDocumentWindow Ctrl+Shift+F6
Window.PreviousDocumentWindowNav Ctrl+Shift+Tab
Window.PreviousPane Shift+Alt+F6
Window.PreviousSplitPane Shift+F6
Window.PreviousTab Ctrl+Alt+PgUp
or
Ctrl+PgUp
Window.PreviousTabandAddtoSelection Ctrl+Shift+Alt+PgUp
Window.PreviousToolWindowNav Shift+Alt+F7
Window.QuickLaunch Ctrl+Q
Window.QuickLaunchPreviousCategory Ctrl+Shift+Q
Window.ShowDockMenu Alt+-
Window.ShowEzMDIFileList Ctrl+Alt+Down Arrow
Window.SolutionExplorerSearch Ctrl+;
Window.WindowSearch Alt+`
Azure
Commands Keyboard shortcuts
WindowsAzure.RetryMobileServiceScriptOperation Ctrl+Num *, Ctrl+R
WindowsAzure.ShowMobileServiceScriptErrorDetails Ctrl+Num *, Ctrl+D
ADO.NET Entity Data Model Designer
Commands Keyboard shortcuts
OtherContextMenus.MicrosoftDataEntityDesignContext.MoveProperties.Down Alt+Down Arrow
OtherContextMenus.MicrosoftDataEntityDesignContext.MoveProperties.Down5 Alt+PgDn
OtherContextMenus.MicrosoftDataEntityDesignContext.MoveProperties.ToBottom Alt+End
OtherContextMenus.MicrosoftDataEntityDesignContext.MoveProperties.ToTop Alt+Home
OtherContextMenus.MicrosoftDataEntityDesignContext.MoveProperties.Up Alt+Up Arrow
OtherContextMenus.MicrosoftDataEntityDesignContext.MoveProperties.Up5 Alt+PgUp
OtherContextMenus.MicrosoftDataEntityDesignContext.Refactor.Rename Ctrl+R, R
OtherContextMenus.MicrosoftDataEntityDesignContext.RemovefromDiagram Shift+Del
View.EntityDataModelBrowser Ctrl+1
View.EntityDataModelMappingDetails Ctrl+2
Class diagram
Commands Keyboard shortcuts
ClassDiagram.Collapse Num -
ClassDiagram.Expand Num +
Edit.Delete Ctrl+Del
Edit.ExpandCollapseBaseTypeList Shift+Alt+B
Edit.NavigateToLollipop Shift+Alt+L
Edit.RemovefromDiagram Delete
View.ViewCode Enter
Coded UI Test Editor
Commands Keyboard shortcuts
OtherContextMenus.UITestEditorContextMenu.CopyReferencetoClipboard Ctrl+C
OtherContextMenus.UITestEditorContextMenu.InsertDelayBefore Ctrl+Alt+D
OtherContextMenus.UITestEditorContextMenu.LocateAll Shift+Alt+L
OtherContextMenus.UITestEditorContextMenu.LocatetheUIControl Ctrl+Shift+L
OtherContextMenus.UITestEditorContextMenu.Movecode Ctrl+Alt+C
OtherContextMenus.UITestEditorContextMenu.Splitintoanewmethod Ctrl+Shift+T
DataSet Editor
Commands Keyboard shortcuts
OtherContextMenus.ColumnContext.InsertColumn Insert
OtherContextMenus.DbTableContext.Add.Column Ctrl+L
Difference Viewer
Commands Keyboard shortcuts
Diff.IgnoreTrimWhitespace Ctrl+\, Ctrl+Spacebar
Diff.InlineView Ctrl+\, Ctrl+1
Diff.LeftOnlyView Ctrl+\, Ctrl+3
Diff.NextDifference F8
Diff.PreviousDifference Shift+F8
Diff.RightOnlyView Ctrl+\, Ctrl+4
Diff.SideBySideView Ctrl+\, Ctrl+2
Diff.SwitchBetweenLeftAndRight Ctrl+\, Ctrl+Tab
Diff.SynchronizeViewToggle Ctrl+\, Ctrl+Down Arrow
EditorContextMenus.CodeWindow.AddComment Ctrl+Shift+K
EditorContextMenus.CodeWindow.EditLocalFile Ctrl+Shift+P
DOM Explorer
Commands Keyboard shortcuts
DOMExplorer.Refresh F5
DOMExplorer.SelectElement Ctrl+B
DOMExplorer.ShowLayout Ctrl+Shift+I
F# interactive
Command Keyboard shortcut
OtherContextMenus.FSIConsoleContext.CancelInteractiveEvaluation Ctrl+Break
Graph Document Editor
Commands Keyboard shortcuts
ArchitectureContextMenus.DirectedGraphContextMenu.Advanced.Add.AddNode Insert
ArchitectureContextMenus.DirectedGraphContextMenu.Advanced.Select.BothDependencies B
ArchitectureContextMenus.DirectedGraphContextMenu.Advanced.Select.IncomingDependencies I
ArchitectureContextMenus.DirectedGraphContextMenu.Advanced.Select.OutgoingDependencies O
ArchitectureContextMenus.DirectedGraphContextMenu.NewComment Ctrl+Shift+K
or
Ctrl+E, C
ArchitectureContextMenus.DirectedGraphContextMenu.Remove Delete
ArchitectureContextMenus.DirectedGraphContextMenu.Rename F2
Graphics diagnostics
Commands Keyboard shortcuts
Debug.Graphics.CaptureFrame None
Graphics.MovePixelSelectionDown Shift+Alt+Down Arrow
Graphics.MovePixelSelectionLeft Shift+Alt+Left Arrow
Graphics.MovePixelSelectionRight Shift+Alt+Right Arrow
Graphics.MovePixelSelectionUp Shift+Alt+Up Arrow
Graphics.ZoomToActualSize Shift+Alt+0 (zero)
Graphics.ZoomToFitInWindow Shift+Alt+9
Graphics.ZoomIn Shift+Alt+=
Graphics.ZoomOut Shift+Alt+-
HTML Editor
Command Keyboard shortcut
OtherContextMenus.HTMLContext.GoToController Ctrl+M, Ctrl+G
HTML Editor Design View
Commands Keyboard shortcuts
Edit.MoveControlDown Ctrl+Down Arrow
Edit.MoveControlUp Ctrl+Up Arrow
Format.Bold Ctrl+B
Format.ConverttoHyperlink Ctrl+L
Format.InsertBookmark Ctrl+Shift+L
Format.Italic Ctrl+I
Format.Underline Ctrl+U
Project.AddContentPage Ctrl+M, Ctrl+C
Table.ColumntotheLeft Ctrl+Alt+Left Arrow
Table.ColumntotheRight Ctrl+Alt+Right Arrow
Table.RowAbove Ctrl+Alt+Up Arrow
Table.RowBelow Ctrl+Alt+Down Arrow
View.ASP.NETNonvisualControls Ctrl+Shift+N
View.EditMaster Ctrl+M, Ctrl+M
View.NextView Ctrl+PgDn
View.ShowSmartTag Shift+Alt+F10
View.ViewMarkup Shift+F7
Window.PreviousTab Ctrl+PgUp
HTML Editor Source View
Commands Keyboard shortcuts
OtherContextMenus.HTMLContext.GoToController Ctrl+M, Ctrl+G
View.NextView Ctrl+PgDn
View.SynchronizeViews Ctrl+Shift+Y
View.ViewDesigner Shift+F7
Window.PreviousTab Ctrl+PgUp
Layer diagram
Command Keyboard shortcut
Edit.Delete Shift+Delete
Managed Resources Editor
Commands Keyboard shortcuts
Edit.EditCell F2
Edit.Remove Delete
Edit.RemoveRow Ctrl+Delete
Edit.SelectionCancel Escape
Resources.Audio Ctrl+4
Resources.Files Ctrl+5
Resources.Icons Ctrl+3
Resources.Images Ctrl+2
Resources.Other Ctrl+6
Resources.Strings Ctrl+1
Merge Editor window
Commands Keyboard shortcuts
TeamFoundationContextMenus.MergeContextMenu.SetFocusonLeftWindow Alt+1
TeamFoundationContextMenus.MergeContextMenu.SetFocusonResultWindow Alt+2
TeamFoundationContextMenus.MergeContextMenu.SetFocusonRightWindow Alt+3
Microsoft SQL Server Data Tools, Schema Compare
Commands Keyboard shortcuts
SQL.SSDTSchemaCompareCompare Shift+Alt+C
SQL.SSDTSchemaCompareGenerateScript Shift+Alt+G
SQL.SSDTSchemaCompareNextChange Shift+Alt+.
SQL.SSDTSchemaComparePreviousChange Shift+Alt+,
SQL.SSDTSchemaCompareStop Alt+Break
SQL.SSDTSchemaCompareWriteUpdates Shift+Alt+U
Microsoft SQL Server Data Tools, Table Designer
Commands Keyboard shortcuts
CommitAllEdits Shift+Alt+U
SQL.ExpandWildcards Ctrl+R, E
or
Ctrl+R, Ctrl+E
SQL.FullyqualifyNames Ctrl+R, Q
or
Ctrl+R, Ctrl+Q
SQL.MovetoSchema Ctrl+R, M
or
Ctrl+R, Ctrl+M
SQL.Rename F2
or
Ctrl+R, R
or
Ctrl+R, Ctrl+R
ViewFileInScriptPanel Shift+Alt+PgDn
Microsoft SQL Server Data Tools, T-SQL Editor
Commands Keyboard shortcuts
CommitAllEdits Shift+Alt+U
SQL.ExecuteWithDebugger Alt+F5
SQL.ExpandWildcards Ctrl+R, E
or
Ctrl+R, Ctrl+E
SQL.FullyqualifyNames Ctrl+R, Q
or
Ctrl+R, Ctrl+Q
SQL.MovetoSchema Ctrl+R, M
or
Ctrl+R, Ctrl+M
SQL.Rename F2
or
Ctrl+R, R
or
Ctrl+R, Ctrl+R
SQL.TSqlEditorCancelQuery Alt+Break
SQL.TSqlEditorExecuteQuery Ctrl+Shift+E
SQL.TSqlEditorResultsAsFile Ctrl+D, F
SQL.TSqlEditorResultsAsGrid Ctrl+D, G
SQL.TSqlEditorResultsAsText Ctrl+D, T
SQL.TSqlEditorShowEstimatedPlan Ctrl+D, E
SQL.TSqlEditorToggleExecutionPlan Ctrl+D, A
SQL.TSqlEditorToggleResultsPane Ctrl+D, R
TSqlEditorCloneQuery Ctrl+Alt+N
TSqlEditorDatabaseCombo Shift+Alt+PgDn
Microsoft SQL Server Data Tools, T-SQL PDW Editor
Commands Keyboard shortcuts
SQL.TSqlEditorCancelQuery Alt+Break
SQL.TSqlEditorExecuteQuery Ctrl+Shift+E
SQL.TSqlEditorResultsAsFile Ctrl+D, F
SQL.TSqlEditorResultsAsGrid Ctrl+D, G
SQL.TSqlEditorResultsAsText Ctrl+D, T
SQL.TSqlEditorShowEstimatedPlan Ctrl+D, E
SQL.TSqlEditorToggleExecutionPlan Ctrl+D, A
SQL.TSqlEditorToggleResultsPane Ctrl+D, R
TSqlEditorCloneQuery Ctrl+Alt+N
TSqlEditorDatabaseCombo Shift+Alt+PgDn
Page Inspector
Command Keyboard shortcut
PageInspector.Minimize F12
Query Designer
Commands Keyboard shortcuts
QueryDesigner.CancelRetrievingData Ctrl+T
QueryDesigner.Criteria Ctrl+2
QueryDesigner.Diagram Ctrl+1
QueryDesigner.ExecuteSQL Ctrl+R
QueryDesigner.GotoRow Ctrl+G
QueryDesigner.JoinMode Ctrl+Shift+J
QueryDesigner.Results Ctrl+4
QueryDesigner.SQL Ctrl+3
Query results
Commands Keyboard shortcuts
SQL.QueryResultsNewRow Alt+End
SQL.QueryResultsRefresh Shift+Alt+R
SQL.QueryResultsStop Alt+Break
Report Designer
Commands Keyboard shortcuts
Edit.BreakLine Enter
Edit.CharLeft Left Arrow
Edit.CharLeftExtend Shift+Left Arrow
Edit.CharRight Right Arrow
Edit.CharRightExtend Shift+Right Arrow
Edit.InsertTab Tab
Edit.LineDown Down Arrow
Edit.LineDownExtend Shift+Down Arrow
Edit.LineUp Up Arrow
Edit.LineUpExtend Shift+Up Arrow
Edit.MoveControlDown Ctrl+Down Arrow
Edit.MoveControlLeft Ctrl+Left Arrow
Edit.MoveControlRight Ctrl+Right Arrow
Edit.MoveControlUp Ctrl+Up Arrow
Edit.SelectionCancel Esc
Edit.SizeControlDown Ctrl+Shift+Down Arrow
Edit.SizeControlLeft Ctrl+Shift+Left Arrow
Edit.SizeControlRight Ctrl+Shift+Right Arrow
Edit.SizeControlUp Ctrl+Shift+Up Arrow
Edit.TabLeft Shift+Tab
View.ReportData Ctrl+Alt+D
Sequence diagram
Commands Keyboard shortcuts
ArchitectureDesigner.Sequence.NavigateToCode F12
Edit.Delete Shift+Del
Settings Designer
Commands Keyboard shortcuts
Edit.EditCell F2
Edit.RemoveRow Ctrl+Delete
Edit.SelectionCancel Esc
View.ViewCode F7
Solution Explorer
Command Keyboard shortcut
ClassViewContextMenus.ClassViewProject.View.ViewinPageInspector Ctrl+K, Ctrl+G
Team Explorer
Command Keyboard Shortcut
Edit.Delete Delete
File.Rename F2
TeamFoundationContextMenus.Commands.GoToTeamExplorerNavigation Alt+Home
TeamFoundationContextMenus.Commands.GoToTeamExplorerNextSectionContent Alt+Down Arrow
TeamFoundationContextMenus.Commands.GoToTeamExplorerPageContent Alt+0 (zero)
TeamFoundationContextMenus.Commands.GoToTeamExplorerPreviousSectionContent Alt+Up Arrow
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection1Content Alt+1
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection2Content Alt+2
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection3Content Alt+3
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection4Content Alt+4
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection5Content Alt+5
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection6Content Alt+6
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection7Content Alt+7
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection8Content Alt+8
TeamFoundationContextMenus.Commands.GoToTeamExplorerSection9Content Alt+9
TeamFoundationContextMenus.Commands.TeamExplorerNavigateBackward Alt+Left Arrow
TeamFoundationContextMenus.Commands.TeamExplorerNavigateForward Alt+Right Arrow
TeamFoundationContextMenus.MyWorkPageInProgress.TfsContextMyWorkPageCreateCopyWI Shift+Alt+C
TeamFoundationContextMenus.MyWorkPageInProgress.TfsContextMyWorkPageNewLinkedWI Shift+Alt+L
View.Refresh F5
Test Explorer
Command Keyboard shortcut
TestExplorer.OpenTest F12
Text Editor
Commands Keyboard shortcuts
Edit.BreakLine Enter
or
Shift+Enter
Edit.CharLeft Left Arrow
Edit.CharLeftExtend Shift+Left Arrow
Edit.CharLeftExtendColumn Shift+Alt+Left Arrow
Edit.CharRight Right Arrow
Edit.CharRightExtend Shift+Right Arrow
Edit.CharRightExtendColumn Shift+Alt+Right Arrow
Edit.ClearBookmarks Ctrl+K, Ctrl+L
Edit.CollapseAllOutlining Ctrl+M, Ctrl+A
Edit.CollapseCurrentRegion Ctrl+M, Ctrl+S
Edit.CollapseTag Ctrl+M, Ctrl+T
Edit.CollapseToDefinitions Ctrl+M, Ctrl+O (letter 'O')
Edit.ContractSelection Shift+Alt+-
Edit.CommentSelection Ctrl+K, Ctrl+C
Edit.CompleteWord Ctrl+Space
or
Alt+Right Arrow
Edit.CopyParameterTip Ctrl+Shift+Alt+C
Edit.DecreaseFilterLevel Alt+,
Edit.DeleteBackwards Backspace
or
Shift+Bkspce
Edit.DeleteHorizontalWhiteSpace Ctrl+K, Ctrl+\
Edit.DocumentEnd Ctrl+End
Edit.DocumentEndExtend Ctrl+Shift+End
Edit.DocumentStart Ctrl+Home
Edit.DocumentStartExtend Ctrl+Shift+Home
Edit.ExpandAllOutlining Ctrl+M, Ctrl+X
Edit.ExpandCurrentRegion Ctrl+M, Ctrl+E
Edit.ExpandSelection Shift+Alt+=
Edit.ExpandSelectiontoContainingBlock Shift+Alt+]
Edit.FormatDocument Ctrl+K, Ctrl+D
Edit.FormatSelection Ctrl+K, Ctrl+F
Edit.GotoAll Ctrl+T
or
Ctrl+,
Edit.GotoBrace Ctrl+]
Edit.GotoBraceExtend Ctrl+Shift+]
Edit.GotoRecent Ctrl+T,R
Edit.GotoNextIssueinFile Alt+PgDn
Edit.GotoPreviousIssueinFile Alt+PgUp
Edit.HideSelection Ctrl+M, Ctrl+H
Edit.IncreaseFilterLevel Alt+.
Edit.IncrementalSearch Ctrl+I
Edit.InsertCaretsatAllMatching Shift+Alt+;
Edit.InsertNextMatchingCaret Shift+Alt+.
Edit.InsertTab Tab
Edit.LineCut Ctrl+L
Edit.LineDelete Ctrl+Shift+L
Edit.LineDown Down Arrow
Edit.LineDownExtend Shift+Down Arrow
Edit.LineDownExtendColumn Shift+Alt+Down Arrow
Edit.LineEnd End
Edit.LineEndExtend Shift+End
Edit.LineEndExtendColumn Shift+Alt+End
Edit.LineOpenAbove Ctrl+Enter
Edit.LineOpenBelow Ctrl+Shift+Enter
Edit.LineStart Home
Edit.LineStartExtend Shift+Home
Edit.LineStartExtendColumn Shift+Alt+Home
Edit.LineTranspose Shift+Alt+T
Edit.LineUp Up Arrow
Edit.LineUpExtend Shift+Up Arrow
Edit.LineUpExtendColumn Shift+Alt+Up Arrow
Edit.ListMembers Ctrl+J
Edit.MakeLowercase Ctrl+U
Edit.MakeUppercase Ctrl+Shift+U
Edit.MoveSelectedLinesDown Alt+Down Arrow
Edit.MoveSelectedLinesUp Alt+Up Arrow
Edit.NextHighlightedReference Ctrl+Shift+Down Arrow
Edit.OvertypeMode Insert
Edit.PageDown PgDn
Edit.PageDownExtend Shift+PgDn
Edit.PageUp PgUp
Edit.PageUpExtend Shift+PgUp
Edit.ParameterInfo Ctrl+Shift+Spacebar
Edit.PasteParameterTip Ctrl+Shift+Alt+P
Edit.PeekBackward Ctrl+Alt+-
Edit.PeekDefinition Alt+F12
Edit.PeekForward Ctrl+Alt+=
Edit.PreviousHighlightedReference Ctrl+Shift+Up Arrow
Edit.QuickInfo Ctrl+K, Ctrl+I
Edit.ReverseIncrementalSearch Ctrl+Shift+I
Edit.ScrollLineDown Ctrl+Down Arrow
Edit.ScrollLineUp Ctrl+Up Arrow
Edit.SelectCurrentWord Ctrl+W
Edit.SelectionCancel Escape
Edit.SelectToLastGoBack Ctrl+=
Edit.ShowCodeLensMenu Ctrl+K, Ctrl+`
Edit.ShowNavigateMenu Alt+`
Edit.StopHidingCurrent Ctrl+M, Ctrl+U
Edit.StopOutlining Ctrl+M, Ctrl+P
Edit.SwapAnchor Ctrl+K, Ctrl+A
Edit.TabLeft Shift+Tab
Edit.ToggleAllOutlining Ctrl+M, Ctrl+L
Edit.ToggleBookmark Ctrl+K, Ctrl+K
Edit.ToggleCompletionMode Ctrl+Alt+Space
Edit.ToggleOutliningExpansion Ctrl+M, Ctrl+M
Edit.ToggleTaskListShortcut Ctrl+K, Ctrl+H
Edit.ToggleWordWrap Ctrl+E, Ctrl+W
Edit.UncommentSelection Ctrl+K, Ctrl+U
Edit.ViewBottom Ctrl+PgDn
Edit.ViewBottomExtend Ctrl+Shift+PgDn
Edit.ViewTop Ctrl+PgUp
Edit.ViewTopExtend Ctrl+Shift+PgUp
Edit.ViewWhiteSpace Ctrl+R, Ctrl+W
Edit.WordDeleteToEnd Ctrl+Delete
Edit.WordDeleteToStart Ctrl+Backspace
Edit.WordNext Ctrl+Right Arrow
Edit.WordNextExtend Ctrl+Shift+Right Arrow
Edit.WordNextExtendColumn Ctrl+Shift+Alt+Right Arrow
Edit.WordPrevious Ctrl+Left Arrow
Edit.WordPreviousExtend Ctrl+Shift+Left Arrow
Edit.WordPreviousExtendColumn Ctrl+Shift+Alt+Left Arrow
Edit.WordTranspose Ctrl+Shift+T
EditorContextMenus.CodeWindow.ExecuteInInteractive Alt+Enter
EditorContextMenus.CodeWindow.ExecuteLineInInteractive Alt+'
OtherContextMenus.HTMLContext.ViewinPageInspector Ctrl+K, Ctrl+G
TeamFoundationContextMenus.Annotate.TfsAnnotateMoveNextRegion Alt+PgDn
TeamFoundationContextMenus.Annotate.TfsAnnotateMovePreviousRegion Alt+PgUp
UML activity diagram
Command Keyboard shortcut
Edit.Delete Shift+Del
UML class diagram
Command Keyboard shortcut
Edit.DeleteFromModel Shift+Del
UML component diagram
Command Keyboard shortcut
Edit.DeleteFromModel Shift+Del
UML use case diagram
Command Keyboard shortcut
Edit.DeleteFromModel Shift+Del
VC Accelerator Editor
Commands Keyboard shortcuts
Edit.NewAccelerator Insert
Edit.NextKeyTyped Ctrl+W
VC Dialog Editor
Commands Keyboard shortcuts
Edit.MoveControlDown Down Arrow
Edit.MoveControlLeft Left Arrow
Edit.MoveControlRight Right Arrow
Edit.MoveControlUp Up Arrow
Edit.ScrollColumnLeft Ctrl+Left Arrow
Edit.ScrollColumnRight Ctrl+Right Arrow
Edit.ScrollLineDown Ctrl+Down Arrow
Edit.ScrollLineUp Ctrl+Up Arrow
Edit.SizeControlDown Shift+Down Arrow
Edit.SizeControlLeft Shift+Left Arrow
Edit.SizeControlRight Shift+Right Arrow
Edit.SizeControlUp Shift+Up Arrow
Format.AlignBottoms Ctrl+Shift+Down Arrow
Format.AlignCenters Shift+F9
Format.AlignLefts Ctrl+Shift+Left Arrow
Format.AlignMiddles F9
Format.AlignRights Ctrl+Shift+Right Arrow
Format.AlignTops Ctrl+Shift+Up Arrow
Format.ButtonBottom Ctrl+B
Format.ButtonRight Ctrl+R
Format.CenterHorizontal Ctrl+Shift+F9
Format.CenterVertical Ctrl+F9
Format.CheckMnemonics Ctrl+M
Format.SizetoContent Shift+F7
Format.SpaceAcross Alt+Right Arrow
or
Alt+Left Arrow
Format.SpaceDown Alt+Up Arrow
or
Alt+Down Arrow
Format.TabOrder Ctrl+D
Format.TestDialog Ctrl+T
Format.ToggleGuides Ctrl+G
VC Image Editor
Commands Keyboard shortcuts
Image.AirbrushTool Ctrl+A
Image.BrushTool Ctrl+B
Image.CopyandOutlineSelection Ctrl+Shift+U
Image.DrawOpaque Ctrl+J
Image.EllipseTool Alt+P
Image.EraseTool Ctrl+Shift+I
Image.FilledEllipseTool Ctrl+Shift+Alt+P
Image.FilledRectangleTool Ctrl+Shift+Alt+R
Image.FilledRoundedRectangleTool Ctrl+Shift+Alt+W
Image.FillTool Ctrl+F
Image.FlipHorizontal Ctrl+H
Image.FlipVertical Shift+Alt+H
Image.LargerBrush Ctrl+=
Image.LineTool Ctrl+L
Image.MagnificationTool Ctrl+M
Image.Magnify Ctrl+Shift+M
Image.NewImageType Insert
Image.NextColor Ctrl+]
or
Ctrl+Right Arrow
Image.NextRightColor Ctrl+Shift+]
or
Ctrl+Shift+Right Arrow
Image.OutlinedEllipseTool Shift+Alt+P
Image.OutlinedRectangleTool Shift+Alt+R
Image.OutlinedRoundedRectangleTool Shift+Alt+W
Image.PencilTool Ctrl+I
Image.PreviousColor Ctrl+[
or
Ctrl+Left Arrow
Image.PreviousRightColor Ctrl+Shift+[
or
Ctrl+Shift+Left Arrow
Image.RectangleSelectionTool Shift+Alt+S
Image.RectangleTool Alt+R
Image.Rotate90Degrees Ctrl+Shift+H
Image.RoundedRectangleTool Alt+W
Image.ShowGrid Ctrl+Alt+S
Image.ShowTileGrid Ctrl+Shift+Alt+S
Image.SmallBrush Ctrl+.
Image.SmallerBrush Ctrl+-
Image.TextTool Ctrl+T
Image.UseSelectionasBrush Ctrl+U
Image.ZoomIn Ctrl+Shift+.
or
Ctrl+Up Arrow
Image.ZoomOut Ctrl+Shift+,
or
Ctrl+Down Arrow
VC String Editor
Command Keyboard shortcut
Edit.NewString Insert
View Designer
Commands Keyboard shortcuts
QueryDesigner.CancelRetrievingData Ctrl+T
QueryDesigner.Criteria Ctrl+2
QueryDesigner.Diagram Ctrl+1
QueryDesigner.ExecuteSQL Ctrl+R
QueryDesigner.GotoRow Ctrl+G
QueryDesigner.JoinMode Ctrl+Shift+J
QueryDesigner.Results Ctrl+4
QueryDesigner.SQL Ctrl+3
Visual Studio
Command Keyboard shortcut
OtherContextMenus.ORDesignerContext.HideMethodsPane Ctrl+1
Windows Forms Designer
Commands Keyboard shortcuts
Edit.BreakLine Enter
Edit.CharLeft Left Arrow
Edit.CharLeftExtend Shift+Left Arrow
Edit.CharRight Right Arrow
Edit.CharRightExtend Shift+Right Arrow
Edit.DocumentEnd End
Edit.DocumentEndExtend Shift+End
Edit.DocumentStart Home
Edit.DocumentStartExtend Shift+Home
Edit.InsertTab Tab
Edit.LineDown Down Arrow
Edit.LineDownExtend Shift+Up Arrow
Edit.LineUp Up Arrow
Edit.LineUpExtend Shift+Down Arrow
Edit.MoveControlDown Ctrl+Down Arrow
Edit.MoveControlLeft Ctrl+Left Arrow
Edit.MoveControlRight Ctrl+Right Arrow
Edit.MoveControlUp Ctrl+Up Arrow
Edit.SelectionCancel Escape
Edit.SizeControlDown Ctrl+Shift+Down Arrow
Edit.SizeControlLeft Ctrl+Shift+Left Arrow
Edit.SizeControlRight Ctrl+Shift+Right Arrow
Edit.SizeControlUp Ctrl+Shift+Up Arrow
Edit.TabLeft Shift+Tab
Work Item Editor
Commands Keyboard shortcuts
Edit.CreateCopyofWorkItem Shift+Alt+C
Edit.RefreshWorkItem F5
Team.NewLinkedWorkItem Shift+Alt+L
Work Item Query View
Commands Keyboard shortcuts
Edit.CreateCopyofWorkItem Shift+Alt+C
Edit.Indent Shift+Alt+Right Arrow
Edit.Outdent Shift+Alt+Left Arrow
Team.NewLinkedWorkItem Shift+Alt+L
Team.Refresh F5
Window.Toggle Shift+Alt+V
Work Item Results View
Commands Keyboard shortcuts
Edit.CreateCopyofWorkItem Shift+Alt+C
Edit.Indent Shift+Alt+Right Arrow
Edit.Outdent Shift+Alt+Left Arrow
Team.GotoNextWorkItem Shift+Alt+N
Team.GotoPreviousWorkItem Shift+Alt+P
Team.NewLinkedWorkItem Shift+Alt+L
Team.Refresh F5
Window.Toggle Shift+Alt+V
Workflow Designer
Commands Keyboard shortcuts
Edit.CompleteWord Ctrl+K, W
or
Ctrl+K, Ctrl+W
or
Ctrl+Spacebar
or
Alt+Right Arrow
Edit.DecreaseFilterLevel Alt+,
Edit.IncreaseFilterLevel Alt+.
Edit.ListMembers Ctrl+K, L
or
Ctrl+K, Ctrl+L
or
Ctrl+J
Edit.ParameterInfo Ctrl+K, P
or
Ctrl+K, Ctrl+P
or
Ctrl+Shift+Spacebar
Edit.QuickInfo Ctrl+K, I
or
Ctrl+K, Ctrl+I
WorkflowDesigner.Collapse Ctrl+E, Ctrl+C
or
Ctrl+E, C
WorkflowDesigner.CollapseAll or
WorkflowDesigner.ConnectNodes Ctrl+E, Ctrl+F
or
Ctrl+E, F
WorkflowDesigner.CreateVariable Ctrl+E, Ctrl+N
or
Ctrl+E, N
WorkflowDesigner.ExpandAll Ctrl+E, Ctrl+X
or
Ctrl+E, X
WorkflowDesigner.ExpandInPlace Ctrl+E, Ctrl+E
or
Ctrl+E, E
WorkflowDesigner.GoToParent Ctrl+E, Ctrl+P
or
Ctrl+E, P
WorkflowDesigner.MoveFocus Ctrl+E, Ctrl+M
or
Ctrl+E, M
WorkflowDesigner.NavigateThroughDesigner Ctrl+Alt+F6
WorkflowDesigner.Restore Ctrl+E, Ctrl+R
or
Ctrl+E, R
WorkflowDesigner.ShowHideArgumentDesigner Ctrl+E, Ctrl+A
or
Ctrl+E, A
WorkflowDesigner.ShowHideImportsDesigner Ctrl+E, Ctrl+I
or
Ctrl+E, I
WorkflowDesigner.ShowHideOverviewMap Ctrl+E, Ctrl+O (letter 'O')
or
Ctrl+E, O
WorkflowDesigner.ShowHideVariableDesigner Ctrl+E, Ctrl+V
or
Ctrl+E, V
WorkflowDesigner.ToggleSelection Ctrl+E, Ctrl+S
or
Ctrl+E, S
WorkflowDesigner.ZoomIn Ctrl+Num +
WorkflowDesigner.ZoomOut Ctrl+Num -
XAML UI Designer
Commands Keyboard shortcuts
Design.FitAll Ctrl+0 (zero)
Design.ShowHandles F9
Design.ZoomIn Ctrl+Alt+=
Design.ZoomOut Ctrl+Alt+-
Designer options Ctrl+Shift+;
Format.EditText F2
Format.ResetLayout.All Ctrl+Shift+R
Run project code Ctrl+F9
Timeline.Hide (Blend only) Ctrl+H
Timeline.Lock (Blend only) Ctrl+L
Timeline.Show (Blend only) Ctrl+Shift+H
Timeline.Unlock (Blend only) Ctrl+Shift+L
View.EdgeLeftMoveLeft Ctrl+Shift+,
View.EdgeLeftMoveRight Ctrl+Shift+.
View.EdgeRightMoveLeft Ctrl+Shift+Alt+,
View.EdgeRightMoveRight Ctrl+Shift+Alt+.
View.ShowPropertyMarkerMenu Ctrl+Spacebar
XML (Text) Editor
Commands Keyboard shortcuts
XML.StartXSLTDebugging Alt+F5
XML.StartXSLTWithoutDebugging Ctrl+Alt+F5
XML Schema Designer
Commands Keyboard shortcuts
GraphView.BottomtoTop Alt+Up Arrow
GraphView.LefttoRight Alt+Right Arrow
GraphView.RighttoLeft Alt+Left Arrow
GraphView.ToptoBottom Alt+Down Arrow
OtherContextMenus.GraphView.RemovefromWorkspace Delete
XsdDesigner.ShowContentModelView Ctrl+2
XsdDesigner.ShowGraphView Ctrl+3
XsdDesigner.ShowStartView Ctrl+1
==================
Please subscribe our channel, thanks
For modification please contact us, thanks
Please visit, thanks
Entertainment for Engineer's break time
Rixtronix LAB Channel
https://www.youtube.com/channel/UC89se0BZ2oGeqN5jNbDAyQQ
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Please share a coffee with me, thanks...
Motherboard Capacitors 1800uF 16V low ESR
https://www.ebay.com.au/itm/173840921403
Motherboard Capacitors 1000uF 16V low ESR
https://www.ebay.com.au/itm/173841745704
Arduino UNO R3 CH340 1Pc Brand NEW
https://www.ebay.com.au/itm/174444869277
Arduino Mega 2560 Brand NEW
https://www.ebay.com.au/itm/174807545008
7812 Regulator Chip 12V TO-220
http://www.ebay.com.au/itm/173840902816
7805 5V Voltage Regulator 10 Pieces
http://www.ebay.com.au/itm/173373792576
MC34063 DC-DC converter control circuits DIP8 5Pcs
http://www.ebay.com.au/itm/173840921443
1N5822 Diode 10pcs 3A 40V Fast Recovery Schottky diode
https://www.ebay.com.au/itm/174166491028
3D Printer Melzi 2.0 1284P Mainboard PR Usa 1Pcs
http://www.ebay.com.au/itm/173831753941
3D Printer LCD Module 20x4 1Pc
https://www.ebay.com.au/itm/173838265965
Mechanical Watch 6 hands Automatic 1Pcs
https://www.ebay.com.au/itm/173840921415
Rixtronix Store,electronic components,3D Printer Parts and electronic modules
https://www.ebay.com.au/str/rixtronix
Please donate for buying my children's milk, thanks
http://PayPal.Me/rixtronix
MAX485 SOP8 5Pcs
https://www.ebay.com.au/itm/173840921384
Tapped Spacer M3x25 5Pcs
https://www.ebay.com.au/itm/173841750164
XR2206CP Kit with casing 1Pc
https://www.ebay.com.au/itm/174470814321
4x4 Keypad Button 1Pc
https://www.ebay.com.au/itm/174594082958
High Voltage Capacitor 22uF 400V 5Pcs
https://www.ebay.com.au/itm/174594077962
3D Printed Look Keo Cleat Thicker Hook Areas 1pair, I've tested for more than 1 year ride
https://www.ebay.com.au/itm/173910460603
Female to Female jumper wire 40 Pins 1 Pc
https://www.ebay.com.au/itm/174157283872
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Rixtronix LAB Log
https://rixtronixlab.blogspot.com/
https://rixtronix.joomla.com/
https://bianchi77.wordpress.com/
==================
Buy local, helps Australian grows,
Offer :
Offer :
Offer :
Buy local , helps Australian grows
Offer :
Offer :
Buy local , helps Australian grows
Offer :
Buy local , helps Australian grows
Offer :
Buy local, helps Australian grows,
Offer :
Buy local, helps Australian grows,
Offer :
==================
PCBWay, PCB Prototype the Easy Way
==================
Rixtronix LAB is volunteering on fixing electronic appliances
such as LED,LCD TV, amplifier,computer, power supply ,PS4,XBOX and so on, for local area only.
Please contact us
Rixtronix LAB 志愿维修电子设备
如LED、液晶电视、功放、电脑、电源、PS4、XBOX等,仅限本地使用。
请联系我们
Page 19 of 567