The cl-xkeysym Reference Manual

This is the cl-xkeysym Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:53:08 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-xkeysym

Human readable mappings of xkeysym values.

Author

Matthew Kennedy

License

GNU General Public License

Version

0.0.1

Source

cl-xkeysym.asd.

Child Component

keysyms.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-xkeysym/cl-xkeysym.asd

Source

cl-xkeysym.asd.

Parent Component

cl-xkeysym (system).

ASDF Systems

cl-xkeysym.


3.1.2 cl-xkeysym/keysyms.lisp

Source

cl-xkeysym.asd.

Parent Component

cl-xkeysym (system).

Packages

cl-xkeysym.

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-xkeysym

Source

keysyms.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: keysym->keysym-name (keysym)

Return the name corresponding to KEYSYM.

Package

cl-xkeysym.

Source

keysyms.lisp.

Function: keysym-name->keysym (name)

Return the keysym corresponding to NAME.

Package

cl-xkeysym.

Source

keysyms.lisp.

Function: modifier? (keysym)
Package

cl-xkeysym.

Source

keysyms.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *keysym-name-translations*
Package

cl-xkeysym.

Source

keysyms.lisp.

Special Variable: *name-keysym-translations*
Package

cl-xkeysym.

Source

keysyms.lisp.


5.2.2 Ordinary functions

Function: define-keysym (keysym name)

Define a mapping from a keysym name to a keysym.

Package

cl-xkeysym.

Source

keysyms.lisp.


Appendix A Indexes


A.1 Concepts