xref: /aosp_15_r20/external/libxkbcommon/scripts/update-keywords (revision 2b949d0487e80d67f1fda82db69e101e761f8064)
1*2b949d04SAndroid Build Coastguard Worker#!/bin/sh
2*2b949d04SAndroid Build Coastguard Worker# Run this if you add/remove a new keyword to the xkbcomp scanner,
3*2b949d04SAndroid Build Coastguard Worker# or just want to regenerate the gperf file.
4*2b949d04SAndroid Build Coastguard Workergperf < src/xkbcomp/keywords.gperf > src/xkbcomp/keywords.c
5