Ich möchte das Mikrosymbol oben rechts auf "Mikro mute"umstellen.
Für die Leute, die MacOS nutzen und auch statt Siri 'Mikrofon Mute' auf der Tastatut "Mikrofon" (oben rechts) nutzen wollen.
Wie folgt:
1. Open Automator.app
2. Create new Quick Action
3. Select Run AppleScript
4. Add this:
set inputVolume to input volume of (get volume settings)
if inputVolume = 0 then
set inputVolume to 100
display notification "Volume set to 100" with title "✅ Microphone is on"
else
set inputVolume to 0
display notification "Volume set to 0" with title "❌ Microphone is off"
end if
set volume input volume inputVolume
5. Save as mute-microphone
6. Go to System Preferences -> Keyboard -> Shortcuts -> Services -> General
7. Find the mute-microphone service and set the hotkey (e.g. control-option-cmd M)
via
https://gist.github.com/henrik242/1c5010734d6993123d276c3e4d07852f
D.h. mit ctr + option + cmd + m kann das Mikro gemutet werden.
Eine Info in der Seitenleiste in MacOS zeigt entsprechend den Status an.
In VIA dann folgendes Macro erstellen:
{KC_LCTL,KC_LALT,KC_LGUI,KC_M}
Speichern und das Makro (bei mir macro0) auf den Siri Knopf legen.
Fertig,
Auf den Knop gedrückt:
Und nochmal
Nabend,
exemplarisch an meiner Q10.
Via, aktuelle Version 2.0.5
Software starten und sucht sich einen Wolf.
Passende json Datei besorgen, für Deine
V6 ohne Drehregler/Knopf
Speichern und entpacken.
In der Software auf Design klicken und json Datei laden.
Ergebnis.
Konfigurieren, auf den passenden Layer achten, Windows = Layer 2, Windows Fn Layer = Layer 3.
Ich hoffe es hilft und viel Spaß!
War bei der K8 Pro auch so.
Json nachladen und hat geklappt.
Die Q3 erkennt VIA direkt.