config: add focus-tiles action
This commit is contained in:
parent
bd85db5b59
commit
57a49d5299
11 changed files with 61 additions and 1 deletions
|
|
@ -1616,7 +1616,8 @@
|
|||
"focus-prev",
|
||||
"focus-next",
|
||||
"focus-below",
|
||||
"focus-above"
|
||||
"focus-above",
|
||||
"focus-tiles"
|
||||
]
|
||||
},
|
||||
"Status": {
|
||||
|
|
|
|||
|
|
@ -3683,6 +3683,10 @@ The string should have one of the following values:
|
|||
|
||||
Focuses the layer above the currently focused layer.
|
||||
|
||||
- `focus-tiles`:
|
||||
|
||||
Focuses the tile layer.
|
||||
|
||||
|
||||
|
||||
<a name="types-Status"></a>
|
||||
|
|
|
|||
|
|
@ -868,6 +868,8 @@ SimpleActionName:
|
|||
description: Focuses the layer below the currently focused layer.
|
||||
- value: focus-above
|
||||
description: Focuses the layer above the currently focused layer.
|
||||
- value: focus-tiles
|
||||
description: Focuses the tile layer.
|
||||
|
||||
|
||||
Color:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue