How to reset to default font zoom level?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
phitsc
Posts: 124
Joined: 05 May 2009 12:21

How to reset to default font zoom level?

Post by phitsc »

I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: How to reset to default font zoom level?

Post by serendipity »

phitsc wrote:I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
I know the factory default is: Segoe UI 10.5 for tree and list.
Easiest is to do it from Config|Fonts.

Edit: just tried setting default from "Config|Fonts", seems like choosing 10.5 is not possible. If i choose 10, i get 9.75 and if i choose 11, i get 11.25. so seems like one has to do it from config file, which is not exactly an easy way. For the sake of it, one can run this script:

Code: Select all

//Set default font size (will restart XY)
    #182;  //Save all settings
     setkey "10500", "Millisize", "Font"; //Set default font
    #190; //Restart without saving

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

Re: How to reset to default font zoom level?

Post by admin »

phitsc wrote:I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
No, but next version will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.

phitsc
Posts: 124
Joined: 05 May 2009 12:21

Re: How to reset to default font zoom level?

Post by phitsc »

admin wrote:
phitsc wrote:I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
No, but next version will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.
That'll do I guess. Thanks!

WWL
Posts: 16
Joined: 10 Sep 2020 00:24

Re: How to reset to default font zoom level?

Post by WWL »

I don't see the below on my version 21.10
Will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.
And "CTRL + 0" only resets it back to the last saved zoom. How do you reset to the "factory default" font size? Thanks.

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

Re: How to reset to default font zoom level?

Post by admin »

There is no special command for this.

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: How to reset to default font zoom level?

Post by highend »

Probably still by setkey "9000", "Millisize", "Font"; #190;
At least that's the default on my system...
One of my scripts helped you out? Please donate via Paypal

WWL
Posts: 16
Joined: 10 Sep 2020 00:24

Re: How to reset to default font zoom level?

Post by WWL »

The statusbar is no longer showing "(default)" when you Ctrl + MouseWheel to the default font size. Has this been removed from the current version?

Post Reply