Skip to content

Commit c34a3f1

Browse files
committed
Merge pull request #100059 from Calinou/editor-default-enable-emulate-numpad
Enable Emulate Numpad by default in the 3D editor settings
2 parents bfc66f0 + a9881f9 commit c34a3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/editor_settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
822822
EDITOR_SETTING_BASIC(Variant::INT, PROPERTY_HINT_ENUM, "editors/3d/navigation/zoom_mouse_button", 1, "Left Mouse,Middle Mouse,Right Mouse,Mouse Button 4,Mouse Button 5")
823823
EDITOR_SETTING_BASIC(Variant::INT, PROPERTY_HINT_ENUM, "editors/3d/navigation/zoom_style", 0, "Vertical,Horizontal")
824824

825-
_initial_set("editors/3d/navigation/emulate_numpad", false, true);
825+
_initial_set("editors/3d/navigation/emulate_numpad", true, true);
826826
_initial_set("editors/3d/navigation/emulate_3_button_mouse", false, true);
827827
_initial_set("editors/3d/navigation/warped_mouse_panning", true, true);
828828

0 commit comments

Comments
 (0)