task: Rebind UseSelectedQuery in modal to F2 (#12601)
Also fix click handler for "Rerun last task". Fixes #12580 Release Notes: - Fixed click handler for "rerun last task" in task modal not working. - Rebound "picker::UseSelectedQuery" from `opt-E` to `F2`.
This commit is contained in:
parent
5e3d85c023
commit
18e2b43d6d
2 changed files with 30 additions and 17 deletions
|
@ -639,7 +639,7 @@
|
|||
{
|
||||
"context": "Picker",
|
||||
"bindings": {
|
||||
"alt-e": "picker::UseSelectedQuery",
|
||||
"f2": "picker::UseSelectedQuery",
|
||||
"alt-enter": ["picker::ConfirmInput", { "secondary": false }],
|
||||
"cmd-alt-enter": ["picker::ConfirmInput", { "secondary": true }]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue