diff options
author | Marco Gerards <metgerards@student.han.nl> | 2011-03-06 17:45:44 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-03-17 18:34:16 -0300 |
commit | 345f8d5ff5fe7e909e8e9aae6a7d02981263ff91 (patch) | |
tree | 273103afc843d043239e30172176be82e2105dc3 /console-client/xkb/MISSING-FEATURES | |
parent | bebc64a9a0f064a0e5f8a3549aa01aa9ac79a2e9 (diff) |
Add XKB parser and implementation.
* console-client/xkb/Compose: New file.
* console-client/xkb/MISSING-FEATURES: Likewise.
* console-client/xkb/README: Likewise.
* console-client/xkb/TODO: Likewise.
* console-client/xkb/compose.c: Likewise.
* console-client/xkb/default.xkb: Likewise.
* console-client/xkb/keysymdef.h: Likewise.
* console-client/xkb/ks_tables.h: Likewise.
* console-client/xkb/kstoucs.c: Likewise.
* console-client/xkb/lex.l: Likewise.
* console-client/xkb/makeconf.sh: Likewise.
* console-client/xkb/parser.y: Likewise.
* console-client/xkb/symname.c: Likewise.
* console-client/xkb/xkb-data/keymap/hurd: Likewise.
* console-client/xkb/xkb-data/symbols/hurd: Likewise.
* console-client/xkb/xkb-data/types/hurd: Likewise.
* console-client/xkb/xkb.c: Likewise.
* console-client/xkb/xkb.h: Likewise.
* console-client/xkb/xkbdata.c: Likewise.
* console-client/xkb/xkbdefaults.c: Likewise.
* console-client/xkb/xkbtimer.c: Likewise.
Diffstat (limited to 'console-client/xkb/MISSING-FEATURES')
-rw-r--r-- | console-client/xkb/MISSING-FEATURES | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/console-client/xkb/MISSING-FEATURES b/console-client/xkb/MISSING-FEATURES new file mode 100644 index 00000000..237c13d7 --- /dev/null +++ b/console-client/xkb/MISSING-FEATURES @@ -0,0 +1,32 @@ +Required for 100% compatibility with XKB: + +- Jukebox (possibility that this won't ever be done) +- Loading the keydatabase +- Proper indicator support +- ISOLock +- key lock +- radio groups +- overlays +- Latching (properly, mostly works) +- Enabling/disabling controls +- The following controls are not implemented at all: + - SlowKeys + - BounceKeys + - StickyKeys + - MouseKeysAccel + - AccesXKeys + - AccesXTimeout + - AccessXFreedback (jukebox required) + - Overlay1 + Overlay2 + - AudibleBell + - IgnoreGroupLock + - EnabledControls + +Hurd features: + +- Binding a string to a key (requires new action) + (It should be possible to insert this on other vcs too) +- Binding executable to a key (requires new action) + +I'm sure I forgot some missing features, please report them: +metgerards@student.han.nl |