Substitute this:
send ^f]{Enter} ; Find "]" Send {Right} ; move one space to the right from "]" sleep 500 send +{Home} send ^c ;selects what is to the left of "] " and copies it sleep 100
for what is this in the last script:
send !{Home}{Home}+{End} sleep 100 send ^c ;selects the entire line and copies it sleep 100
I have for myself changed the double right click to the double left click. Since this could interfere with other programs. I have added
#IfWinActive ahk_class zeniko's QuickPadjust before the click and
#IfWinActivejust before Return. This means that the script is now restricted entirely to Quickpad.
No comments:
Post a Comment