summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWismill <dev@wismill.eu>2023-04-30 21:30:36 +0200
committerGitHub <noreply@github.com>2023-04-30 22:30:36 +0300
commit0e9c2ec97e8f5280171002834243104b9f53a772 (patch)
tree6b70c3e0be2cf8446d288dcac8d64d918924ba09 /include
parent003fdee1378382d4fef77089f5f4652cd2422c6a (diff)
downloadxorg-lib-libxkbcommon-0e9c2ec97e8f5280171002834243104b9f53a772.tar.gz
Improve the doc of the XKB keymap text format, V1 (#321)
- Add table of contents - Add terminology section - (WIP) Add Introduction to the format - Improve the keycode section - Improve the interpret section - Add guide to create and use modifiers - (WIP) Add actions documentation - Add cross-references - Add keysyms header to documentation
Diffstat (limited to 'include')
-rw-r--r--include/xkbcommon/xkbcommon-keysyms.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/xkbcommon/xkbcommon-keysyms.h b/include/xkbcommon/xkbcommon-keysyms.h
index 7c5a62d..5ea830d 100644
--- a/include/xkbcommon/xkbcommon-keysyms.h
+++ b/include/xkbcommon/xkbcommon-keysyms.h
@@ -3,6 +3,11 @@
/* This file is autogenerated; please do not commit directly. */
+/**
+ * @file
+ * Key symbols (keysyms) definitions.
+ */
+
#define XKB_KEY_NoSymbol 0x000000 /* Special KeySym */
/***********************************************************