Skip to content

Commit

Permalink
Document previously-undocumented function CHARACTER->KEYSYMS.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-strandh committed Jul 20, 2016
1 parent 11c8bbe commit 5dc2fa8
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions manual/clx.texinfo
Original file line number Diff line number Diff line change
Expand Up @@ -15405,6 +15405,26 @@ Type @var{character} or @var{null}.

@end defun

@defun character->keysyms character &optional display

@table @var
@item character
A @var{character}.
@item display
A @var{display}.
@end table

Given a character, returns a list of all matching keysyms. If
@var{display} is given, translations specific to @var{display} are
used. Otherwise only global translations are used.

This function is implementation dependent.

Calling this function may be slow, because it involves a linear
search over all known keysyms.

@end defun


@node Client Termination, Managing Host Access, Keyboard Encodings, Control Functions
@section Client Termination
Expand Down Expand Up @@ -17467,11 +17487,6 @@ ChangeWindowAttributes (@code{setf} (@var{window-save-under} @emph{window}))
This section just lists all symbols exported from the
@var{XLIB} package but not documented in this manual.


@defun character->keysyms character &optional display
@end defun


@defun character-in-map-p display character keymap

@table @var
Expand Down

0 comments on commit 5dc2fa8

Please sign in to comment.