diff --git a/lib/logitech_receiver/special_keys.py b/lib/logitech_receiver/special_keys.py index 76248207..d1314a63 100644 --- a/lib/logitech_receiver/special_keys.py +++ b/lib/logitech_receiver/special_keys.py @@ -29,19 +29,22 @@ from .common import UnsortedNamedInts _XDG_CONFIG_HOME = os.environ.get("XDG_CONFIG_HOME") or os.path.expanduser(os.path.join("~", ".config")) _keys_file_path = os.path.join(_XDG_CONFIG_HOME, "solaar", "keys.yaml") + +# Original set done as #