[Solved] Key assigned not working (partially)
[Solved] Key assigned not working (partially)
If I assign a key to View > Preview and the cursor in the search box, the key it's not working.
Last edited by w64bit on Thu May 16, 2024 1:47 pm, edited 4 times in total.
Re: Key assigned not working (partially)
Please make sure "Use shortcut in" is set to Global for your keyboard shortcut.
Does the issue persist?
Does the issue persist?
Re: Key assigned not working (partially)
Yes, it persist.
It's working only when I click on search list and in Quick Find.
It's working only when I click on search list and in Quick Find.
Re: Key assigned not working (partially)
That works for me.
Re: Key assigned not working (partially)
With the cursor in the search box?
Re: Key assigned not working (partially)
Yes.
I have performed a retest - this time with the x86 version in addition to the x64 version.
The Everything search box was not filled in the test and was filled with search parameters in another test.
I can show or hide the preview window with Ctrl+Q as required.
Perhaps there is a difference in the settings?
Focus search on activate
Everything.ini - filtered by "preview"
Code: Select all
filelist_preview=1
preview_visible=0
preview_tab_stop=0
preview_min_filter=0
preview_mag_filter=0
preview_fill=0
preview_icon=1
show_preview_handlers_in_preview_pane=1
preview_load_size=0
preview_side=1
preview_order=0
preview_high=256
preview_thumbnail=1
preview_exclude_folders=
preview_include_only_folders=
preview_include_folders=1
preview_exclude_files=
preview_include_only_files=
preview_include_files=1
preview_single_handler_instance=0
preview_folder_handlers=
preview_handlers=
preview_default_handler=
options_last_keyboard_command=View | Preview
column_property_system_canonical_name_list=System.Calendar.Duration,System.Capacity,System.Comment,System.ConnectedSearch.ChildCount,System.Contact.WebPage,System.Document.ByteCount,System.FileAllocationSize,System.FileDescription,System.Home.WebUrl,System.Keywords,System.Media.DateEncoded,System.Media.Duration,System.Message.ToDoTitle,System.Photo.DateTaken,System.Photo.FocalLengthInFilm,System.PropList.PreviewDetails,System.Recycle.DateDeleted,System.Recycle.DeletedFrom,System.SAM.UserComment,System.Security.EncryptionOwnersDisplay,System.Size,System.Software.NullPreview.TotalSize,System.StatusBarViewItemCount,System.Subject,System.Sync.Comments,System.Title,System.TotalFileSize
file_preview_keys=
view_preview_keys=337
view_show_preview_keys=
preview_focus_preview_keys=
preview_font=
preview_font_size=
preview_accent=1
preview_dark_accent=1
preview_accent_color=
preview_dark_accent_color=
preview_normal_foreground_color=
preview_normal_background_color=
preview_normal_bold=
dark_preview_normal_foreground_color=#c0c0c0
dark_preview_normal_background_color=#ffffff
dark_preview_normal_bold=
Re: Key assigned not working (partially)
1375a
Found the problem.
F1...F3 + F5...F12 are working.
F4 it's not working when the cursor it's in the search box.
Found the problem.
F1...F3 + F5...F12 are working.
F4 it's not working when the cursor it's in the search box.
Re: Key assigned not working (partially)
The search box (technically a combobox) will eat F4 key-presses.
F4 = Open/close the drop-down list.
F4 = Open/close the drop-down list.
Re: Key assigned not working (partially)
I am going to look into a way to disable the search edit eating F4 from within Everything..
The user should be able to set such as standard function key to anything they like..
The user should be able to set such as standard function key to anything they like..
Re: Key assigned not working (partially)
Everything 1.5.0.1376a removes the hard coded F4 keypress to show the search history drop down list.
This keypress is now added as a customizable option.
It will be automatically added to new installations.
To manually add this keypress to existing installations:
This keypress is now added as a customizable option.
It will be automatically added to new installations.
To manually add this keypress to existing installations:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Keyboard tab on the left.
- To the right of Show commands containing, search for:
history - Select: Search Edit | Show All Search History
- Click Add....
- Press F4 and click OK.
- Click OK.