diff options
author | Ran Benita <ran234@gmail.com> | 2016-01-20 22:48:10 +0200 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2016-01-20 23:17:42 +0200 |
commit | 4aa50c9d884e5ff33c2872fc35ba2c68bc0c49fb (patch) | |
tree | 59c8a66862616c542117df17d6194be488055fc2 /doc | |
parent | 0ce17ef3ea3722c1cfe7af38a55616afb3ba1b27 (diff) | |
download | libxkbcommon-4aa50c9d884e5ff33c2872fc35ba2c68bc0c49fb.tar.gz libxkbcommon-4aa50c9d884e5ff33c2872fc35ba2c68bc0c49fb.tar.bz2 libxkbcommon-4aa50c9d884e5ff33c2872fc35ba2c68bc0c49fb.zip |
doc: some notes about key names and aliases
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/compat.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/compat.md b/doc/compat.md index 63a45e7..14c57c5 100644 --- a/doc/compat.md +++ b/doc/compat.md @@ -44,6 +44,7 @@ Notable additions: - multiple keysyms per level + this requires incompatible dataset changes, such that X11 would not be able to parse these +- key names (e.g. `<AE11>`) can be longer than 4 characters. ## Compose support |