Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sendkey CTRLSHIFT '-'
proc paste_notepad
strtoclip sTemp3 ;Copy text to windows clipboard
sendkey ALT 'E' ;Enter Edit Menu
mspause 250 ;Wait 1/4 second
sendkey 'P' ;Paste
sendkey 0x0d ;linefeed
sTemp3 = "" ;Blank variable
endproc