mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Micmute binding for any key https://github.com/seerge/g-helper/issues/3352
This commit is contained in:
@@ -37,6 +37,7 @@ namespace GHelper
|
|||||||
{"brightness_up", Properties.Strings.BrightnessUp},
|
{"brightness_up", Properties.Strings.BrightnessUp},
|
||||||
{"visual", Properties.Strings.VisualMode},
|
{"visual", Properties.Strings.VisualMode},
|
||||||
{"touchscreen", Properties.Strings.ToggleTouchscreen },
|
{"touchscreen", Properties.Strings.ToggleTouchscreen },
|
||||||
|
{"micmute", Properties.Strings.MuteMic},
|
||||||
{"ghelper", Properties.Strings.OpenGHelper},
|
{"ghelper", Properties.Strings.OpenGHelper},
|
||||||
{"custom", Properties.Strings.Custom}
|
{"custom", Properties.Strings.Custom}
|
||||||
};
|
};
|
||||||
@@ -62,6 +63,7 @@ namespace GHelper
|
|||||||
break;
|
break;
|
||||||
case "m3":
|
case "m3":
|
||||||
customActions[""] = Properties.Strings.MuteMic;
|
customActions[""] = Properties.Strings.MuteMic;
|
||||||
|
customActions.Remove("micmute");
|
||||||
break;
|
break;
|
||||||
case "m4":
|
case "m4":
|
||||||
customActions[""] = Properties.Strings.OpenGHelper;
|
customActions[""] = Properties.Strings.OpenGHelper;
|
||||||
|
|||||||
Reference in New Issue
Block a user