diff options
author | Ran Benita <ran234@gmail.com> | 2012-09-30 10:33:59 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2012-09-30 14:20:16 +0200 |
commit | 3b5ada233be2de7e068d27b827b9e1a320791fbe (patch) | |
tree | 08f3ff24cf7e7184f352a4016b8e8a747fb22e53 /test | |
parent | 693a1f57d14ed25aafaeb5f45d98a49ad365dc88 (diff) |
parser: remove XkbConfig rule
This rule allows you to write file maps as:
xkb_keycodes
<BLA> = 5;
[...]
instead of the usual format which is:
xkb_keycodes {
<BLA> = 5;
[...]
};
This is not documented, It is also not used in xkeyboard-config, and I
have never run into it otherwise. It also only allows one map per file.
It *might* be used in some obscure place, but probably nothing we should
care about; the simplified grammar is more useful for us now.
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions