Design Differential Op Amp Calculator Delphi Ep2
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.
==================
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
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
Belajar Matematika Online Bersama Ibu Francisca Eka Kristianti
https://www.youtube.com/channel/UCw72bAOSOzYtvoocTogtsKw
Belajar Fotografi | Photography untuk Pemula | Kamera Digital DSLR & Mirrorless Terbaik
Video channel for photographer
==================
==================
PCBWay, PCB Prototype the Easy Way
==================
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 :
Offer :
Buy local, helps Australian grows,
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer : Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
=========================================
Other items to offer :
Buy local , helps Australian grows
=========================================
Other items to offer :
Buy local , helps Australian grows
Bike siren Bill Of Materials
|
路加福音 16 19 31 V41 The rich man and Lazarus
路加福音 16:19-31
财主和拉撒路
19 “有一个财主,
身穿紫色和细麻衣,
天天过着奢侈的生活。
20 在他家门口躺着
一个叫拉撒路的乞丐,
身上长满了疮,
21 想吃财主桌子
上掉下来的东西。
连狗都过来舔他的疮。
22 “时候到了,
乞丐死了,
天使把他带到亚伯拉罕身边。
财主也死了,
被埋葬了。
23 他在阴间受苦,
举目看见远处的亚伯拉罕,
拉撒路在他身边。
24 他就呼唤他说:
“我祖亚伯拉罕,
可怜我吧,
打发拉撒路
用指尖蘸点水,
凉凉我的舌头,
因为我在这火
中非常痛苦。”
25 “亚伯拉罕回答说:
‘孩子,你要记住,
你生前受过好东西,
拉撒路受过坏事,
但现在他在这里得到安慰,
你却在痛苦中。
26除此之外,
我们和你们之间已经形成了
一个巨大的鸿沟,
以至于那些想从这里到
你们那里的人不能,
也不能从那里越过我们那里。
27 “他回答说:
‘父亲,我求你打
发拉撒路到我家去,
28 因为我有五个兄弟。
让他警告他们,
以免他们也来到
这个受折磨的地方。
29 “亚伯拉罕回答说:
‘他们有摩西和先知;
让他们听他们的。
30 “‘不,亚伯拉罕祖宗,
’他说,‘但如果有人从
死者那里去,
他们就会悔改。’
31 “他对他说:
‘如果他们不听摩西
和先知的话,
即使有人从死里复活,
他们也不会信服。’”
Lù jiā fúyīn 16:19-31
Cáizhǔ hé lā sā lù
19 “yǒu yīgè cáizhǔ,
shēn chuān zǐsè hé xì máyī,
tiāntiānguòzhe shēchǐ de shēnghuó.
20 Zài tā jiā ménkǒu tǎngzhe
yīgè jiào lā sā lù de qǐgài,
shēnshang zhǎng mǎnle chuāng,
21 xiǎng chī cáizhǔ zhuōzi
shàng diào xiàlái de dōngxī.
Lián gǒu dōu guòlái tiǎn tā de chuāng.
22 “Shíhòu dàole,
qǐgài sǐle,
tiānshǐ bǎ tā dài dào yàbólāhǎn shēnbiān.
Cáizhǔ yě sǐle,
bèi máizàngle.
23 Tā zài yīnjiān shòukǔ,
jǔmù kànjiàn yuǎn chǔ de yàbólāhǎn,
lā sā lù zài tā shēnbiān.
24 Tā jiù hūhuàn tā shuō:
“Wǒ zǔ yàbólāhǎn,
kělián wǒ ba,
dǎfā lā sā lù
yòng zhǐ jiān zhàn diǎn shuǐ,
liáng liáng wǒ de shétou,
yīnwèi wǒ zài zhè huǒ zhōng
fēicháng tòngkǔ.”
25 “Yàbólāhǎn huídá shuō:
‘Háizi, nǐ yào jì zhù,
nǐ shēngqián shòuguò hǎo dōngxī,
lā sā lù shòuguò huàishì,
dàn xiànzài tā zài zhèlǐ dédào ānwèi,
nǐ què zài tòngkǔ zhōng.
26 Chú cǐ zhī wài,
wǒmen hé nǐmen zhī jiān yǐjīng xíngchéngle
yīgè jùdà de hónggōu,
yǐ zhìyú nàxiē xiǎng cóng zhèlǐ dào
nǐmen nàlǐ de rén bùnéng,
yě bùnéng cóng nàlǐ yuèguò wǒmen nàlǐ.
27 “Tā huídá shuō:
‘Fùqīn, wǒ qiú nǐ dǎ fā
lā sā lù dào wǒjiā qù,
28 yīnwèi wǒ yǒu wǔ gè xiōngdì.
Ràng tā jǐnggào tāmen,
yǐmiǎn tāmen yě lái dào
zhège shòu zhémó dì dìfāng.
29 “Yàbólāhǎn huídá shuō:
‘Tāmen yǒu móxī hé xiānzhī;
ràng tāmen tīng tāmen de.
30 “‘Bù, yàbólāhǎn zǔzōng,
’ tā shuō,‘dàn rúguǒ yǒurén cóng
sǐzhě nàlǐ qù,
tāmen jiù huì huǐgǎi.’
31 “Tā duì tā shuō:
‘Rúguǒ tāmen bù tīng móxī
hé xiānzhī dehuà,
jíshǐ yǒurén cóng sǐ lǐ fùhuó,
tāmen yě bù huì xìnfú.’”
Luke 16:19-31
The rich man and Lazarus
19 "There was a rich man,
Dressed in purple and fine linen,
Live a luxurious life every day.
20 Lying in front of his house
A beggar named Lazarus,
covered with sores,
21 Want to eat rich man table
things that fall off.
Even the dogs came to lick his sores.
22 "The time has come,
the beggar is dead,
The angel took him to Abraham.
The rich man also died,
was buried.
23 He suffered in hell,
He lifted up his eyes and saw Abraham in the distance,
Lazarus was by his side.
24 He called to him and said:
"My father Abraham,
have pity on me,
send Lazarus
Dip your fingertips in some water,
cool my tongue,
'Cause I'm on fire
very painful. "
25 "Abraham answered:
'Child, you have to remember,
You had good things in your life,
Lazarus suffered bad things,
But now he is comforted here,
You are in pain.
26 In addition to this,
We have formed a relationship with you
a huge gulf,
so that those who want to get from here to
You who are there cannot,
Nor can it pass us from there.
27" He replied:
'Father, I beg you
Phlazarus came to my house,
28 Because I have five brothers.
let him warn them,
lest they also come
This tortured place.
29 "Abraham answered:
'They had Moses and the prophets;
Let them listen to them.
30 "'No, the father of Abraham,
' he said, 'but if someone
to the dead
They will repent. ’
31 "He said to him:
'If they don't listen to Moses
and the words of the prophets,
Even if someone rises from the dead,
Nor will they be convinced. ’”
In this video,
Open Office Keyboard Shortcut
Copy - Ctrl-C
Cut - Ctrl-X
Select All - Ctrl All
Undo - Ctrl-Z
Header :
Main Menu--Insert -- Fields -- Date ,Alt-I -- D -- D
Main Menu--Insert -- Fields -- Time
Main Menu--Insert -- Fields -- Page Number
Main Menu--Insert -- Fields -- Page Count
Main Menu--Insert -- Fields -- Author
Ctrl+A Select All.
Ctrl+J Justify.
Ctrl+D Double Underline.
Ctrl+E Centred.
Ctrl+F Find and Replace.
Ctrl+Shft+P Superscript.
Ctrl+L Align Left.
Ctrl+R Align Right.
Ctrl+Shft+B Subscript.
Ctrl+Y Redo last action.
Ctrl+0 (zero) Apply Default paragraph style.
Ctrl+1 Apply Heading 1 paragraph style.
Ctrl+2 Apply Heading 2 paragraph style.
Ctrl+3 Apply Heading 3 paragraph style.
Ctrl+5 1.5 Line Spacing.
Ctrl+ Plus Key(+) Calculates the selected text and copies the result to the clipboard.
Ctrl+Hyphen(-) Custom hyphens; hyphenation set by you.
Ctrl+Shft+minus sign (-) Non-breaking dash (is not used for hyphenation).
Ctrl+multiplication sign * (only on number pad) Run macro field.
Ctrl+Space Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified.
Shft+Enter Line break without paragraph change.
Ctrl+Enter Manual page break.
Ctrl+Shft+Enter Column break in multi-columnar texts.
Alt+Enter Inserting a new paragraph without numbering.
Alt+Enter Inserting a new paragraph directly before or after a section or a table.
Arrow Left Move cursor to left.
Shft+Arrow Left Move cursor with selection to the left.
Ctrl+Arrow Left Go to beginning of word.
Ctrl+Shft+Arrow Left Selecting to the left word by word.
Arrow Right Move cursor to right.
Shft+Arrow Right Move cursor with selection to the right.
Ctrl+Arrow Right Go to end of word.
Ctrl+Shft+Arrow Right Selecting to the right word by word.
Arrow Up Move up one line.
Shft+Arrow Up Selecting lines in an upwards direction.
Arrow Down Move cursor down one line.
Shft+Arrow Down Selecting lines in a downward direction.
Home Go to beginning of line.
Shft+Home Go and select to the beginning of a line.
End Go to end of line.
Shft+End Go and select to end of line.
Ctrl+Home Go to start of document.
Ctrl+Shft+Home Go and select text to start of document.
Ctrl+End Go to end of document.
Ctrl+Shft+End Go and select text to end of document.
Ctrl+PageUp Switch cursor between text and header.
Ctrl+PageDown Switch cursor between text and footer.
Insert Insert mode on/off.
PageUp Screen page up.
Shft+PageUp Move up screen page with selection.
PageDown Move down screen page.
Shft+PageDown Move down screen page with selection.
Ctrl+Del Delete text to end of word.
Ctrl+Backspace Delete text to beginning of word.
Ctrl+Shft+Del Delete text to end of sentence.
Ctrl+Shft+Backspace Delete text to beginning of sentence.
Ctrl+Tab Next suggestion with Automatic Word Completion.
Ctrl+Shft+Tab Use previous suggestion with Automatic Word Completion.
Alt+W Spell checker dialog: Call back the original unknown word into the text box.
Ctrl+ double-click or Ctrl+Shft+F10
Tables
Ctrl+A If the active cell is empty, Ctrl+A selects the whole table; otherwise it selects the contents of the active cell. Pressing Ctrl+A a second time selects the entire table.
Ctrl+Home If the active cell is empty, Ctrl+Home moves the cursor to the beginning of the table. Pressing Ctrl+Home again moves the cursor to the beginning of document. If the active cell is not empty, Ctrl+Home moves the cursor to the beginning of the active cell. Pressing Ctrl+Home a second time moves the cursor to the beginning of the current table. A third press moves the cursor to the beginning of the document.
Ctrl+End If the active cell is empty, Ctrl+End moves the cursor to the end of the table. Pressing Ctrl+End again moves the cursor to the end of document. If the active cell is not empty, Ctrl+End moves the cursor to the end of the active cell. Pressing Ctrl+End a second time moves the cursor to the end of the current table. A third press moves the cursor to the end of the document.
Ctrl+Tab Inserts a tab stop (only in tables). Depending on the Window Manager in use, Alt+Tab may be used instead.
Ctrl+Shft+Arrow Up Jumps to start of table.
Ctrl+Shft+Arrow Down Jumps to end of table.
Alt+Arrow Keys Increases or decreases the size of the column or row on the right or bottom cell edge.
Alt+Shft+Arrow Keys Increases or decreases the size of the column or row on the left or top cell edge.
Ctrl+Alt+Shft+Arrow Keys Like Alt, but only the active cell is modified.
Alt+Insert Provides 3 seconds in Insert mode, during which time pressing an Arrow key inserts a row or column, or Ctrl+Arrow Key will insert a cell.
Alt+Del Provides 3 seconds in Delete mode, during which time pressing an Arrow key deletes a row or column, or Ctrl+Arrow Key merges the active cell with the neighbouring cell.
Ctrl+Shft+T Removes cell protection from all selected tables. If no table is selected, then cell protection is removed from all of the tables in the document.
Ctrl+Shft+Del If nothing is selected, the contents of the next cell will be deleted. If cells are selected, the whole row(s) of the selection will be deleted. If all rows are selected completely or partially, the entire table will be deleted.
Paragraphs and heading levels
Ctrl+Alt+Up Arrow or Ctrl+Up Arrow Moves the active paragraph or selected paragraphs up one paragraph.
Ctrl+Alt+Down Arrow or Ctrl+Down Arrow Moves the active paragraph or selected paragraphs down one paragraph.
Tab The heading in format Heading X (X = 1-9) is moved down one level in the outline.
Shft+Tab The heading in format Heading X (X = 2-10) is moved up one level in the outline.
Ctrl+Tab At the start of a heading, inserts a tab stop. Depending on the Window Manager in use, Alt+Tab may be used instead. To change the heading level with the keyboard, first position the cursor in front of the heading.
Offer :
Buy local , helps Australian grows
Offer :
Offer :
Offer :
Buy local , helps Australian grows
=========================================
Other items to offer :
Buy local , helps Australian grows
Offer :
Offer :
Buy local , helps Australian grows
Offer :
Offer :
Buy local , helps Australian grows
==================
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 partner
https://au.linkedin.com/in/simonskchan
Rixtronix LAB is looking for local engineering bussiness partner, please contact us, thanks
Rixtronix LAB 正在寻找当地工程业务合作伙伴,请与我们联系,谢谢
Please share a coffee with me, thanks...
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
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
2.4" TFT LCD Module For Arduino,AVR,STM32 ILI9325
https://www.ebay.com.au/itm/173951188072
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/
==================
Efesus 4 14 24 B Indonesia P2
Efesus 4:14-24
14 supaya kita bukan lagi anak-anak,
Di bawah tipu daya manusia dan keajaiban penipuan,
Mengambang ke sana kemari oleh semua angin kekafiran,
Ikuti semua jenis bidat,
15 Hanya berbicara kebenaran dengan cinta,
Tumbuh dalam segala hal,
Terhubung dengan kepala Kristus.
16 Seluruh tubuh bergantung padanya untuk terhubung dengan baik,
Seratus ayat masing-masing menurut posisinya,
Saling membantu sesuai fungsi tubuh masing-masing,
Sehingga tubuh secara bertahap tumbuh,
Bangun dirimu dalam cinta.
Tirulah Kristus dalam segala hal
17 Jadi saya berkata,
Dan yang pasti di dalam Tuhan:
Jangan bertingkah seperti orang bukan Yahudi lagi,
Bertindak dengan pikiran yang sia-sia.
18 Mereka menjadi gelap,
Terpisah dari kehidupan yang diberikan oleh Tuhan,
Karena ketidaktahuan mereka, hati mereka menjadi keras;
19 Karena hati nurani telah hilang,
Hanya memanjakan keinginan egois,
Keserakahan segala macam kotoran.
Pasang pendatang baru
20 Kamu belajar Kristus,
Ini bukan kasusnya.
21 Jika kamu telah mendengar jalannya,
Menerima ajarannya,
Mempelajari kebenarannya,
22 Anda akan menyingkirkan perilaku lama Anda di masa lalu,
Orang tua ini keluar dari keinginan egois
Kebingungan semakin parah;
23 Dan Anda akan berubah pikiran ke yang baru,
24 dan mengenakan pendatang baru,
Manusia baru ini diciptakan menurut gambar Allah,
Ada kebenaran, kebenaran dan kekudusan.
Ephesians 4:14-24
14 so that we no longer be children,
Under the tricks of man and the magic of deceit,
Floating to and fro by all winds of heathenism,
Follow all kinds of heretics,
15 Only speak the truth with love,
Grow in everything,
Connected to the head of Christ.
16 The whole body depends on him to connect well,
Hundred verses are each according to their positions,
Help each other according to the function of each body,
So that the body gradually grows,
Build yourself in love.
Imitate Christ in everything
17 So I said,
And to be sure in the Lord:
Don’t act like Gentiles anymore,
Act with a vain mind.
18 They are darkened,
Separated from the life given by God,
Because of their ignorance, their hearts are hardened;
19 Since the conscience is lost,
Just indulge selfish desires,
Greed all kinds of filth.
Put on the newcomer
20 You learned Christ,
This is not the case.
21 If you have heard his way,
Received his teaching,
Learned his truth,
22 You will get rid of your old behavior in the past,
This old man is out of selfish desire
The confusion is getting worse;
23 And you will change your mind to a new one,
24 and put on the newcomer,
This new man was created in the image of God,
There is truth, righteousness and holiness.
In this video,
Open Office Keyboard Shortcut
Copy - Ctrl-C
Cut - Ctrl-X
Select All - Ctrl All
Undo - Ctrl-Z
Header :
Main Menu--Insert -- Fields -- Date ,Alt-I -- D -- D
Main Menu--Insert -- Fields -- Time
Main Menu--Insert -- Fields -- Page Number
Main Menu--Insert -- Fields -- Page Count
Main Menu--Insert -- Fields -- Author
Ctrl+A Select All.
Ctrl+J Justify.
Ctrl+D Double Underline.
Ctrl+E Centred.
Ctrl+F Find and Replace.
Ctrl+Shft+P Superscript.
Ctrl+L Align Left.
Ctrl+R Align Right.
Ctrl+Shft+B Subscript.
Ctrl+Y Redo last action.
Ctrl+0 (zero) Apply Default paragraph style.
Ctrl+1 Apply Heading 1 paragraph style.
Ctrl+2 Apply Heading 2 paragraph style.
Ctrl+3 Apply Heading 3 paragraph style.
Ctrl+5 1.5 Line Spacing.
Ctrl+ Plus Key(+) Calculates the selected text and copies the result to the clipboard.
Ctrl+Hyphen(-) Custom hyphens; hyphenation set by you.
Ctrl+Shft+minus sign (-) Non-breaking dash (is not used for hyphenation).
Ctrl+multiplication sign * (only on number pad) Run macro field.
Ctrl+Space Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified.
Shft+Enter Line break without paragraph change.
Ctrl+Enter Manual page break.
Ctrl+Shft+Enter Column break in multi-columnar texts.
Alt+Enter Inserting a new paragraph without numbering.
Alt+Enter Inserting a new paragraph directly before or after a section or a table.
Arrow Left Move cursor to left.
Shft+Arrow Left Move cursor with selection to the left.
Ctrl+Arrow Left Go to beginning of word.
Ctrl+Shft+Arrow Left Selecting to the left word by word.
Arrow Right Move cursor to right.
Shft+Arrow Right Move cursor with selection to the right.
Ctrl+Arrow Right Go to end of word.
Ctrl+Shft+Arrow Right Selecting to the right word by word.
Arrow Up Move up one line.
Shft+Arrow Up Selecting lines in an upwards direction.
Arrow Down Move cursor down one line.
Shft+Arrow Down Selecting lines in a downward direction.
Home Go to beginning of line.
Shft+Home Go and select to the beginning of a line.
End Go to end of line.
Shft+End Go and select to end of line.
Ctrl+Home Go to start of document.
Ctrl+Shft+Home Go and select text to start of document.
Ctrl+End Go to end of document.
Ctrl+Shft+End Go and select text to end of document.
Ctrl+PageUp Switch cursor between text and header.
Ctrl+PageDown Switch cursor between text and footer.
Insert Insert mode on/off.
PageUp Screen page up.
Shft+PageUp Move up screen page with selection.
PageDown Move down screen page.
Shft+PageDown Move down screen page with selection.
Ctrl+Del Delete text to end of word.
Ctrl+Backspace Delete text to beginning of word.
Ctrl+Shft+Del Delete text to end of sentence.
Ctrl+Shft+Backspace Delete text to beginning of sentence.
Ctrl+Tab Next suggestion with Automatic Word Completion.
Ctrl+Shft+Tab Use previous suggestion with Automatic Word Completion.
Alt+W Spell checker dialog: Call back the original unknown word into the text box.
Ctrl+ double-click or Ctrl+Shft+F10
Tables
Ctrl+A If the active cell is empty, Ctrl+A selects the whole table; otherwise it selects the contents of the active cell. Pressing Ctrl+A a second time selects the entire table.
Ctrl+Home If the active cell is empty, Ctrl+Home moves the cursor to the beginning of the table. Pressing Ctrl+Home again moves the cursor to the beginning of document. If the active cell is not empty, Ctrl+Home moves the cursor to the beginning of the active cell. Pressing Ctrl+Home a second time moves the cursor to the beginning of the current table. A third press moves the cursor to the beginning of the document.
Ctrl+End If the active cell is empty, Ctrl+End moves the cursor to the end of the table. Pressing Ctrl+End again moves the cursor to the end of document. If the active cell is not empty, Ctrl+End moves the cursor to the end of the active cell. Pressing Ctrl+End a second time moves the cursor to the end of the current table. A third press moves the cursor to the end of the document.
Ctrl+Tab Inserts a tab stop (only in tables). Depending on the Window Manager in use, Alt+Tab may be used instead.
Ctrl+Shft+Arrow Up Jumps to start of table.
Ctrl+Shft+Arrow Down Jumps to end of table.
Alt+Arrow Keys Increases or decreases the size of the column or row on the right or bottom cell edge.
Alt+Shft+Arrow Keys Increases or decreases the size of the column or row on the left or top cell edge.
Ctrl+Alt+Shft+Arrow Keys Like Alt, but only the active cell is modified.
Alt+Insert Provides 3 seconds in Insert mode, during which time pressing an Arrow key inserts a row or column, or Ctrl+Arrow Key will insert a cell.
Alt+Del Provides 3 seconds in Delete mode, during which time pressing an Arrow key deletes a row or column, or Ctrl+Arrow Key merges the active cell with the neighbouring cell.
Ctrl+Shft+T Removes cell protection from all selected tables. If no table is selected, then cell protection is removed from all of the tables in the document.
Ctrl+Shft+Del If nothing is selected, the contents of the next cell will be deleted. If cells are selected, the whole row(s) of the selection will be deleted. If all rows are selected completely or partially, the entire table will be deleted.
Paragraphs and heading levels
Ctrl+Alt+Up Arrow or Ctrl+Up Arrow Moves the active paragraph or selected paragraphs up one paragraph.
Ctrl+Alt+Down Arrow or Ctrl+Down Arrow Moves the active paragraph or selected paragraphs down one paragraph.
Tab The heading in format Heading X (X = 1-9) is moved down one level in the outline.
Shft+Tab The heading in format Heading X (X = 2-10) is moved up one level in the outline.
Ctrl+Tab At the start of a heading, inserts a tab stop. Depending on the Window Manager in use, Alt+Tab may be used instead. To change the heading level with the keyboard, first position the cursor in front of the heading.
==================
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 :
路加福音 16 19 31 V42 The rich man and Lazarus
路加福音 16:19-31
财主和拉撒路
19 “有一个财主,
身穿紫色和细麻衣,
天天过着奢侈的生活。
20 在他家门口躺着
一个叫拉撒路的乞丐,
身上长满了疮,
21 想吃财主桌子
上掉下来的东西。
连狗都过来舔他的疮。
22 “时候到了,
乞丐死了,
天使把他带到亚伯拉罕身边。
财主也死了,
被埋葬了。
23 他在阴间受苦,
举目看见远处的亚伯拉罕,
拉撒路在他身边。
24 他就呼唤他说:
“我祖亚伯拉罕,
可怜我吧,
打发拉撒路
用指尖蘸点水,
凉凉我的舌头,
因为我在这火
中非常痛苦。”
25 “亚伯拉罕回答说:
‘孩子,你要记住,
你生前受过好东西,
拉撒路受过坏事,
但现在他在这里得到安慰,
你却在痛苦中。
26除此之外,
我们和你们之间已经形成了
一个巨大的鸿沟,
以至于那些想从这里到
你们那里的人不能,
也不能从那里越过我们那里。
27 “他回答说:
‘父亲,我求你打
发拉撒路到我家去,
28 因为我有五个兄弟。
让他警告他们,
以免他们也来到
这个受折磨的地方。
29 “亚伯拉罕回答说:
‘他们有摩西和先知;
让他们听他们的。
30 “‘不,亚伯拉罕祖宗,
’他说,‘但如果有人从
死者那里去,
他们就会悔改。’
31 “他对他说:
‘如果他们不听摩西
和先知的话,
即使有人从死里复活,
他们也不会信服。’”
Lù jiā fúyīn 16:19-31
Cáizhǔ hé lā sā lù
19 “yǒu yīgè cáizhǔ,
shēn chuān zǐsè hé xì máyī,
tiāntiānguòzhe shēchǐ de shēnghuó.
20 Zài tā jiā ménkǒu tǎngzhe
yīgè jiào lā sā lù de qǐgài,
shēnshang zhǎng mǎnle chuāng,
21 xiǎng chī cáizhǔ zhuōzi
shàng diào xiàlái de dōngxī.
Lián gǒu dōu guòlái tiǎn tā de chuāng.
22 “Shíhòu dàole,
qǐgài sǐle,
tiānshǐ bǎ tā dài dào yàbólāhǎn shēnbiān.
Cáizhǔ yě sǐle,
bèi máizàngle.
23 Tā zài yīnjiān shòukǔ,
jǔmù kànjiàn yuǎn chǔ de yàbólāhǎn,
lā sā lù zài tā shēnbiān.
24 Tā jiù hūhuàn tā shuō:
“Wǒ zǔ yàbólāhǎn,
kělián wǒ ba,
dǎfā lā sā lù
yòng zhǐ jiān zhàn diǎn shuǐ,
liáng liáng wǒ de shétou,
yīnwèi wǒ zài zhè huǒ zhōng
fēicháng tòngkǔ.”
25 “Yàbólāhǎn huídá shuō:
‘Háizi, nǐ yào jì zhù,
nǐ shēngqián shòuguò hǎo dōngxī,
lā sā lù shòuguò huàishì,
dàn xiànzài tā zài zhèlǐ dédào ānwèi,
nǐ què zài tòngkǔ zhōng.
26 Chú cǐ zhī wài,
wǒmen hé nǐmen zhī jiān yǐjīng xíngchéngle
yīgè jùdà de hónggōu,
yǐ zhìyú nàxiē xiǎng cóng zhèlǐ dào
nǐmen nàlǐ de rén bùnéng,
yě bùnéng cóng nàlǐ yuèguò wǒmen nàlǐ.
27 “Tā huídá shuō:
‘Fùqīn, wǒ qiú nǐ dǎ fā
lā sā lù dào wǒjiā qù,
28 yīnwèi wǒ yǒu wǔ gè xiōngdì.
Ràng tā jǐnggào tāmen,
yǐmiǎn tāmen yě lái dào
zhège shòu zhémó dì dìfāng.
29 “Yàbólāhǎn huídá shuō:
‘Tāmen yǒu móxī hé xiānzhī;
ràng tāmen tīng tāmen de.
30 “‘Bù, yàbólāhǎn zǔzōng,
’ tā shuō,‘dàn rúguǒ yǒurén cóng
sǐzhě nàlǐ qù,
tāmen jiù huì huǐgǎi.’
31 “Tā duì tā shuō:
‘Rúguǒ tāmen bù tīng móxī
hé xiānzhī dehuà,
jíshǐ yǒurén cóng sǐ lǐ fùhuó,
tāmen yě bù huì xìnfú.’”
Luke 16:19-31
The rich man and Lazarus
19 "There was a rich man,
Dressed in purple and fine linen,
Live a luxurious life every day.
20 Lying in front of his house
A beggar named Lazarus,
covered with sores,
21 Want to eat rich man table
things that fall off.
Even the dogs came to lick his sores.
22 "The time has come,
the beggar is dead,
The angel took him to Abraham.
The rich man also died,
was buried.
23 He suffered in hell,
He lifted up his eyes and saw Abraham in the distance,
Lazarus was by his side.
24 He called to him and said:
"My father Abraham,
have pity on me,
send Lazarus
Dip your fingertips in some water,
cool my tongue,
'Cause I'm on fire
very painful. "
25 "Abraham answered:
'Child, you have to remember,
You had good things in your life,
Lazarus suffered bad things,
But now he is comforted here,
You are in pain.
26 In addition to this,
We have formed a relationship with you
a huge gulf,
so that those who want to get from here to
You who are there cannot,
Nor can it pass us from there.
27" He replied:
'Father, I beg you
Phlazarus came to my house,
28 Because I have five brothers.
let him warn them,
lest they also come
This tortured place.
29 "Abraham answered:
'They had Moses and the prophets;
Let them listen to them.
30 "'No, the father of Abraham,
' he said, 'but if someone
to the dead
They will repent. ’
31 "He said to him:
'If they don't listen to Moses
and the words of the prophets,
Even if someone rises from the dead,
Nor will they be convinced. ’”
In this video,
Open Office Keyboard Shortcut
Copy - Ctrl-C
Cut - Ctrl-X
Select All - Ctrl All
Undo - Ctrl-Z
Header :
Main Menu--Insert -- Fields -- Date ,Alt-I -- D -- D
Main Menu--Insert -- Fields -- Time
Main Menu--Insert -- Fields -- Page Number
Main Menu--Insert -- Fields -- Page Count
Main Menu--Insert -- Fields -- Author
Ctrl+A Select All.
Ctrl+J Justify.
Ctrl+D Double Underline.
Ctrl+E Centred.
Ctrl+F Find and Replace.
Ctrl+Shft+P Superscript.
Ctrl+L Align Left.
Ctrl+R Align Right.
Ctrl+Shft+B Subscript.
Ctrl+Y Redo last action.
Ctrl+0 (zero) Apply Default paragraph style.
Ctrl+1 Apply Heading 1 paragraph style.
Ctrl+2 Apply Heading 2 paragraph style.
Ctrl+3 Apply Heading 3 paragraph style.
Ctrl+5 1.5 Line Spacing.
Ctrl+ Plus Key(+) Calculates the selected text and copies the result to the clipboard.
Ctrl+Hyphen(-) Custom hyphens; hyphenation set by you.
Ctrl+Shft+minus sign (-) Non-breaking dash (is not used for hyphenation).
Ctrl+multiplication sign * (only on number pad) Run macro field.
Ctrl+Space Non-breaking spaces. Non-breaking spaces are not used for hyphenation and are not expanded if the text is justified.
Shft+Enter Line break without paragraph change.
Ctrl+Enter Manual page break.
Ctrl+Shft+Enter Column break in multi-columnar texts.
Alt+Enter Inserting a new paragraph without numbering.
Alt+Enter Inserting a new paragraph directly before or after a section or a table.
Arrow Left Move cursor to left.
Shft+Arrow Left Move cursor with selection to the left.
Ctrl+Arrow Left Go to beginning of word.
Ctrl+Shft+Arrow Left Selecting to the left word by word.
Arrow Right Move cursor to right.
Shft+Arrow Right Move cursor with selection to the right.
Ctrl+Arrow Right Go to end of word.
Ctrl+Shft+Arrow Right Selecting to the right word by word.
Arrow Up Move up one line.
Shft+Arrow Up Selecting lines in an upwards direction.
Arrow Down Move cursor down one line.
Shft+Arrow Down Selecting lines in a downward direction.
Home Go to beginning of line.
Shft+Home Go and select to the beginning of a line.
End Go to end of line.
Shft+End Go and select to end of line.
Ctrl+Home Go to start of document.
Ctrl+Shft+Home Go and select text to start of document.
Ctrl+End Go to end of document.
Ctrl+Shft+End Go and select text to end of document.
Ctrl+PageUp Switch cursor between text and header.
Ctrl+PageDown Switch cursor between text and footer.
Insert Insert mode on/off.
PageUp Screen page up.
Shft+PageUp Move up screen page with selection.
PageDown Move down screen page.
Shft+PageDown Move down screen page with selection.
Ctrl+Del Delete text to end of word.
Ctrl+Backspace Delete text to beginning of word.
Ctrl+Shft+Del Delete text to end of sentence.
Ctrl+Shft+Backspace Delete text to beginning of sentence.
Ctrl+Tab Next suggestion with Automatic Word Completion.
Ctrl+Shft+Tab Use previous suggestion with Automatic Word Completion.
Alt+W Spell checker dialog: Call back the original unknown word into the text box.
Ctrl+ double-click or Ctrl+Shft+F10
Tables
Ctrl+A If the active cell is empty, Ctrl+A selects the whole table; otherwise it selects the contents of the active cell. Pressing Ctrl+A a second time selects the entire table.
Ctrl+Home If the active cell is empty, Ctrl+Home moves the cursor to the beginning of the table. Pressing Ctrl+Home again moves the cursor to the beginning of document. If the active cell is not empty, Ctrl+Home moves the cursor to the beginning of the active cell. Pressing Ctrl+Home a second time moves the cursor to the beginning of the current table. A third press moves the cursor to the beginning of the document.
Ctrl+End If the active cell is empty, Ctrl+End moves the cursor to the end of the table. Pressing Ctrl+End again moves the cursor to the end of document. If the active cell is not empty, Ctrl+End moves the cursor to the end of the active cell. Pressing Ctrl+End a second time moves the cursor to the end of the current table. A third press moves the cursor to the end of the document.
Ctrl+Tab Inserts a tab stop (only in tables). Depending on the Window Manager in use, Alt+Tab may be used instead.
Ctrl+Shft+Arrow Up Jumps to start of table.
Ctrl+Shft+Arrow Down Jumps to end of table.
Alt+Arrow Keys Increases or decreases the size of the column or row on the right or bottom cell edge.
Alt+Shft+Arrow Keys Increases or decreases the size of the column or row on the left or top cell edge.
Ctrl+Alt+Shft+Arrow Keys Like Alt, but only the active cell is modified.
Alt+Insert Provides 3 seconds in Insert mode, during which time pressing an Arrow key inserts a row or column, or Ctrl+Arrow Key will insert a cell.
Alt+Del Provides 3 seconds in Delete mode, during which time pressing an Arrow key deletes a row or column, or Ctrl+Arrow Key merges the active cell with the neighbouring cell.
Ctrl+Shft+T Removes cell protection from all selected tables. If no table is selected, then cell protection is removed from all of the tables in the document.
Ctrl+Shft+Del If nothing is selected, the contents of the next cell will be deleted. If cells are selected, the whole row(s) of the selection will be deleted. If all rows are selected completely or partially, the entire table will be deleted.
Paragraphs and heading levels
Ctrl+Alt+Up Arrow or Ctrl+Up Arrow Moves the active paragraph or selected paragraphs up one paragraph.
Ctrl+Alt+Down Arrow or Ctrl+Down Arrow Moves the active paragraph or selected paragraphs down one paragraph.
Tab The heading in format Heading X (X = 1-9) is moved down one level in the outline.
Shft+Tab The heading in format Heading X (X = 2-10) is moved up one level in the outline.
Ctrl+Tab At the start of a heading, inserts a tab stop. Depending on the Window Manager in use, Alt+Tab may be used instead. To change the heading level with the keyboard, first position the cursor in front of the heading.
=========================================
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
==================
Designing 4543 CMOS Clock Altium Pt60
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
Donation from Rixtronix LAB for the people, please enjoy and share a coffee with me,thanks
Entertainment for Engineer's break time
Offer :
Offer :
Buy local , helps Australian grows
Offer :
Buy local, helps Australian grows,
Offer :
Offer :
Buy local , helps Australian grows
Offer :
Buy local , helps Australian grows
Offer :
=========================================
Other items to offer :
Buy local , helps Australian grows
==================
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 partner
https://au.linkedin.com/in/simonskchan
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
Video Tutorial-CD40106 footprint 3D-Altium-Full Episode
https://vitshop.co/Video-Tutorial-CD40106-footprint-3D-Altium-Full-Episode-p445232108
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/
Belajar Matematika Online Bersama Ibu Francisca Eka Kristianti
https://www.youtube.com/channel/UCw72bAOSOzYtvoocTogtsKw
Belajar Fotografi | Photography untuk Pemula | Kamera Digital DSLR & Mirrorless Terbaik
Video channel for photographer
==================
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.....
Video Tutorial-CD40106 footprint 3D-Altium-Full Episode Click here for purchasing.....
==================
PCBWay, PCB Prototype the Easy Way
Page 23 of 567