Skip to content

Commit 31e8454

Browse files
committed
feat(docs): add better documentation for linux
1 parent 18892ec commit 31e8454

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ To understand `wskey.*` options, it is recommended to refer to documentation
6666
available [here](usage.md#wskey).
6767

6868
To undersand `wskey.event_id`, you should refer to documentation available
69-
[here](installation/linux.md#testing-access-for-input-event).
69+
[here](installation/linux.md#getting-access-to-input-events).

docs/installation/linux.md

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ This program uses [scan codes](https://en.wikipedia.org/wiki/Scancode) to detect
1818
keyboard input. Scan codes are not readable to normal users out-of-the-box on
1919
Linux. Below are various methods to get access to scan codes on Linux.
2020

21+
You may check whether you have access to the input events via the instructions
22+
[here](#testing-access-for-input-event).
23+
24+
Once you confirm you have access to the input events, read
25+
[here](#what-to-do-next).
26+
2127
### Method I
2228
This is the easier and less secure method of making scan codes readable for
2329
processes running from your user account. First you need to add your user to the

0 commit comments

Comments
 (0)