Add pre-defined names database
authorDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:59:35 +0000 (17:59 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 8 May 2012 16:59:35 +0000 (17:59 +0100)
commit74a197d2713fe1e04c2a3f116f1aa10264360653
tree306d0f78a8c7436cbaaf192eeec8c083fdcd2cdd
parent2a0f1780f97077ffd2cff7683cb31b352b041944
Add pre-defined names database

xkbcommon-names.h right now just contains a set of hardcoded modifier
strings that are most commonly used for the usual modifiers.  Provide
definitions of these so people don't have to worry about typoing a
string or mixing up Mod1 and Mod4.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Makefile.am
include/xkbcommon/xkbcommon-names.h [new file with mode: 0644]
test/state.c