mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-01-26 17:23:59 +08:00
Fix typo
This commit is contained in:
parent
3beae490ee
commit
6e7eda6398
|
@ -1925,7 +1925,7 @@ Simulate a key press on "g" (\cpp|KEY_G| = 34):
|
||||||
echo "+34" | sudo tee /dev/vinput0
|
echo "+34" | sudo tee /dev/vinput0
|
||||||
\end{codebash}
|
\end{codebash}
|
||||||
|
|
||||||
Simulate a key release on "g" (\cpp|KEY_G| = 34:)
|
Simulate a key release on "g" (\cpp|KEY_G| = 34):
|
||||||
|
|
||||||
\begin{codebash}
|
\begin{codebash}
|
||||||
echo "-34" | sudo tee /dev/vinput0
|
echo "-34" | sudo tee /dev/vinput0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user