This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This script should be fairly readable so I didn't bother adding comments but if you have any questions just contact me on discord, my username is ph1syc | |
| import evdev, time, math, fnmatch, os, json, sys, signal | |
| from math import tanh | |
| from time import sleep | |
| from evdev import ecodes as e | |
| from evdev import * | |
| from fnmatch import fnmatch | |
| if os.getuid() == 0: |