Page 1 of 1

[777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 09:34
by larsen
Steps to reproduce:
- Search for some files and get a result with mutiple files
- Use the cursor keys to select any file
- Press and hold Ctrl
- Use the cursor keys to move to any other file
- Press Space to select that file

Expected result:
- Second file is selected after pressing Ctrl+Space

Actual result:
- Whenever I press Space (with or without Ctrl), the FreeCommander main window is activated again
- I cannot select multiple files with the keyboard

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 13:05
by Karol
Changes 772:
- Implemented: Option for search dialog to define in the section [fcSearchForm] of the file FreeCommander.find.ini: OpenLocationChangeShortcut=1 if the shortcut should be changed from Ctrl+Space to Alt+Space

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 13:40
by larsen
Thx, will check this. However, this behaviour also happens when I don't press Ctrl, and I think this shouldn't be the case regardless of that setting.

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 14:00
by Karol
Space and Ctrl+Space are reserved in the search dialog for "Open location" and "Open location in inactive panel" - check the menu in the search dialog.

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 14:29
by larsen
I can see those two entries in the menu "File", but there is no indicator that they are activated by pressing Space (if you mean this?).

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 14:32
by horst.epp
larsen wrote: 16.07.2018, 09:34 Steps to reproduce:
- Search for some files and get a result with mutiple files
- Use the cursor keys to select any file
- Press and hold Ctrl
- Use the cursor keys to move to any other file
- Press Space to select that file

Expected result:
- Second file is selected after pressing Ctrl+Space

Actual result:
- Whenever I press Space (with or without Ctrl), the FreeCommander main window is activated again
- I cannot select multiple files with the keyboard
There is no problem selecting mutiple files with the default windows action:
CTRL-Click selects a file or additional files, Shift-Click selects a range.
There is no benefit doing that with keyboard only, even fore mouse haters.

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 14:39
by Karol
I can see those two entries in the menu "File", but there is no indicator that they are activated by pressing Space (if you mean this?).
Set the focus in the result list first.

Re: [777] File selection with keyboard in search result switches to main window

Posted: 16.07.2018, 14:58
by larsen
Thx, Karol!

@Horst: As you can see from my first post, this topic is about a problem with using the keyboard and not the mouse. You shouldn't try to force your way of working onto others!