INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Quicksearch keybind missing in MC25 (ctrl-f)?  (Read 685 times)

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 478
Quicksearch keybind missing in MC25 (ctrl-f)?
« 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
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
« Reply #1 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.
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8938
Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
« Reply #2 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

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 478
Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
« Reply #3 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
Logged

MrBiff

  • World Citizen
  • ***
  • Posts: 143
Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
« Reply #4 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)
Logged

zeltak

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 478
Re: [BUG?] quicksearch keybind missing in MC25 (ctrl-f?)
« Reply #5 on: April 16, 2019, 01:43:19 pm »

wow that was it.. ;D

dunno how i missed it, thx again!

you rock ;-)

Z
Logged
Pages: [1]   Go Up