mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
g13: Applet buttons aren't "special" keys
This commit is contained in:
parent
519945edbf
commit
7945f9d246
@ -51,7 +51,10 @@ G13NormalKeys = frozenset({
|
||||
G13Keys.THUMB_LEFT, G13Keys.THUMB_DOWN, G13Keys.THUMB_STICK
|
||||
})
|
||||
|
||||
G13SpecialKeys = frozenset({
|
||||
G13Keys.BD, G13Keys.L1, G13Keys.L2, G13Keys.L3, G13Keys.L4,
|
||||
G13Keys.M1, G13Keys.M2, G13Keys.M3, G13Keys.MR,
|
||||
G13AppletKeys = frozenset({
|
||||
G13Keys.BD, G13Keys.L1, G13Keys.L2, G13Keys.L3, G13Keys.L4
|
||||
})
|
||||
|
||||
G13SpecialKeys = frozenset({
|
||||
G13Keys.M1, G13Keys.M2, G13Keys.M3, G13Keys.MR
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user