add mouse_follows_focus
This commit is contained in:
parent
e61f042d8b
commit
3a4105dd42
8 changed files with 72 additions and 22 deletions
|
|
@ -1120,9 +1120,13 @@
|
|||
"type": "boolean",
|
||||
"description": "Configures whether moving the mouse over a window automatically moves the keyboard\nfocus to that window.\n\nThe default is `true`.\n"
|
||||
},
|
||||
"mouse-follows-focus": {
|
||||
"type": "boolean",
|
||||
"description": "Configures whether the mouse cursor is automatically centered on the active window\nwhen focus changes via keyboard commands.\n\nWhen enabled, the cursor will be automatically positioned to the center of the\nactive window when focus changes through keyboard commands such as `focus-left`,\n`focus-right`, `show-workspace`, etc.\n\nThe default is `true`.\n\n- Example:\n\n ```toml\n mouse-follows-focus = false\n ```\n"
|
||||
},
|
||||
"unstable-mouse-follows-focus": {
|
||||
"type": "boolean",
|
||||
"description": "Configures whether the mouse cursor is automatically centered on the active window\nwhen focus changes via keyboard commands.\n\nWhen enabled, the cursor will be automatically positioned to the center of the\nactive window when focus changes through keyboard commands such as `focus-left`,\n`focus-right`, `show-workspace`, etc.\n\nThe default is `false`.\n\nThis option is unstable due to various issues. It is not subject to the usual\nsemver guarantees.\n\n- Example:\n\n ```toml\n unstable-mouse-follows-focus = true\n ```\n"
|
||||
"description": "Legacy alias for `mouse-follows-focus`.\n\nPrefer `mouse-follows-focus` in new configurations.\n\n- Example:\n\n ```toml\n unstable-mouse-follows-focus = true\n ```\n"
|
||||
},
|
||||
"window-management-key": {
|
||||
"type": "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue