Tag: AutoHotKey

  • Fix Quicken 2014 Copy and Paste with AutoHotKey

    For no apparent reason, Intuit broke the copy and paste functions in Quicken 2014, such that you can no longer copy text from a transaction or paste into a transaction field. If you use AutoHotKey, there’s an easy fix. Just add the following to a .ahk script: #IfWinActive Quicken ; Quicken 2014 no longer allows…

  • Toggle the Find Results Window in Notepad++ with a Hotkey

    I write software and play with websites in my spare time, mostly using Notepad++.  One of the banes of my existence is that there is no keyboard shortcut for closing the Find Results pane / window that appears when I do one of the following: Find All in All Opened Documents Find All in Current Document…