symbols: remove support for key behaviors
authorRan Benita <ran234@gmail.com>
Sat, 4 Aug 2012 07:47:56 +0000 (10:47 +0300)
committerRan Benita <ran234@gmail.com>
Tue, 7 Aug 2012 08:09:42 +0000 (11:09 +0300)
commitc1ea23da5c48f25faddcc7d52da9a1f5dcf28fee
treea5bc5e2a667f4e2ab16a2180b584dca330e2df2b
parent7c89f34e63790e58f4aae8ef9579ec0c3d47d801
symbols: remove support for key behaviors

The possible key behaviors are:
KB_RadioGroup, KB_Overlay1, KB_Overlay2: already removed support for
these.
KB_Lock (with or without KB_Permanent): used to ignore key presses or
releases to simulate and deal with some legacy keyboard behaviors
(like keys that physically lock). Not used at all.

We already ignore them while processing key events in state.c, so make
it official.

Signed-off-by: Ran Benita <ran234@gmail.com>
README
src/xkb-priv.h
src/xkbcomp/compat.c
src/xkbcomp/symbols.c