Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

kbrules

sewn edited this page Sep 20, 2023 · 1 revision

Description

Allow for keyboard rules to be used; This allows for keyboard-specific options or layouts.

The keyboard's names can be retrieved from libinput list-devices | grep Device, example:

static const KeyboardRule kbrules[] = {
	{ "AT Translated Set 2 keyboard", { .options = "altwin:swap_alt_win,caps:swapescape" } },
};

Download

Authors

Clone this wiki locally