diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-11 00:53:08 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-11 00:53:08 -0400 |
commit | 627a209c100d563de7b3da65e5037d647c6f2ede (patch) | |
tree | a877f58239056639cf4c6fe3e3ef170c273c9d37 /marsond.8 | |
parent | 010cedaaef3e1b2d465f52ed11394fbc3003ce50 (diff) | |
download | marsond-627a209c100d563de7b3da65e5037d647c6f2ede.tar.gz |
do not bind keys above 255, stops xinput from showing marsond as a pointer.
Diffstat (limited to 'marsond.8')
-rw-r--r-- | marsond.8 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "MARSOND" 8 "2025-05-10" "0.3.0" "Urchlay's Stuff" +.TH "MARSOND" 8 "2025-05-11" "0.3.0" "Urchlay's Stuff" .SH NAME marsond \- Fix Enter key timing on Marson/USBLink/MT606-1 PS/2-USB adaptors .SH SYNOPSIS @@ -201,9 +201,7 @@ drop privileges and run as the \fInobody\fP user by default (but see .SS Misc .sp While \fBmarsond\fP is running, "xinput \-\-list" will show an input -device called "marson virtual keyboard". Confusingly enough, it will -show up as both a pointer and a keyboard. This doesn\(aqt seem to hurt -anything, but it looks weird, doesn\(aqt it? +device called "marson virtual keyboard", listed as a keyboard. .SH LIMITATIONS .sp Only one MT\-606\-1 device is supported, out of the box. This shouldn\(aqt |