On Windows 11 doing insurance claims, about 600 rows/day. Need a text expander that handles snippets and dates (MM/DD/YYYY) without lag — what’s working for you right now?
snippets and dates (MM/DD/YYYY) without lag — what’s Same boat — lag drives me nuts. AutoHotkey’s been the fastest for me on Win 11; I use a hotstring like;dd to drop today’s date in MM/DD/YYYY instantly across claim forms, and run it as admin if the claims app is elevated. Beeftext is simpler if you don’t want scripting, but its date vars feel a bit less flexible — do you need it portable or tied to one PC?
My take: I’d lean toward the simplest next step and see if it changes anything this week — if not, you’ve got a clear case to escalate. What would block you from trying that?
Espanso (https://espanso.org) has been the snappiest for me on Win 11 — trigger like;td drops today’s date in month/day/year and longer claim snippets with “no lag.” If your claims tool runs elevated, launch Espanso as admin or set the insertion method to paste to keep it instant.