#!/bin/sh while : ; do dmesg -W -f kern | grep "input:" -q sleep 1 remaps done