#!/bin/bash

grep '<.*>.*=' ~/PACKAGES/xkeyboard-config-stable-noarch/BUILD/xkeyboard-config-0.9/keycodes/xfree86 |
sed '/alias/d;s@//.*@@;s/^.*<//;s/>.*=//;s/;//' >input_xfree86_keycodes.txt
