F2, F5, Ctrl+R -> Refresh Active panel
Refresh left and right panels -> ????
How to refresh both panels at once (left+right)?
Moderators: Hacker, petermad, Stefan2, white
How to refresh both panels at once (left+right)?
Last edited by sexy69 on 2016-06-23, 11:23 UTC, edited 2 times in total.
From the manual:
Press F2 (no mouse equivalent). This causes the source window (with the thick frame around it) to be reread. Another key combination for the same action is CTRL+R.
This procedure should be used after a floppy disk change to update the contents of the window.
#134575 Personal licence
Total Commander 9
Windows 10 64bit
Tough times never last, tough people do!
Total Commander 9
Windows 10 64bit
Tough times never last, tough people do!
Post subject: How to refresh both panels at once (left+right)?Ennovy wrote:From the manual:
Press F2 (no mouse equivalent). This causes the source window (with the thick frame around it) to be reread. Another key combination for the same action is CTRL+R.
This procedure should be used after a floppy disk change to update the contents of the window.
"em_RefreshBoth" both panels at once
I am thinking, with TC9 beta you can create your own command:
\totalcmd\usercmd.ini
[em_RefreshBoth]
CMD=cm_RereadSource,cm_FocusTrg,cm_RereadSource,cm_FocusTrg
This is the equivalent to: Ctrl+R + Tab + Ctrl+R + Tab
Then add an shortcut to 'em_RefreshBoth' command via Options > misc.
EDIT: F5 >>> Ctrl+R
\totalcmd\usercmd.ini
[em_RefreshBoth]
CMD=cm_RereadSource,cm_FocusTrg,cm_RereadSource,cm_FocusTrg
This is the equivalent to: Ctrl+R + Tab + Ctrl+R + Tab
Then add an shortcut to 'em_RefreshBoth' command via Options > misc.
EDIT: F5 >>> Ctrl+R
Last edited by Stefan2 on 2016-06-24, 15:18 UTC, edited 1 time in total.