| 1786 | } |
| 1787 | |
| 1788 | void UIWindow::addKeyBinding( const KeyBindings::Shortcut& shortcut, const std::string& command ) { |
| 1789 | mKeyBindings.addKeybind( shortcut, command ); |
| 1790 | } |
| 1791 | |
| 1792 | void UIWindow::replaceKeyBindingString( const std::string& shortcut, const std::string& command ) { |
| 1793 | mKeyBindings.replaceKeybindString( shortcut, command ); |