And then I go toC:\users\username\Desktop\Folder1
Now, if I want to switch back to the previous directory/folder, is there a quick keyboard shortcut to do this?C:\users\username\Documents\Folder2
And then I go toC:\users\username\Desktop\Folder1
Now, if I want to switch back to the previous directory/folder, is there a quick keyboard shortcut to do this?C:\users\username\Documents\Folder2
<FAR>\Profile\Macros\Scripts\Shell_CtrlBS.lua )
Code: Select all
Macro {
description="Change to previous folder on Ctrl + Backspace";
area="Shell"; key="CtrlBS";
flags="";
code="Keys(\"AltF12 Up Enter\")";
}
Code: Select all
Macro {
description="Change to previous folder on Ctrl + Backspace";
area="Shell"; key="CtrlBS";
action=function() Keys("AltF12 Up Enter") end;
}
Macros\Scripts folder). "%FARHOME%\Addons\Macros\Panel.AltBS.lua" — it handles errors better and also has the paired “go forward” macro.Panel.AltBS.lua from Far manager\add ons\Macros to %Appdata%\roaming\Far Manager\Macros\Scripts folder.Alt+Backspace - Go to Previous DirectoryAlt+Shift+Backsapace Go to Next directoryDang, somehow i missed that script. Thanks for pointing out that FAR already has the macro and it's better than my hastily thrown together version.HaRT wrote: Tue 17 Mar, 2026 20:13 Why invent a new macro with a new shortcut? See"%FARHOME%\Addons\Macros\Panel.AltBS.lua"— it handles errors better and also has the paired “go forward” macro.