device: add shape keys from Key POP Icon

This commit is contained in:
Peter F. Patel-Schneider 2025-09-22 10:00:59 -04:00
parent 94f4c3230b
commit dc28ab61c2
1 changed files with 4 additions and 0 deletions

View File

@ -575,6 +575,10 @@ class Task(IntEnum):
RIGHT_OPTION = 0x00FA
LEFT_CMD = 0x00FB
RIGHT_CMD = 0x00FC
CIRCLE = 0x01A3
TRIANGLE = 0x01A4
DIAMOND = 0x01A5
STAR = 0x01A6
def __str__(self):
return self.name.replace("_", " ").title()