From 6a022f38ec30452d34337f1951624edf5c761647 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 5 Oct 2022 10:17:56 -0400 Subject: [PATCH] devices: add special keys from MX Mechanical Mini --- lib/logitech_receiver/special_keys.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/logitech_receiver/special_keys.py b/lib/logitech_receiver/special_keys.py index 21a0da63..6e2d825b 100644 --- a/lib/logitech_receiver/special_keys.py +++ b/lib/logitech_receiver/special_keys.py @@ -302,6 +302,8 @@ CONTROL = _NamedInts({ 'Standard_Key_A': 0x122, 'Standard_Key_B': 0x123, 'Standard_Key_C': 0x124, # There are lots more of these + 'Right_Option__Start__2': 0x013C, # On MX Mechanical Mini + 'Play_Pause': 0x0141, # On MX Mechanical Mini }) for i in range(1, 33): # add in G keys - these are not really Logitech Controls