Add RawKey to hook completion list

This commit is contained in:
Eike Plack 2017-03-01 03:28:23 +01:00
parent eace7e0424
commit a35f50d832

View File

@ -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",
};