[Solved] Key assigned not working (partially)

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 244
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Key assigned not working (partially)

Post by w64bit »

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.
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: Key assigned not working (partially)

Post by void »

Please make sure "Use shortcut in" is set to Global for your keyboard shortcut.

Does the issue persist?
w64bit
Posts: 244
Joined: Wed Jan 09, 2013 9:06 am

Re: Key assigned not working (partially)

Post by w64bit »

Yes, it persist.
It's working only when I click on search list and in Quick Find.
tuska
Posts: 960
Joined: Thu Jul 13, 2017 9:14 am

Re: Key assigned not working (partially)

Post by tuska »

That works for me.
 
2024-05-11_View - Preview - Ctrl-Q_Strg-Q.png
2024-05-11_View - Preview - Ctrl-Q_Strg-Q.png (23.22 KiB) Viewed 369 times
w64bit
Posts: 244
Joined: Wed Jan 09, 2013 9:06 am

Re: Key assigned not working (partially)

Post by w64bit »

With the cursor in the search box?
tuska
Posts: 960
Joined: Thu Jul 13, 2017 9:14 am

Re: Key assigned not working (partially)

Post by tuska »

w64bit wrote: Sat May 11, 2024 11:28 am With the cursor in the search box?
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
 
2024-05-11_View - Preview - Ctrl-Q_Strg-Q_1.5.0.1375a_x64 & x86.png
2024-05-11_View - Preview - Ctrl-Q_Strg-Q_1.5.0.1375a_x64 & x86.png (38.82 KiB) Viewed 335 times
 
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=
PS: When making enquiries, it is always advisable to specify the Everything version used.
w64bit
Posts: 244
Joined: Wed Jan 09, 2013 9:06 am

Re: Key assigned not working (partially)

Post by w64bit »

1375a
Found the problem.
F1...F3 + F5...F12 are working.
F4 it's not working when the cursor it's in the search box.
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: Key assigned not working (partially)

Post by void »

The search box (technically a combobox) will eat F4 key-presses.

F4 = Open/close the drop-down list.
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: Key assigned not working (partially)

Post by void »

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..
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: Key assigned not working (partially)

Post by void »

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:
  • 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.
Post Reply