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

Method replaceKeyBindingString

src/eepp/ui/uiscenenode.cpp:1249–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247}
1248
1249void UISceneNode::replaceKeyBindingString( const std::string& shortcut,
1250 const std::string& command ) {
1251 mKeyBindings.replaceKeybindString( shortcut, command );
1252}
1253
1254void UISceneNode::replaceKeyBinding( const KeyBindings::Shortcut& shortcut,
1255 const std::string& command ) {

Callers

nothing calls this directly

Calls 1

replaceKeybindStringMethod · 0.80

Tested by

no test coverage detected