Posts: 451
Threads: 34
Likes Received:
359 in 246 posts
Likes Given: 178
Joined: Aug 2023
Reputation:
17
05-30-2024, 10:14 AM
(This post was last modified: 06-01-2024, 10:48 PM by litdev.)
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
Posts: 9
Threads: 2
Likes Received:
10 in 4 posts
Likes Given: 1
Joined: Oct 2023
Reputation:
0
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
Posts: 9
Threads: 2
Likes Received:
10 in 4 posts
Likes Given: 1
Joined: Oct 2023
Reputation:
0
LirDev, That covers it. Thankyou