2017-07-29 05:37:23 -06:00
|
|
|
#!/bin/sh
|
|
|
|
# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
|
|
|
|
# defining the keysyms and update the name <-> keysym mapping.
|
|
|
|
export LC_CTYPE=C
|
2021-05-13 16:36:59 -06:00
|
|
|
scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
|
|
|
|
scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
|