Clipboard Software to Create 3d Button Icons with Clipboards and Autohotkey Scripting Codes
keystarter 1.0 clipboard software it is possible to create a set of 3d
button icons on your desktop with clipboards and autohotkey scripting
command codes. any button can run a script code for example — (copy) to
clipboard — (paste) send text to any application — save or load text to
windows registry — run send a set of [keystroke combinations]
in this short example you wil see an autohotkey scripting code that you
can assign in any button icon :
if you push the button it wil copy the selected text to your clipboard.
and if you goes with your mouse pointer over the button icon it wil show
the KeyHintText.
Example:
#notrayicon
send ^c
a1=%clipboard%
RegWrite, REG_SZ, HKEY_CURRENT_USER, software\vkeystarter 1.0\vClipboard
3\KeyHintText,1,%a1% ; set the clipboard value to KeyHintText in button
number 1
see images 1 to 3


