Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I use a simple bash script. (alias cleanmode='~/.scripts/system/cleanmode.sh $@')
xinput disable xx
sleep $1
xinput enable xx -
moort43407y@Tytanium https://howtogeek.com/howto/11570/...
Only unlocking can be a bit weird. It takes a few seconds before the keyboard realizes it's unlocked -
CristCD2977yMy keyboard has that. With fn+f11 or sth like that it disables all keys. Except fn+f11 obviously.
-
Script is too easy.
Just write a Smartphone app to make that happen. It's really straightforward and not at all overcomplicated. I guarantee it 😉 -
arekxv10547yUnplugging is too easy ? Then simply:
1. Buy a bunch of microcontrolers and a bluetooth receiver (or an arduino)
2. Program them to pair up with your phone
3. Make an android app which sends a signal which turns keyboard on or off :D
Here is a tutorial video for something even more "necessary". For reference of course :D
https://reddit.com/r/shittyrobots/...
Every computer needs a “cleaning keyboard” mode where the keys would be inactive while you wipe them down
undefined