Commit 8ea96f365fe08be8f0048fbba585b9edf64b2bb3

Frank Praznik 2022-11-16T11:32:31

events: Remove X and XKB keysym constants and headers The XKB_KEY_* and XK_* macros resolve to the same constant values, so use the raw values and note what keys they correspond to in the comments, as is done for the other keysym values in this file. This completely eliminates the need for any X or XKB system headers along with the if/else defines.