aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: a42b2bed732216d2742330b38e7fc52ee631ed81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# kbct

This is a [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD) script
for [kbct](https://github.com/samvel1024/kbct) -- keyboard keycode
mapping utility for Linux supporting layered configuration.

## Installation

```sh
$ git clone https://aur.archlinux.org/kbct-git.git
$ cd kbct-git
$ makepkg -si
```

## Configuration

The config is expected to be in `/etc/kbct/config.yml`. After you
finish the configuration, you can enable the service:

```sh
$ systemctl start kbct
```