Autohotkey Scripts
From notebook
(Difference between revisions)
Timtak (Talk | contribs)
(Created page with "; to remove commas, ampersands and et al. so as to make it easier to search for citations in Zotero ^,:: ; blank the clipboard so clipwait will work correctly ; with sending ^, c...")
Newer edit →
(Created page with "; to remove commas, ampersands and et al. so as to make it easier to search for citations in Zotero ^,:: ; blank the clipboard so clipwait will work correctly ; with sending ^, c...")
Newer edit →
Revision as of 03:38, 27 January 2017
- to remove commas, ampersands and et al. so as to make it easier to search for citations in Zotero
^,::
- blank the clipboard so clipwait will work correctly
- with sending ^, control comma
clipboard := "" send ^c ClipWait, 1 StringReplace, clipboard, clipboard, `,,, All StringReplace, clipboard, clipboard, `&,, All StringReplace, clipboard, clipboard, et al.,, All Return