summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEike Plack <github@ekie.antares.uberspace.de>2017-03-01 03:28:23 +0100
committerEike Plack <github@ekie.antares.uberspace.de>2017-03-01 03:28:23 +0100
commita35f50d8326eadeaf50d99faee5e5a57ba515592 (patch)
tree8ce01f864deea3c308cda6debd5853c1c7107447 /src
parenteace7e04246c6b56aed1edd78c3f8c9fb7cf4853 (diff)
Add `RawKey` to hook completion list
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index d03582ae..433d4fd5 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -763,7 +763,7 @@ static constexpr auto hooks = {
"InsertBegin", "InsertChar", "InsertEnd", "InsertIdle", "InsertKey",
"InsertMove", "InsertCompletionHide", "InsertCompletionShow",
"KakBegin", "KakEnd", "FocusIn", "FocusOut", "RuntimeError",
- "NormalBegin", "NormalEnd", "NormalIdle", "NormalKey",
+ "NormalBegin", "NormalEnd", "NormalIdle", "NormalKey", "RawKey",
"WinClose", "WinCreate", "WinDisplay", "WinResize", "WinSetOption",
};