simvx.ide.keybindings¶
Default IDE keybindings (VS Code-like).
Module Contents¶
Functions¶
Register all default bindings. |
Data¶
API¶
- simvx.ide.keybindings.DEFAULT_BINDINGS¶
[(‘Ctrl+N’, ‘file.new’), (‘Ctrl+O’, ‘file.open’), (‘Ctrl+S’, ‘file.save’), (‘Ctrl+Shift+S’, ‘file.sa…
- simvx.ide.keybindings.register_keybindings(shortcuts: simvx.core.shortcuts.ShortcutManager, actions: dict)¶
Register all default bindings.
actionsmaps action names to callables.