=================================== OpenSCAD 2019.05 keyboard shortcuts =================================== First published at 1/4/2020 on https://defkey.com/openscad-shortcuts OpenSCAD is a 3D CAD (computer-aided design) software for creating solid 3D CAD objects. It is a 3D-compiler rather than a interactive modeler. OpenSCAD is free software and available in Windows, Linux, macOS. OpenSCAD 2019.05 has 108 shortcuts and we have listed all of them below. Menu ---- F2 File  Save F3 File  Reload F4 Design  Reload and Preview F5 Design  Preview F6 Design  Render F8 3D print F7 File  Export  Export as STL F9 View  Preview F10 View  Surfaces F11 View  Wireframe F12 View  Thrown Together Ctrl + + Edit  Zoom In Ctrl + - Edit  Zoom Out Ctrl + 1 View  Show Edges Ctrl + 2 View  Show Axis Ctrl + 3 View  Show Crosshairs Ctrl + 4 View  Top Ctrl + 5 View  Bottom Ctrl + 6 View  Left Ctrl + 7 View  Right Ctrl + 8 View  Front Ctrl + 9 View  Back Ctrl + 0 View  Diagonal Ctrl + Shift + V View  View All Ctrl + A Select All Ctrl + C Edit  Copy Ctrl + Shift + C Edit  Copy viewport image Ctrl + D Edit  Comment Ctrl + Shift + D Edit  Uncomment Ctrl + E Edit  Use selection for find Ctrl + F Edit  Find... Ctrl + Shift + F Edit  Find and Replace... Ctrl + G Edit  Find Next Ctrl + Shift + G Edit  Find Previous Ctrl + I Edit  Indent Ctrl + Shift + I Edit  Unindent Ctrl + N File  New Ctrl + O File  Open... Ctrl + Q File  Quit Ctrl + R File  Reload S File  Save Ctrl + Shift + S File  Save As Ctrl + T Edit  Copy Viewport Translation Ctrl + V Edit  Paste Ctrl + W File  Close Ctrl + X Edit  Cut Ctrl + Z Edit  Undo Ctrl + Shift + Z Edit  Redo Ctrl + + Edit  Increase font size Ctrl + - Edit  Decrease font size Ctrl + ] View  Zoom In Ctrl + [ View  Zoom Out Editor Navigation ----------------- Adding Shift key to navigation shortcut will usually extend the selection to include currently selected text. Left arrow Char left Right arrow Char right Up arrow Line up Down arrow Line down Home VCHome End Line End Ctrl + Home Doc start Ctrl + End Doc end Ctrl + [ Paragraph Up Ctrl + ] Paragraph Down Ctrl + / Word left Ctrl + \ Word right Mac-only navigation shortcuts  Control + A Navigate Start of line Control + B Navigate Char left Control + E Navigate End of line Control + F Navigate Char right Control + L Scroll to center view on current line Control + N Navigate Line Down Control + P Navigate Line Up Control + V Navigate Page down Control + D Delete next char Control + H Delete previous char Control + K Delete to end of line Fn + Backspace Delete key Fn + Left arrow Home key Fn + Right arrow End key Fn + Up arrow Page Up key Fn + Down arrow Page Down key Editor: Functions ----------------- Del Delete next char Ctrl + Del Delete next word Ctrl + Shift + Del Delete to end of line Backspace Delete previous char Ctrl + Backspace Delete previous word Ctrl + Shift + Backspace Delete to start of line Control + Backspace Undo Insert Toggle overwrite Shift + Insert Paste Control + Insert Copy Tab Tab Shift + Tab Backtab Esc Cancel Ctrl + + Zoom In Ctrl + - Zoom Out Ctrl + A Select All Ctrl + C Copy selection Ctrl + D Duplicate Selection Ctrl + L Cut line Ctrl + Shift + L Delete line Ctrl + Shift + T Copy line Ctrl + U Lowercase selection Ctrl + Shift + U Uppercase selection Ctrl + V Paste Ctrl + X Cut selection Ctrl + Y Redo Ctrl + Shift + Z Redo Ctrl + Z Undo These are the shortcuts we have gathered from the OpenSCAD GitHub page and program itself. We definitely didn't include functions, which can be found in the OpenSCAD CheatSheet. Source: OpenSCAD GitHub page Last modified on (UTC): Saturday, January 4, 2020 Defkey © All rights reserved.