devices: add special keys from MX Mechanical Mini

This commit is contained in:
Peter F. Patel-Schneider 2022-10-05 10:17:56 -04:00
parent 6b1e8f8a99
commit 6a022f38ec
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ CONTROL = _NamedInts({
'Standard_Key_A': 0x122, 'Standard_Key_A': 0x122,
'Standard_Key_B': 0x123, 'Standard_Key_B': 0x123,
'Standard_Key_C': 0x124, # There are lots more of these '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 for i in range(1, 33): # add in G keys - these are not really Logitech Controls