xkb_evdev_trans 0.1.2

Provides information about either the current or a specific keyboard layout from xkb and create maps between low level key identifiers (EVDEV/XKB) and the symbols xkb maps them to.
Documentation
1
2
3
4
5
6
7
8
9
<!--
SPDX-FileCopyrightText: 2025 Arkadiusz Guzinski <kermit@aguzinski.de>

SPDX-License-Identifier: MIT
-->

This crate offers functions to get information about either the current or a specific keyboard layout from xkb, as well as to create maps between low level key identifiers (EVDEV/XKB) and the symbols xkb maps them to.

It is meant to be used in software that remaps input events or visualizes/configures keyboard layouts on Linux.