config: add focus-below and focus-above actions
This commit is contained in:
parent
c034ea7604
commit
bd85db5b59
12 changed files with 211 additions and 19 deletions
|
|
@ -1614,7 +1614,9 @@
|
|||
"hide-bar",
|
||||
"toggle-bar",
|
||||
"focus-prev",
|
||||
"focus-next"
|
||||
"focus-next",
|
||||
"focus-below",
|
||||
"focus-above"
|
||||
]
|
||||
},
|
||||
"Status": {
|
||||
|
|
|
|||
|
|
@ -3675,6 +3675,14 @@ The string should have one of the following values:
|
|||
|
||||
Focuses the next window in the focus history.
|
||||
|
||||
- `focus-below`:
|
||||
|
||||
Focuses the layer below the currently focused layer.
|
||||
|
||||
- `focus-above`:
|
||||
|
||||
Focuses the layer above the currently focused layer.
|
||||
|
||||
|
||||
|
||||
<a name="types-Status"></a>
|
||||
|
|
|
|||
|
|
@ -864,6 +864,10 @@ SimpleActionName:
|
|||
description: Focuses the previous window in the focus history.
|
||||
- value: focus-next
|
||||
description: Focuses the next window in the focus history.
|
||||
- value: focus-below
|
||||
description: Focuses the layer below the currently focused layer.
|
||||
- value: focus-above
|
||||
description: Focuses the layer above the currently focused layer.
|
||||
|
||||
|
||||
Color:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue