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

Method replaceKeybindString

src/eepp/ui/keyboardshortcut.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void KeyBindings::replaceKeybindString( const std::string& keys, const std::string& command ) {
61 replaceKeybind( getShortcutFromString( keys ), command );
62}
63
64void KeyBindings::replaceKeybind( const KeyBindings::Shortcut& keys, const std::string& command ) {
65 bool erased;

Callers 4

Calls

no outgoing calls

Tested by

no test coverage detected