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