xorgproto: update to 2021.2.

This release is mostly all about keysyms. Some additions to Vietnamese and
Hangul but the big set of commits here is catching up with several years of
Linux kernel releases.

The kernel's evdev interface has semantic keycodes (e.g. KEY_ESC is what
you'd expect). Beyond the normal range expected to change with different
layouts there are many keycodes that should only ever do one thing.
For example, KEY_ONSCREEN_KEYBOARD should display the OSK regardless of
layout). In the past, we've added these keysyms on a as-requested basis.

We now have a reserved subrange in the already reserved range for XF86Foo
keysyms. Within that range, keysyms map directly to their evdev
counterparts, making future updates easier. The above example
KEY_ONSCREEN_KEYBOARD now has a XF86OnScreenKeyboard keysym.
The header file follows a strict convention to make this range
machine-readable, xkeyboard-config can make use of this to
make those keysyms available by default. Note that almost all keys are
outside the X keycode range so very little will change under X.

Note that most keys exist on selected devices only so the practial use is
quite limited. But those keysyms are available through normal XKB
configuration so users can re-map existing keys where needed.

Aside from those, a bit of misc cleanup work. Many thanks to all
contributors.
This commit is contained in:
wiz 2021-02-24 08:01:16 +00:00
parent dec622ba76
commit 375cd6e474
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2020/04/14 19:30:46 wiz Exp $
# $NetBSD: Makefile,v 1.14 2021/02/24 08:01:16 wiz Exp $
DISTNAME= xorgproto-2020.1
DISTNAME= xorgproto-2021.2
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=proto/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2020/04/14 19:30:46 wiz Exp $
$NetBSD: distinfo,v 1.12 2021/02/24 08:01:16 wiz Exp $
SHA1 (xorgproto-2020.1.tar.bz2) = 1cdab4e9ab796760ddb9582071328469a8eca08a
RMD160 (xorgproto-2020.1.tar.bz2) = 6fa77728e461be0cf83a1f5626a55ecee1795390
SHA512 (xorgproto-2020.1.tar.bz2) = 2d10533e54987f293e1c8578aa742c38cf2fac8551db1d317cf5ee4a6a9600eced50f59c57c38b35dd210fe02d350294c967512f04cb9876d6c0c1f7e89cb199
Size (xorgproto-2020.1.tar.bz2) = 848072 bytes
SHA1 (xorgproto-2021.2.tar.bz2) = 9e1f40876906ca5aaa22750703f611f38744ee5e
RMD160 (xorgproto-2021.2.tar.bz2) = 3055c3ceb775051e40b54a312de08ca6289a259f
SHA512 (xorgproto-2021.2.tar.bz2) = 3b355b9a455dc8c67c3b1c87215067fc92b0fa3703330702f0e79387d3dce7589c19979ef61f37965ebae0ca749ef49baf23f281d1c8aa72b45118e0cb5a112d
Size (xorgproto-2021.2.tar.bz2) = 871255 bytes