-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Milestone
Description
Refs: #103307
- anyOS @aeschli
- anyOS @bamurtaugh
Complexity: 2
We've added settings to customize the size (screencastMode.mouseIndicatorSize
) and color (screencastMode.mouseIndicatorColor
) of the mouse indicator in screencast mode. Enable Screencast Mode
using the command palette and use the following steps to validate the two new settings:
Mouse indicator size
- Open the
Screencast Mode
settings and locate theMouse Indicator Size
setting - Validate that the default value of the setting is
20
. - Validate that you can only specify numbers for the setting.
- Validate that you cannot set values outside the range of [
20
,100
]. - Change the setting value and confirm that the mouse indicator show on click is updated.
Mouse indicator color
- Open the
Screencast Mode
settings and locate theMouse Indicator Color
setting - Validate that the default value of the setting is
red
. - Change the value to a valid color string (ex: blue) and confirm that the mouse indicator is updated.
- Change the value to a valid color hex string (ex: #FFFFFF) and confirm that the mouse indicator is updated.
- Set the value to an invalid color string or hex string and confirm that the mouse indicator will default to 'red`.