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 > xkbcommon/xkbcommon-keysyms.h
6scripts/makekeys xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
7