Merge pull request #146 from linD026/master

Fix typo
This commit is contained in:
Jim Huang 2022-04-10 21:38:52 +08:00 committed by GitHub
commit afc4f6bf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1925,7 +1925,7 @@ Simulate a key press on "g" (\cpp|KEY_G| = 34):
echo "+34" | sudo tee /dev/vinput0
\end{codebash}
Simulate a key release on "g" (\cpp|KEY_G| = 34:)
Simulate a key release on "g" (\cpp|KEY_G| = 34):
\begin{codebash}
echo "-34" | sudo tee /dev/vinput0