Hi, is any possibility how to use "Ctrl" + "a" for select and DESELECT (as well) files / folders? I have a notebook and it has got no NUM keys...
Any other key short cut for unselect files will be appreciated too.
Thanks for your help.
FD
Select / deselect
Moderators: Hacker, petermad, Stefan2, white
Goto Config -> Misc -> Hotkeys
Select hotkey -> [Magnifer] -> Filter: "sel"
The [Magnifer] shows you all available commands or have a look at the "TOTALCMD.INC" file.
The commands you're looking for are:
cm_ExchangeSelection=525;Invert selection
cm_ExchangeSelBoth=3321;Invert selection (files+folders)
cm_ExchangeSelFiles=3322;Invert selection (files)
cm_ExchangeSelFolders=3323;Invert selection (folders)
Select hotkey -> [Magnifer] -> Filter: "sel"
The [Magnifer] shows you all available commands or have a look at the "TOTALCMD.INC" file.
The commands you're looking for are:
cm_ExchangeSelection=525;Invert selection
cm_ExchangeSelBoth=3321;Invert selection (files+folders)
cm_ExchangeSelFiles=3322;Invert selection (files)
cm_ExchangeSelFolders=3323;Invert selection (folders)