[Solved] Append any bookmark to search - hotkey

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

[Solved] Append any bookmark to search - hotkey

Post by w64bit »

Is it possible to add to Shift open hotkey the possibility to Insert at the start/end of the search any bookmark?

To work like this:
- search something
- do Shift + any Bookmark
- the bookmark to be added at the start or the end of the search input
- also to check if initial search has a space at the end, and if not, to add the space

Tried shift_open_search_action, but value 4 it's replacing what it's in search box.
Maybe a new value 5: Insert at the start/end of the search
it was discussed before:
viewtopic.php?p=41877#p41877
Last edited by w64bit on Thu Oct 09, 2025 9:24 am, edited 1 time in total.
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Append any bookmark to search - hotkey

Post by void »

Thanks for the issue report w64bit,

shift_open_search_action=4 will be fixed in the next alpha update.
The next alpha update will have a prefix option for completeness sake.

For now, if you want a particular bookmark to always append/prefix, please try the following search command:

Code: Select all

/set-search $currentsearch: my appended search text
/set-search my prefixed search text $currentsearch:
/set-search
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Append any bookmark to search - hotkey

Post by void »

Everything 1.5.0.1400a fixes an issue with shift_open_search_action not being applied when opening bookmarks.

I also added a prefix option.
Post Reply