Subscriptions are temporarily disabled, read announcements on discord!
By using this platform, you acknowledge that botting is usually against a game's TOS (Terms of Service) and/or EULA (End User License Agreement). This software is provided "as is," with no warranties. Do not use it if your EULA prohibits botting.

Simba Editor Keyboard Shortcuts

All common shortcuts for Simba Editor

Author: Loading...

Basic Operations

ShortcutFunction
CTRL+QExit application
CTRL+WClose current tab
CTRL+OOpen file
CTRL+SSave current file
CTRL+ASelect all content

Text Editing

ShortcutFunction
CTRL+ZUndo last action
CTRL+SHIFT+ZRedo last undone action
CTRL+XCut selected text
CTRL+CCopy selected text
CTRL+VPaste from clipboard
CTRL+RFind and Replace
CTRL+FFind text
CTRL+GGo to specific line

Line Operations

ShortcutFunction
CTRL+TDelete line under cursor
CTRL+YDelete current line
CTRL+NInsert new line under
CTRL+MInsert new line under and move cursor
CTRL+/Toggle line comment
CTRL+SHIFT+IIndent line
CTRL+SHIFT+UDeindent line

Code Navigation & Development

ShortcutFunction
CTRL+SPACEShow inline function hints
CTRL+SHIFT+SPACEShow function matching dropdown
CTRL+MOUSE_1Go to declaration
CTRL+SHIFT+RRun script
CTRL+SHIFT+SStop execution
CTRL+SHIFT+CCompile code

Menu Access

ShortcutFunction
ALT+FOpen File menu
ALT+EOpen Editor menu
ALT+TOpen Tools menu
ALT+SOpen Script menu
ALT+VOpen View menu
ALT+HOpen Help menu

Code Folding

ShortcutFunction
ALT+SHIFT+1Fold all code
ALT+SHIFT+2Fold all except current function
ALT+SHIFT+3Fold nested level 3
ALT+SHIFT+4Fold nested level 4
ALT+SHIFT+5Fold nested level 5
ALT+SHIFT+6Unfold all code