diff --git a/autopon.py b/autopon.py index 584275b..7856bf5 100755 --- a/autopon.py +++ b/autopon.py @@ -13,7 +13,7 @@ def ydotool(key, delay=60, multiplier=1): str(key) + ":1", str(key) + ":0", "--key-delay", - str(100 / multiplier) + str(delay / multiplier) ]) def main():