!7 cmodule SpeechToClipboard > DynPrintLogAndEnabled { start { dm_registerAs speechToClipboard(); dm_onUserUtterance/*WithoutMine - withoutMine seems to swallow some inputs? */(s -> { if (enabled) copyTextToClipboardVerboseWithVerify(s); }); } }