Skip to content

Commit c89fa1f

Browse files
committed
Side button support for Z13 2025 #3766
1 parent f43e97f commit c89fa1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/Input/InputDispatcher.cs

+3
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,9 @@ static void HandleEvent(int EventID)
767767
{
768768
switch (EventID)
769769
{
770+
case 95: // Z13 Side button
771+
KeyProcess("m4");
772+
return;
770773
case 134: // FN + F12 ON OLD DEVICES
771774
case 139: // ProArt F12
772775
KeyProcess("m4");

0 commit comments

Comments
 (0)