xref: /aosp_15_r20/external/libxkbcommon/scripts/update-keysyms (revision 2b949d0487e80d67f1fda82db69e101e761f8064)
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.
4export LC_CTYPE=C
5scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
6scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
7