Page 1 of 1
Allow <Backspace> in Keyboard Shortcuts
Posted: 17.10.2009, 05:05
by Scott_Y
Allow <Backspace> for configuring the keyboard shortcut for Folder-Root. Then <Ctrl +Backspace> could go to the Root folder, parallel to the default <Backspace> going to the parent folder.
Posted: 17.10.2009, 14:25
by Dreamer
I'm using the same shortcut now. It is possible, you have to edit the FreeCommanderTest.shc file, in notepad for example. Change this line:
actDirRoot=Ctrl+BkSp
BkSp = Backspace
Posted: 04.11.2009, 13:41
by Scott_Y
Thanks very much, Dreamer. That's just what I needed -- perfect!
Here's a related question: How can I assign Backspace to view the Previous File in the internal viewer (currently set to Ctl + Space). My other viewers use Backspace for this.
Posted: 05.11.2009, 02:26
by Dreamer
FreeCommander.ini file, [FormViewer_ShortCuts] section:
qviFilePrevious=BkSp
Posted: 06.11.2009, 11:21
by Scott_Y
Thanks once again for your help, Dreamer.
I hearby expand my original wish to this:
Add Backspace as an available key for configuring shortcuts.
Posted: 04.01.2010, 13:52
by volna
Dreamer wrote:FreeCommander.ini file, [FormViewer_ShortCuts] section:
qviFilePrevious=BkSp
What is the shortcut for other keys such as Enter?
Posted: 04.01.2010, 23:08
by Dreamer
Enter should be just "Enter".