RE: how to have 1 single qap shortcut to open an url and pastes it into the clipboard
dr Winchell > 2024-02-28 08:48
This works for me. Put it in an ahk file and add it to QAP as a Favorite of type App.
#Requires AutoHotkey v2.0.2+ ;This script will run only on v2.0.2 and later releases.
#SingleInstance Force
A_Clipboard := ""
A_Clipboard := "https://www.resami.ch/patients/emotionaid"
run a_clipboard