Change in editor's F7 behaviour

You have encountered a problem using Far Manager? Here you can get help.
Post Reply
kamil
Posts: 44
Joined: Fri 13 Apr, 2012 19:19
Has thanked: 8 times

Change in editor's F7 behaviour

Post by kamil »

In previous version when I pressed F7 inside the editor it would automatically put into the search box the word that the cursor is at.

It doesn't work like this in the recent version anymore - I have to press Alt-O each time after F7.

Is there a way I can setup a new far to have the old F7 behaviour?
Shmuel
Posts: 6820
Joined: Thu 23 Mar, 2006 21:36
Location: Israel
Has thanked: 41 times
Been thanked: 528 times

Change in editor's F7 behaviour

Post by Shmuel »

I'm afraid this is the only way with the current Far3 builds:

Code: Select all

Macro {
  description="Pick up the word for search";
  area="Editor"; key="F7";
  action=function() Keys("F7 AltO") end;
}
kamil
Posts: 44
Joined: Fri 13 Apr, 2012 19:19
Has thanked: 8 times

Change in editor's F7 behaviour

Post by kamil »

Thank you - that works just fine for me.
Just added CtrlA, after AltO, so the picked word gets replaced as soon as I start typing
Cheers
Post Reply

Return to “Support and Troubleshooting”