diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-08-15 03:34:17 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-08-15 03:34:17 +0000 |
commit | 79c1842979b5c5579bb0db41861d63f5562c85f1 (patch) | |
tree | 848d6a3366341389b00e7201147253f66d38609a /sys | |
parent | 8906ad7c15744271d0f6a41ae2f590a8bc31bf21 (diff) |
rio(4): talk about kbdtap
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/4/rio | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/4/rio b/sys/man/4/rio index 6823714d0..d7c03dee0 100644 --- a/sys/man/4/rio +++ b/sys/man/4/rio @@ -142,6 +142,14 @@ navigation keys and input on the .IR cons file is disabled. .TP +.B kbdtap +provides access to the global +keyboard input. When opened, +global keyboard input to windows +is instead given through writes +to +.BR kbdtap . +.TP .B cursor Like .B mouse |