aboutsummaryrefslogtreecommitdiff
path: root/src/InputMediator.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InputMediator.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/InputMediator.hpp b/src/InputMediator.hpp
index 7194ff9..87395d5 100644
--- a/src/InputMediator.hpp
+++ b/src/InputMediator.hpp
@@ -23,8 +23,9 @@ public:
DELEGATE(webViewStack, closeCurrent, closeCurrentWebView)
DELEGATE(keymapEvaluator, evaluate, evaluateKeymap)
-private:
+protected:
void evaluateCommand(QString command);
+ void addKeymap(QString mode, QString keyseq, std::function<void()> action);
private:
WebViewStack *webViewStack;