Author Topic: Binding a keystroke to find in files and/or replace in files  (Read 3242 times)

Robert Hall

  • Community Member
  • Posts: 33
  • Hero Points: 3
Anyone done this?

I've tried to find the right calls but can't. Tried binding mffind to F3, no good.

Thanks

jimlangrunner

  • Senior Community Member
  • Posts: 360
  • Hero Points: 31
  • Jim Lang - always a student.
Re: Binding a keystroke to find in files and/or replace in files
« Reply #1 on: April 23, 2009, 08:21:49 PM »
Off the top of my head, F3 is bound to "find next" in most emulations, so you can't bind it that way. 

Go to Tools -> Options -> Keyboard -> Key Bindings.  In the box "Search By key sequence", press F3 and slick will tell you what it's bound to.  If you want to change it, clear it there first. 

on the other hand, if you enter find-in-files in the "Search By Command" box, it SHOULD tell you what keys are bound to it already.  In Visual Studio emulation, I have Ctrl+Shift+F.

Best,
Jim.