How to disable zoom in and out functionality in script editor?

Godot Version

4.3.dev2

Question

I often zoom in by accident in the script editor.
Is there a way to disable the functionality to zoom in and out in the script editor using ctrl + mouse wheel? I can’t find this option in the editor setting shortcuts.

It’s hardcoded in the editor itself godot/editor/code_editor.cpp at 26b1fd0d842fa3c2f090ead47e8ea7cd2d6515e1 · godotengine/godot · GitHub Open an issue here Issues · godotengine/godot · GitHub explaining what you want to do and why it’s not possible.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.