======================== FBIde keyboard shortcuts ======================== First published at 9/9/2019 on https://defkey.com/fbide-shortcuts FBIde is a open-source IDE (integrated development environment) for FreeBasic compiler. It comes with features such as tabbed interface, syntax highlighting, compiling and executing directly from IDE, sub and function browser. FBIde has 41 shortcuts and we have listed all of them below. File handling ------------- Ctrl + N Create a new empty document Ctrl + O Open a file dialog Ctrl + S Save file Ctrl + Shift + S Save file as Tab handling ------------ Ctrl + [0 - 9] Select given tab Ctrl + Shift + [1 - 9] Select tabs between 10 to 19 Ctrl + F4 Close the active tab Ctrl + Tab Select next tab Ctrl + Shift + Tab Select previous tab Editing ------- Ctrl + Z Undo Ctrl + Shift + Z Redo Ctrl + X Cut Ctrl + C Copy Ctrl + V Paste Ctrl + A Select all Ctrl + L Select line, or select a next line Ctrl + D Make a copy of current line Ctrl + Shift + L Delete next line Tab Indent increase of selected text/line Shift + Tab Indent decrease of selected text/line Ctrl + M Comment selected text/line Ctrl + Shift + M Un-comment selected text/line Ctrl + U Make selected text uppercase Ctrl + Shift + U Make selected text lowercase Ctrl + Left arrow / Right arrow Go to previous/next word Ctrl + Shift + Left arrow / Right arrow Add previous/next word to selection User interface -------------- Ctrl + + Zoom editor in/out Ctrl + - Zoom editor in/out Ctrl + Wheel up and wheel down Zoom editor in/out Search/Replace -------------- Ctrl + F Open Find dialog F3 Find next Ctrl + R Opens replace dialog Ctrl + G Open "go to line" dialog Compiling --------- F9 Compile and run Ctrl + F9 Compile Ctrl + Shift + F9 Run F5 Quick run Misc ---- F1 Help F2 Sub/Function browser F4 Open/Close compiler output area F8 Command prompt Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.