While waiting for an update to the official documentation page, I created my own list of shortcuts. Then I thought I could share it as a wiki page, so yβall can contribute with entries that I may have missed.
EDIT: The documentation page has now been updated and improved, but Iβll keep this wiki page live. Time will tell which one becomes stale first!
.
Design View Only
DeleteorBackspaceβ Delete the currently selected component(s)Ctrl+Dragβ Fine-grained control over column resizingCtrl+Dragwhile dragging a component β Allows finer control over the size or position of the component being moved or resizedDouble Clickon column separator of column panel β Reset column width, so the two columns have the same width
Code View Only, for the current file (module)
Ctrl+Dβ Delete current lineCtrl+Fβ Search the current file. Hit enter repeatedly to find subsequent matchesCtrl+Gβ Find next. Repeats previous searchCtrl+Shift+Gβ Find previous. Repeats previous search backwardsCtrl+Alt+Gβ Go to line numberCtrl+Hβ Replace occurrences of a particular string in the current file one by oneCtrl+Shift+Hβ Replace all occurrences of a particular string in the current fileCtrl+Qβ Expand/collapse currently selected block of codeCtrl+/β Comment/uncomment a line or block of codeCtrl+Click+Functionβ Click on a (underlined) function to jump to its definitionCtrl+Click+Variableβ Click on a (underlined) variable to jump to its definitionAlt+UporAlt+Downβ Move the current or the selected lines up or downAlt+Shift+UporAlt+Shift+Downβ Duplicate the current or the selected lines above or below
Linting and Formatting
F8β Jump to the next lint warning in the editorCtrl+Iβ Reindent the code to match your tabsize preferenceCtrl+Shift+Mβ Show all lint warnings in a bottom panelAlt+Shift+Fβ Format the module
Region folding
Ctrl+Shift+[β Fold current regionCtrl+Shift+]β Unold current regionCtrl+Alt+[β Fold all regions recursivelyCtrl+Alt+]β Unold all regions recursivelyCtrl+Alt+k,Ctrl+Alt+0β Fold All Code RecursivelyCtrl+Alt+k,Ctrl+Alt+1β Fold level 1Ctrl+Alt+k,Ctrl+Alt+2β Fold level 2Ctrl+Alt+k,Ctrl+Alt+3β Fold level 3Ctrl+Alt+k,Ctrl+Alt+4β Fold level 4Ctrl+Alt+k,Ctrl+Alt+5β Fold level 5Ctrl+Alt+k,Ctrl+Alt+6β Fold level 6Ctrl+Alt+k,Ctrl+Alt+[β Fold Region RecursivelyCtrl+Alt+k,Ctrl+Alt+]β Unfold Region RecursivelyCtrl+Alt+k,Ctrl+Alt+-β Fold All except selected regionCtrl+Alt+k,Ctrl+Alt+jβ Unfold AllAlt-Click-Chevronβ Fold/Unfold all other regions recursively. Child regions will fold or unfold to match their parent regionShift-Click-Chevronβ Fold/Unfold clicked region recursively. Child regions will fold or unfold to match their parent region.
Selection management
Alt+Clickβ Add a new caret (preserving the current carets and selections)Alt+Dragβ Add a new rectangular selection (preserving the current carets and selections)Alt+Shift+Dragβ Create a rectangular selection (after resetting any other selection)
Data Table View Only
DeleteorBackspaceβ Delete the currently selected row(s) or column(s), or set the currently selected cell value toNoneUp,Down,Left,Rightβ Move between cellsEnterβ Edit the currently selected cell, or move to the cell below if already editingTabβ Move to the cell on the rightEscapeβ Clear the current selection
Other shortcuts
Ctrl+Bβ Open or close theApp BrowserpanelCtrl+Cβ Copy the currently selected component(s) or codeCtrl+Shift+Fβ Search all code in the appCtrl+Pβ Open theJump Towindow, with the (searchable!) list of available editorsAlt+PgUpβ Goes to the previous editorAlt+PgDownβ Goes to the next editorCtrl+Vβ Paste the cut/copied components or code into the selected container or at the cursor. When pasting code, automating indentation is appliedCtrl+Shift+Vβ Paste without applying automatic indentationCtrl+Xβ Cut the currently selected component(s) or codeCtrl+YorCtrl+Shift+Zβ Redo the latest reverted changeCtrl+Zβ Undo the latest changeCtrl+Enterβ Save and run the appShift+Clickon a file name on theApp Browserand on theJump Towindow β Open the file in a new browser windowCtrl+Clickon a file name on theApp Browserand on theJump Towindow β Open the file in a new browser tabAlt+Shift+ZorDouble Clickthe tab bar β Maximize the current tab and enter Zen mode