Page 1 of 1

How to reset to default font zoom level?

Posted: 14 Nov 2011 11:38
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).

Re: How to reset to default font zoom level?

Posted: 20 Nov 2011 01:39
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

Re: How to reset to default font zoom level?

Posted: 20 Nov 2011 17:36
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.

Re: How to reset to default font zoom level?

Posted: 21 Nov 2011 08:59
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!

Re: How to reset to default font zoom level?

Posted: 06 Oct 2020 16:42
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.

Re: How to reset to default font zoom level?

Posted: 06 Oct 2020 16:59
by admin
There is no special command for this.

Re: How to reset to default font zoom level?

Posted: 06 Oct 2020 17:02
by highend
Probably still by setkey "9000", "Millisize", "Font"; #190;
At least that's the default on my system...

Re: How to reset to default font zoom level?

Posted: 06 Oct 2020 17:37
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?