You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I see in the Edit/Increase Font Size menu: Ctrl+Inconnu key code: 0x2b
Inconnu obviously stands for "unknown" as I am running Windows in French language.
I reduced the font size without intention just by pressing the Ctrl key and moving my fingers on the trackpad but I cannot increase it back. When I relaunch the IDE, the reduced font size remains.
Is there any way to change this without a recompilation of the IDE?
The text was updated successfully, but these errors were encountered:
Hi @nesdnuma ,
which IDE version are you using? In 1.8.6 the way to increase font size is layout independent and you can get with CTRL + the_key_with_plus_sign
So if you are on a normal AZERTY french keyboard you need to press CTRL + SHIFT + '=' since SHIFT + '=' give you the + keystroke
Anyway, the CRTL + mouseWheel (or touchpad scrolling) should work just fine; make sure that your laptop is not stopping the touchpad events if a key is pressed (palm detection).
Last chance: open C:\Users\yourusername\AppData\Arduino15\preferences.txt and change editor.font last number with something like 15
Hello,
This is what I see in the Edit/Increase Font Size menu: Ctrl+Inconnu key code: 0x2b
Inconnu obviously stands for "unknown" as I am running Windows in French language.
I reduced the font size without intention just by pressing the Ctrl key and moving my fingers on the trackpad but I cannot increase it back. When I relaunch the IDE, the reduced font size remains.
Is there any way to change this without a recompilation of the IDE?
The text was updated successfully, but these errors were encountered: