You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Quick Access Popup Support
No, you can't insert variables and commands in QAP Snippets. But you could define an "Application" favorite for an AHK script (saved as .ahk file) containing only:
; Insert Date YYYY/MM/DD [Slashes]
FormatTime, xx,, yyyy/MM/dd ; SendInput, %xx%
and give this favorite an hotstring of your choice. This does not add any functionality but it makes this available from QAP using hotstring, keyboard shortcut or the menu.
Dale Winchell
unread,
Nov 13, 2018, 7:22:13 PM11/13/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Quick Access Popup Support
Ok, thanks Jean. I got it working as I need as an Application. However it doesn't exit after it completes. The icon stays in the system tray and it is in Task Manager as well. How do I have it close?