xref: /aosp_15_r20/external/libxkbcommon/scripts/update-keysyms (revision 2b949d0487e80d67f1fda82db69e101e761f8064)
1*2b949d04SAndroid Build Coastguard Worker#!/bin/sh
2*2b949d04SAndroid Build Coastguard Worker# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
3*2b949d04SAndroid Build Coastguard Worker# defining the keysyms and update the name <-> keysym mapping.
4*2b949d04SAndroid Build Coastguard Workerexport LC_CTYPE=C
5*2b949d04SAndroid Build Coastguard Workerscripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
6*2b949d04SAndroid Build Coastguard Workerscripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
7