Tools: Improve xkbcli help messages and manual pages
[platform/upstream/libxkbcommon.git] / scripts / update-keysyms
1 #!/bin/sh
2 # Run this to regenerate xkbcommon-keysyms.h from the X11 headers
3 # defining the keysyms and update the name <-> keysym mapping.
4 export LC_CTYPE=C
5 scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
6 scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h