It would be quicker and easier than playing with the mouse wheel.

UNNECESSARY REQUEST !!!
Go to File menu/Settings/General/Shortcuts/Zoom default
Faster to use keyboardboddhi wrote: Thu Jun 29, 2023 11:38 am Would it be possible to have a menu item (in menu Edition ?) like 'Zoom/View or Display 100%' to return to a normal display size when this has been modified?
It would be quicker and easier than playing with the mouse wheel.![]()
Code: Select all
; Start code
SendMessage_(Val(GetEnvironmentVariable("PB_TOOL_Scintilla")),#SCI_SETZOOM,0,0)
; End code
So just press Ctrl+0 and it's back to 100%. (Like Marc56us said).
If it's a question, yes !BarryG wrote: So just press Ctrl+0 and it's back to 100%. (Like Marc56us said).
CTRL + /I had tested CTRL + NUMPAD + 0 which had no effect
Thanks Marc, it works for me too !Marc56us wrote: CTRL + /