From 3d87f418cf3cbd2d56d69b515d756f0e5431cc19 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 8 Jul 2020 09:36:23 -0400 Subject: [PATCH] receiver: add USB consumer codes --- lib/logitech_receiver/special_keys.py | 395 +++++++++++++++++++++++++- 1 file changed, 384 insertions(+), 11 deletions(-) diff --git a/lib/logitech_receiver/special_keys.py b/lib/logitech_receiver/special_keys.py index dbfa9e3e..2a879e35 100644 --- a/lib/logitech_receiver/special_keys.py +++ b/lib/logitech_receiver/special_keys.py @@ -19,8 +19,8 @@ # Reprogrammable keys information # Mostly from Logitech documentation, but with some edits for better Lunix compatability -from .common import NamedInt as _NamedInt from .common import NamedInts as _NamedInts +from .common import UnsortedNamedInts as _UnsortedNamedInts #