summaryrefslogtreecommitdiff
path: root/include/X11/keysymdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/keysymdef.h')
-rw-r--r--include/X11/keysymdef.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/X11/keysymdef.h b/include/X11/keysymdef.h
index 118290d..d920e5b 100644
--- a/include/X11/keysymdef.h
+++ b/include/X11/keysymdef.h
@@ -81,8 +81,15 @@ SOFTWARE.
* existing legacy keysym values in the range 0x0100 to 0x20ff.
*
* Where several mnemonic names are defined for the same keysym in this
- * file, all but the first one listed should be considered deprecated.
+ * file, all but the first one listed should be considered deprecated,
+ * unless the comment explicitly states the alias, e.g.:
+ *
+ * #define XK_dead_tilde 0xfe53
+ * #define XK_dead_perispomeni 0xfe53 // alias for dead_tilde
*
+ * Additionally, a keysym can be explicitly deprecated by starting the
+ * comment with "deprecated".
+ *
* Mnemonic names for keysyms are defined in this file with lines
* that match one of these Perl regular expressions:
*