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

Method replaceKeyBindingString

src/eepp/ui/uiwindow.cpp:1792–1794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790}
1791
1792void UIWindow::replaceKeyBindingString( const std::string& shortcut, const std::string& command ) {
1793 mKeyBindings.replaceKeybindString( shortcut, command );
1794}
1795
1796void UIWindow::replaceKeyBinding( const KeyBindings::Shortcut& shortcut,
1797 const std::string& command ) {

Callers

nothing calls this directly

Calls 1

replaceKeybindStringMethod · 0.80

Tested by

no test coverage detected