SB-Prime hotkeys - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4) +--- Thread: SB-Prime hotkeys (/showthread.php?tid=77) |
SB-Prime hotkeys - AbsoluteBeginner - 05-30-2024 (translated by Google translator) Hi all. Please tell me, can I find a list of "hot keys" for SB-Prime somewhere? I tested different combinations at random, but found no combinations for turning bookmarks on/off for a line of code and for moving through existing bookmarks. Thank you. RE: SB-Prime hotkeys - litdev - 05-30-2024 Hi, this is the full list as far as I can see. Sometimes there are OS or other hotkeys available. There is none for toggling or navigating bookmarks - Updated SB-Prime to include this. General HotKeys F5 Run program ShiftF5 Stop program F6 Start debug ShiftF6 Stop debug F9 Toggle breakpoint F10 Debug step over F11 Debug step CtrlN New file CtrlO Open file CtrlS Save file CtrlShiftO Import program CtrlShiftS Publish program CtrlF Find CtrlH Find and replace F3 Find next ShiftF3 Find previous HotKeys specific to Editor Ctrl+ Zoom in Ctrl- Zoom out Ctrl0 Zoom default CtrlMouseWheel Zoom CtrlShiftW Add selection to debug watch CtrlW Select word at caret CtrlAltEnd Move view to show caret at top of page CtrlEnd Show end of document CtrlHome Show start of document Escape Clear selection CtrlB Go to previous caret/edit position CtrlShiftB Goto to next caret/edit position CtrlM Toggle bookmark CtrlShiftM Clear all bookmarks CtrlK Goto next bookmark CtrlShiftK Goto previous bookmark Ctrl? Comment/uncomment selected line(s) CtrlShift? Comment/uncomment immediately before caret Standard HotKeys CtrlA Select all CtrlC Copy selection to clipboard CtrlV Paste clipboard at caret CtrlX Cut selection (copy to clipboard and delete) CtrlZ Undo last edit CtrlY Redo last (undone) edit CtrlD Copy and paste current line Shortcuts Press Alt to get menu option keyboard shortcuts EDIT Updated to to include bookmark hotkeys RE: SB-Prime hotkeys - AbsoluteBeginner - 05-30-2024 Thank you very much. Now SB-Prime has become even more convenient. RE: SB-Prime hotkeys - Lester - 07-08-2024 LitDev, Feature Request As my SB code inventory increases I find I am using the "File Searcher" command more frequently. Would it be possible to implement a Hot Key feature for this in your next Prime update? Lester RE: SB-Prime hotkeys - litdev - 07-08-2024 Hi, There is already Alt+T+FS Alt to get key tips, T for Tools and FS for FileSearcher Does this cover it, or are you thinking something else? EDIT Just uploaded a correction to be IC for Insert Colour RE: SB-Prime hotkeys - Lester - 07-09-2024 LirDev, That covers it. Thankyou |