MCPcopy Create free account
hub / github.com/SpartanJ/eepp / addKeyBinds

Method addKeyBinds

src/eepp/ui/uiwindow.cpp:1805–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1803}
1804
1805void UIWindow::addKeyBinds( const std::map<KeyBindings::Shortcut, std::string>& binds ) {
1806 mKeyBindings.addKeybinds( binds );
1807}
1808
1809void UIWindow::setKeyBindingCommand( const std::string& command,
1810 UIWindow::KeyBindingCommand func ) {

Callers 3

onCodeEditorCreatedMethod · 0.45
setKeybindingsMethod · 0.45
createCodeEditorMethod · 0.45

Calls 1

addKeybindsMethod · 0.80

Tested by

no test coverage detected