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
Copy file name to clipboardExpand all lines: app/src/locales/en.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,13 @@ settings:
265
265
When the approximation is close enough (less than 0.0001), the scaling will stop automatically.
266
266
A value of 1 means the scaling will be completed immediately without any intermediate transition effect.
267
267
A value of 0 means the scaling will never be completed, which can simulate a locked effect.
268
+
cameraKeyboardScaleRate:
269
+
title: Viewport Zoom Keyboard Rate
270
+
description: |
271
+
The zoom scale factor of the viewport each time it is zoomed in or out using a keyboard press.
272
+
A value of 0.2 means that each zoom in will increase the scale to 1.2 times the original, and each zoom out will decrease the scale to 0.8 times the original.
0 commit comments