diff --git a/doc/clog-manual.html b/doc/clog-manual.html index 5de2dbf..2989106 100644 --- a/doc/clog-manual.html +++ b/doc/clog-manual.html @@ -282,8 +282,9 @@ properties (to use for :property) are based on the event type.
:meta-key t or nil if meta-key held down :event-type :keyboard - :key-code A key code sometimes called a scan code for the key pressed - :char-code UTF-8 representation for key pressed when possible + :key String of key pressed, with out modifiers like ctrl characters + :key-code The utf-16 value of :key + :char-code UTF-8 representation for key pressed when possible - deprecated :alt-key t or nil if alt-key held down :ctrl-key t or nil if ctrl-key held down :shift-key t or nil if shift-key held down @@ -1004,8 +1005,8 @@ is nil unbind the event.[generic-function] SET-ON-CHARACTER CLOG-OBJ ON-CHARACTER-HANDLER &KEY ONE-TIME
Set the ON-CHARACTER-HANDLER for CLOG-OBJ. If
-ON-CHARACTER-HANDLER is nil unbind the event. Setting this event
-will replace a on-key-down
ON-CHARACTER-HANDLER is nil unbind the event. Setting this event to
+nil will unbind on-key-press also.