From ad173244491269364d4d4fd18967e49211a9dfb6 Mon Sep 17 00:00:00 2001 From: ProbablePrime Date: Wed, 27 Nov 2024 19:42:36 -0800 Subject: [PATCH 1/2] feat(cursors): cursor settings --- en.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/en.json b/en.json index 6aa7ed6..474bd28 100644 --- a/en.json +++ b/en.json @@ -1753,6 +1753,24 @@ "Settings.LaserSettings.ShowInDesktop": "Show lasers in desktop mode", "Settings.LaserSettings.ShowInDesktop.Description": "When on, the laser visual will be rendered to you fully when in first person view in desktop mode.", + "Settings.CursorSettings": "Cursor Settings", + + "Settings.CursorSettings.BaseSize": "Base cursor size", + "Settings.CursorSettings.BaseSize.Description": "This sets a base cursor size. We recommend setting this one first and then adjusting the other cursor settings as those adjust this size in a relative manner.", + + "Settings.CursorSettings.GrabMultiplier": "Grab multiplier", + "Settings.CursorSettings.GrabMultiplier.Description": "This is applied as a multiplier to your cursor while grabbing objects and items.", + + "Settings.CursorSettings.InteractionMultiplier": "Interaction multiplier", + "Settings.CursorSettings.InteractionMultiplier.Description": "This is applied as a multiplier to your cursor while interacting with UI elements such as buttons.", + + "Settings.CursorSettings.TextMultiplier": "Text multiplier", + "Settings.CursorSettings.TextMultiplier.Description": "This is applied as a multiplier to your cursor while interacting and manipulating text.", + + "Settings.CursorSettings.SliderMultiplier": "Slider multiplier", + "Settings.CursorSettings.SliderMultiplier.Description": "This is applied as a multiplier to your cursor while interacting with sliders and scrollbars.", + + "Settings.DesktopViewSettings.FollowCursor": "Follow cursor", "Settings.DesktopViewSettings.FollowCursor.Description": "When enabled, the Desktop view will automatically switch to whichever screen is your cursor on. This is useful when you're using physical keyboard and mouse while in VR.", "Settings.DesktopViewSettings.Brightness": "Brightness", From 0aacc70c8eb18918131538b5a7d48f414ce102fa Mon Sep 17 00:00:00 2001 From: ProbablePrime Date: Thu, 28 Nov 2024 00:59:12 -0800 Subject: [PATCH 2/2] tweaks to language --- en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en.json b/en.json index 474bd28..0da726f 100644 --- a/en.json +++ b/en.json @@ -1755,8 +1755,8 @@ "Settings.CursorSettings": "Cursor Settings", - "Settings.CursorSettings.BaseSize": "Base cursor size", - "Settings.CursorSettings.BaseSize.Description": "This sets a base cursor size. We recommend setting this one first and then adjusting the other cursor settings as those adjust this size in a relative manner.", + "Settings.CursorSettings.BaseCursorSize": "Base cursor size", + "Settings.CursorSettings.BaseCursorSize.Description": "This sets a base cursor size. We recommend setting this first, before adjusting the others as their size is relative to this.", "Settings.CursorSettings.GrabMultiplier": "Grab multiplier", "Settings.CursorSettings.GrabMultiplier.Description": "This is applied as a multiplier to your cursor while grabbing objects and items.",