Skip to content

Instantly share code, notes, and snippets.

@JamoCA
Created July 26, 2013 15:41
Show Gist options
  • Save JamoCA/6089902 to your computer and use it in GitHub Desktop.
Save JamoCA/6089902 to your computer and use it in GitHub Desktop.
AutoHotKey script to remap Excel's SHIFT+F4 "Find Next" to simply F3 (same as defunct Adobe HomeSite+, the IDE I'm still using.)
#IfWinActive ahk_class XLMAIN
F3::+F4
#IfWinActive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment