Skip to content

Commit e07ce34

Browse files
committed
Merge remote-tracking branch 'i-c-u-p/patch-1'
rvaiya/keyd#231
2 parents bf1a157 + cbba64c commit e07ce34

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
streamline test logic
22
organize tests
3-
cleanup manpage
3+
cleanup man page
44
[idea] tmux like layer timeouts
55
improved mouse support (integrate moused?)
66
multi-user support (remove keyd group)

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,4 @@ oneshot_layer(layer) = oneshot(layer)
239239
[dvorak:default] = [dvorak:main]
240240
```
241241

242-
See the [manpage](man.md) for details.
242+
See the man page (`man keyd`) for details.

src/vkbd/usb-gadget.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Under this kind of setup, the Linux USB HID gadget driver can be used to emulate
88
a HID device and `keyd` can be configured to translate evdev input events to
99
HID reports.
1010

11-
1211
# Installation
1312

1413
git clone https://github.com/rvaiya/keyd
@@ -17,8 +16,6 @@ HID reports.
1716
sudo systemctl enable keyd-usb-gadget && sudo systemctl start keyd-usb-gadget
1817
sudo systemctl enable keyd && sudo systemctl start keyd
1918

20-
The device should show up as` 1d6b:0104 Linux Foundation Multifunction Composite Gadget`
19+
The device should show up as `1d6b:0104 Linux Foundation Multifunction Composite Gadget`
2120
on the host machine. This can be observed on a Linux host by checking the output of
2221
`lsof` or the existence of `/dev/input/by-id/Tux_USB_Gadget_Keyboard`.
23-
24-

0 commit comments

Comments
 (0)