config: add warp-mouse-to-focus action
This commit is contained in:
parent
107245d877
commit
aaf02dc4e1
13 changed files with 74 additions and 2 deletions
|
|
@ -1995,7 +1995,8 @@
|
|||
"toggle-simple-im-enabled",
|
||||
"reload-simple-im",
|
||||
"enable-unicode-input",
|
||||
"open-control-center"
|
||||
"open-control-center",
|
||||
"warp-mouse-to-focus"
|
||||
]
|
||||
},
|
||||
"SimpleIm": {
|
||||
|
|
|
|||
|
|
@ -4559,6 +4559,10 @@ The string should have one of the following values:
|
|||
|
||||
Opens the control center.
|
||||
|
||||
- `warp-mouse-to-focus`:
|
||||
|
||||
Warps the cursor to the center of the currently focused window.
|
||||
|
||||
|
||||
|
||||
<a name="types-SimpleIm"></a>
|
||||
|
|
|
|||
|
|
@ -1193,6 +1193,9 @@ SimpleActionName:
|
|||
This has no effect if the simple IM is not currently active.
|
||||
- value: open-control-center
|
||||
description: Opens the control center.
|
||||
- value: warp-mouse-to-focus
|
||||
description: |
|
||||
Warps the cursor to the center of the currently focused window.
|
||||
|
||||
|
||||
Color:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue