# {py:mod}`simvx.ide.keybindings` ```{py:module} simvx.ide.keybindings ``` ```{autodoc2-docstring} simvx.ide.keybindings :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`register_keybindings ` - ```{autodoc2-docstring} simvx.ide.keybindings.register_keybindings :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`DEFAULT_BINDINGS ` - ```{autodoc2-docstring} simvx.ide.keybindings.DEFAULT_BINDINGS :summary: ``` ```` ### API ````{py:data} DEFAULT_BINDINGS :canonical: simvx.ide.keybindings.DEFAULT_BINDINGS :value: > [('Ctrl+N', 'file.new'), ('Ctrl+O', 'file.open'), ('Ctrl+S', 'file.save'), ('Ctrl+Shift+S', 'file.sa... ```{autodoc2-docstring} simvx.ide.keybindings.DEFAULT_BINDINGS ``` ```` ````{py:function} register_keybindings(shortcuts: simvx.core.shortcuts.ShortcutManager, actions: dict) :canonical: simvx.ide.keybindings.register_keybindings ```{autodoc2-docstring} simvx.ide.keybindings.register_keybindings ``` ````