diff options
| author | Eike Plack <github@ekie.antares.uberspace.de> | 2017-03-01 03:28:23 +0100 |
|---|---|---|
| committer | Eike Plack <github@ekie.antares.uberspace.de> | 2017-03-01 03:28:23 +0100 |
| commit | a35f50d8326eadeaf50d99faee5e5a57ba515592 (patch) | |
| tree | 8ce01f864deea3c308cda6debd5853c1c7107447 /src | |
| parent | eace7e04246c6b56aed1edd78c3f8c9fb7cf4853 (diff) | |
Add `RawKey` to hook completion list
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 2 |
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", }; |
