Skip to content

Unknow key code for Increase Font Size keyboard shortcut #7950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nesdnuma opened this issue Aug 30, 2018 · 1 comment
Closed

Unknow key code for Increase Font Size keyboard shortcut #7950

nesdnuma opened this issue Aug 30, 2018 · 1 comment
Labels
Type: Duplicate Another item already exists for this topic

Comments

@nesdnuma
Copy link

nesdnuma commented Aug 30, 2018

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?

@facchinm
Copy link
Member

facchinm commented Aug 30, 2018

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


EDIT by @per1234:
Duplicate of #6806

@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

3 participants