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
description: nls.localize('screencastMode.onlyKeyboardShortcuts',"Only show keyboard shortcuts in Screencast Mode."),
320
+
description: nls.localize('screencastMode.onlyKeyboardShortcuts',"Only show keyboard shortcuts in screencast mode."),
280
321
default: false
281
-
}
322
+
},
323
+
'screencastMode.keyboardOverlayTimeout': {
324
+
type: 'number',
325
+
default: 800,
326
+
minimum: 500,
327
+
maximum: 5000,
328
+
description: nls.localize('screencastMode.keyboardOverlayTimeout',"Controls how long (in milliseconds) the keyboard overlay is shown in screencast mode.")
329
+
},
330
+
'screencastMode.mouseIndicatorColor': {
331
+
type: 'string',
332
+
default: 'red',
333
+
description: nls.localize('screencastMode.mouseIndicatorColor',"Controls the color (string or Hex) of the mouse indicator in screencast mode.")
334
+
},
335
+
'screencastMode.mouseIndicatorSize': {
336
+
type: 'number',
337
+
default: 20,
338
+
minimum: 20,
339
+
maximum: 100,
340
+
description: nls.localize('screencastMode.mouseIndicatorSize',"Controls the size (in pixels) of the mouse indicator in screencast mode.")
0 commit comments