--- rxvt-unicode/src/hookinc.h 2006/01/06 01:16:58 1.3 +++ rxvt-unicode/src/hookinc.h 2006/01/06 03:40:19 1.4 @@ -26,5 +26,8 @@ def (KEYBOARD_COMMAND) - def (MOUSE_CLICK) - def (MOUSE_MOVE) + def (KEY_PRESS) + def (KEY_RELEASE) + def (BUTTON_PRESS) + def (BUTTON_RELEASE) + def (MOTION_NOTIFY)