Add a new warning for numeric keysyms
authorPierre Le Marre <dev@wismill.eu>
Mon, 18 Sep 2023 16:17:39 +0000 (18:17 +0200)
committerWismill <dev@wismill.eu>
Tue, 19 Sep 2023 06:49:52 +0000 (08:49 +0200)
commiteafd3aceca97d4984070115ec67f639b045b0d65
tree8182ee2c34ed0964eb72b1e1f786222ee2603d68
parent417d0747b6dcf5cb28bd3cd6de33a0d574d7296d
Add a new warning for numeric keysyms

Usually it is better to use the corresponding human-friendly keysym
names. If there is none, then the keysym is most probably not
supported in the ecosystem. The only use case I see is similar to the
PUA in Unicode (see: https://en.wikipedia.org/wiki/Private_Use_Areas).
I am not aware of examples of this kind of use.
doc/message-registry.md
doc/message-registry.yaml
src/messages-codes.h
src/xkbcomp/expr.c
src/xkbcomp/parser.y
tools/messages.c