(Canadian

Quicken user since Q1999. Currently using QW2017.
Questions? Check out the Quicken Windows FAQ list
Control-H does nothing for me in Quicken 2018 (or 2017); it beeps to indicate it's not a known key command.
Works like a charm, thanks. (Qwin 2018, R8.8)
CTRL H is a QWin shortcut. Not sure if it would be applicable for QMac.
Quicken user since Q1999. Currently using QW2017.
Questions? Check out the Quicken Windows FAQ list
Thanks for the suggestion. I'm on Quicken for Windows and I think Keyboard Maestro is for Mac.
CTRL-H brings up the Find and Replace window and when I go through that as a means to identify my transactions, subsequent presses of CTRL-H causes more keystrokes or mouse clicking to effectively "reset" the form. This isn't quite what I was looking for. I just want Quicken to consider assigning a hotkey to go right to the Search field.
Regarding you suggestion to sort the register, yes we used to do it that way, but so far it's been more efficient to just type the amount in the Search field. I'd like to be able to get into that Search field via the keyboard.
Sorry, your post is tagged both Mac and Win, so I answered for Mac.
Not sure why you would want to bring up Find and replace again... Maybe I don't understand what your are changing. If you are changing the cleared status, you can do that from within the find and replace dialog window. And simply change the amount to find more items with different amounts... Perhaps it functions differently on the Mac version??
A similar tool available on Windows is AutoHotKey. Likewise, its also overkill for most users.
Below is my AutoHotKey script for this purpose: Alt+S to search current register, Ctl+Alt+S to search all transactions. The script moves the mouse to certain coordinates and double clicks. I'm using a screen resolution of 1920 x 1080 with Quicken maximized. If you are on a different screen size, you'll need to adjust the coordinates.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.When I have a full keyboard (with a number pad) I like to use NumLock as the shortcut instead, since my hand is already near that button:
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
CoordMode, Mouse, Screen
; Alt+S to search current register (Quicken)
!S::
Click 1830, 200, 2
Return
; Ctrl+Alt+S to search all transactions (Quicken)
^!S::
Click 1666, 12, 2
Return
CoordMode, Mouse, Screen
; NumLock to search current register (Quicken)
NumLock::
Click 1830, 200, 2
Return
Here's my version using Ctrl + Shift + F:
Hello All,
This Idea seems to have fallen stagnant and due to the Age of the request and lack of User Votes/Comments, will be archived within the next 7 business days.
If you would like to see this Idea kept alive and considered for possible future implementation in Quicken, be sure to Add your Vote and a comment explaining how this Idea would be beneficial for you.
More information, including steps to vote and how to submit your own Ideas for future product features/improvements, is also available here.
Thank you,
Quicken Community Support Team
Quicken user since version 2 for DOS, now using QWin Premier Subscription (US) on Win10 Pro.
yes...it is now in the Windows section.Rocket J Squirrel said:So... this is really for QWin? I just added my vote. This thread confuses me....