INTERACT FORUM

More => Old Versions => JRiver Media Center 25 for Mac => Topic started by: zeltak on April 14, 2019, 03:20:51 am

Title: Quicksearch keybind missing in MC25 (ctrl-f)?
Post by: zeltak on April 14, 2019, 03:20:51 am
Hi

is it just here or is the quicksearch keybind missing in MC25 (ctrl-f?)

can anyone else confirm?

Z
Title: Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
Post by: blgentry on April 15, 2019, 01:36:21 pm
I'll check when I get home, but I think it works for me.  It's a weird feature in my opinion, so I never use it.  Have you tried both Command-f and Control-f ?  Generally speaking, all windows keys of control-key are instead Command-key on the Mac.  But this is a case where it might really be control-f .

Brian.
Title: Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
Post by: marko on April 15, 2019, 10:22:13 pm
If it helps...
On Windows, Ctrl+F activates the search bar in the top right corner, making it ready to type into.

Ctrl+Q opens the "Quick Find" toolbar at the bottom of the file list.

-marko
Title: Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
Post by: zeltak on April 16, 2019, 05:48:50 am
thx guys

sorry for the confusion. i mean the full search box (with the wizard etc) see screenshot to clarify.

i tried both C-f and command-f and they both dont focus the search box (used to work mc24)

the current version i use is 25.0.18

best

Z
Title: Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
Post by: MrBiff on April 16, 2019, 01:20:33 pm
The command is Cmd-E  (Ctlr is generally mapped to Cmd on macOS):

    <Entry Key="Ctrl;E" Command="22022" Param="0" TranslateFlags="2" />

which is the focus Search control.  The Cmd-F binding is:

    <Entry Key="Ctrl;F" Command="22004" Param="0" TranslateFlags="514" />

and this is:

     22004   MCC_FIND_MEDIA   wchar * pstrSearch (note: memory will be deleted by receiver)
Title: Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
Post by: zeltak on April 16, 2019, 01:43:19 pm
wow that was it.. ;D

dunno how i missed it, thx again!

you rock ;-)

Z