Refs: #105160
Complexity: 2
Create Issue
We've added settings to customize the timeout period (screencastMode.keyboardOverlayTimeout) of the keyboard overlay in screencast mode. Enable Screencast Mode using the command palette and use the following steps to validate the two new settings:
- Open the
Screencast Mode settings and locate the Keyboard Overlay Timeout setting
- Validate that the default value of the setting is 800.
- Validate that you can only specify numbers for the setting.
- Validate that you cannot set values outside the range of [500, 5000].
- Change the setting value and confirm that the keyboard overlay timeout updates.