simvx.ide.keybindings

Default IDE keybindings (VS Code-like).

Module Contents

Functions

register_keybindings

Register all default bindings. actions maps action names to callables.

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. actions maps action names to callables.