Search code examples
eclipsesearchfindzend-studio

Why is find next in zend/eclipse Ctrl-K and not F3


Is there a specific reason for it, or just a new key. Does the K for that reason have any meaning?


Solution

  • In JDT and other plugins, F3 is for "Open declaration", but you could re-assign it Alt-F3 without problem.
    That leaves F3 opened to be assigned to the "Find Next" command.

    Mac users have been asking the same question, since they are used to Command+G.