Ally Show Desktop / Mic Mute

This commit is contained in:
Serge
2024-01-21 13:38:26 +01:00
parent 72dea26fde
commit a3fd1a2703
2 changed files with 8 additions and 3 deletions

View File

@@ -605,6 +605,9 @@ namespace GHelper.Input
case 162:
OnScreenKeyboard.Show();
return;
case 124:
KeyProcess("m3");
return;
}
}