hide_mouse_cursor_when_typing
Since: nightly builds only
If true
, the mouse cursor will be hidden when typing, if your mouse cursor is
hovering over the window.
The default is true
. Set to false
to disable this behavior.
return {
hide_mouse_cursor_when_typing = true,
}