We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c68b7f commit 018fbf9Copy full SHA for 018fbf9
README.md
@@ -6,7 +6,7 @@ Returns what characters are produced by pressing keys with different modifiers o
6
* On Debian-based Linux: `sudo apt-get install libx11-dev libxkbfile-dev`
7
* On Red Hat-based Linux: `sudo yum install libx11-devel.x86_64 libxkbfile-devel.x86_64 # or .i686`
8
* On SUSE-based Linux: `sudo zypper install libX11-devel libxkbfile-devel`
9
-* On FreeBSD: `sudo pkg install libX11`
+* On FreeBSD: `sudo pkg install libX11 libxkbfile`
10
11
```sh
12
npm install native-keymap
0 commit comments