!7 cmodule SpeechToClipboard > DynPrintLogAndEnabled { start { dm_registerAs speechToClipboard(); dm_onUserUtteranceWithoutMine(s -> { if (enabled) copyTextToClipboardVerboseWithVerify(s); }); } }