xmodmap or alternative - Raspberry Pi Forums
hey there,
i'm trying disable keyboard keys on startup,
i've tryed adding xmodmap command crontab , i've tryed adding rc.local file,
won't work.
i've read file text didn't me.
i'm trying disable/unmap multiple keyboard keys. (and maybe mousekeys)
hope here me out.
greetings,
martijn
i'm trying disable keyboard keys on startup,
i've tryed adding xmodmap command crontab , i've tryed adding rc.local file,
won't work.
i've read file text didn't me.
i'm trying disable/unmap multiple keyboard keys. (and maybe mousekeys)
hope here me out.
greetings,
martijn
to disable mouse:
sudo apt-get install xinput
know mouse id:
xinput --list
then
sudo xinput disable id
don't think it's you're looking for, because if attach mouse device, work. unless make script
grep mouse | pointer in xinput --list output , disable every 5 seconds. i'm sure there more clean solution.
sudo apt-get install xinput
know mouse id:
xinput --list
then
sudo xinput disable id
don't think it's you're looking for, because if attach mouse device, work. unless make script
grep mouse | pointer in xinput --list output , disable every 5 seconds. i'm sure there more clean solution.
raspberrypi
Comments
Post a Comment