11-09-2020, 04:54 PM
(This post was last modified: 11-29-2020, 12:53 PM by musiclover.)
One a freshly installed 6.7.1 if I say
thd –dump/dev/input/event* | tee keycodes.cap
I get
Error opening '–dump/dev/input/event*': No such file or directory
So I found out that there is a type in the first Code-Box, the command must be like in the second one:
thd --dump /dev/input/event* | tee keycodes.cap
thd –dump/dev/input/event* | tee keycodes.cap
I get
Error opening '–dump/dev/input/event*': No such file or directory
So I found out that there is a type in the first Code-Box, the command must be like in the second one:
thd --dump /dev/input/event* | tee keycodes.cap