TanGentleman / KeyMaster

A comprehensive toolkit for python classes and easy to use scripts for logging, analyzing, and simulating keystrokes.
MIT License
1 stars 0 forks source link

Banned key being simulated in cli.py causes validate_keystrokes error message spam #25

Closed TanGentleman closed 10 months ago

TanGentleman commented 10 months ago

I should deal with banned keys a bit more elegantly before reaching the KeyGenerator

TanGentleman commented 10 months ago

I just added an if statement inside the rare clause that was catching the banned key. Closing this.