From a35f50d8326eadeaf50d99faee5e5a57ba515592 Mon Sep 17 00:00:00 2001 From: Eike Plack Date: Wed, 1 Mar 2017 03:28:23 +0100 Subject: [PATCH] Add `RawKey` to hook completion list --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };