This package browser is in early development. Mind the rough edges.

evremap

Keyboard input remappper

Evremap is a keyboard input remapper. It works by grabbing exclusive access to an input device and maintaining a model of the keys that are pressed. It then applies your remapping configuration to produce the effective set of pressed keys and emits appropriate changes to a virtual output device.

Its remapping is effective system-wide: in Wayland, X11 and the Linux console.

Installation

Install the latest version of evremap as follows:

guix install evremap

Or install a particular version:

guix install evremap@0.1.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of evremap about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/evremap'><img src='https://packages.guix.gnu.org/packages/evremap/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/evremap/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/evremap)

Example Org:

[[https://packages.guix.gnu.org/packages/evremap][https://packages.guix.gnu.org/packages/evremap/badges/latest-version.svg]]