address bar and F5

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
autocart
Posts: 1387
Joined: 26 Sep 2013 15:22

address bar and F5

Post by autocart »

Hi all,

How come that pressing F5 with focus in the address bar and AB showing a normal path it refreshes the list but ...
... when I press F5 with focus in the AB having a prefix (I tried ">>>" and "::") then it pops the AB-history drop down?
Is this by design? Can it be changed?

Many thx in advance

admin
Site Admin
Posts: 66351
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: address bar and F5

Post by admin »

F5 has a special function in all edit boxes (incl. the address bar):

Code: Select all

v7.50.0008 - 2008-09-01 15:35
    + Edit boxes: Added a few service key combos to convert selected text
        F5:         to Title Case (converts the first letter of every 
                    word in string to upper case); this is for ANSI 
                    strings only
        Shift+F5:   to UPPER CASE
        Ctrl+F5:    to lower case
      If no text is selected then the conversion applies to the 
      character right after the caret. Works in all editable multiline 
      boxes, and also in Rename Boxes and Font Preview Sample.

Post Reply