agent: Fix deleting threads in history via keyboard (#28113)

Using `shift-backspace` now because we need `backspace` for search

Release Notes:
- agent: Fix deleting threads in history via keyboard
This commit is contained in:
Agus Zubiaga 2025-04-04 17:45:44 -03:00 committed by GitHub
parent 6162d9942d
commit f3adf41c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 63 additions and 50 deletions

View file

@ -339,9 +339,9 @@
}
},
{
"context": "ThreadHistory",
"context": "ThreadHistory > Editor",
"bindings": {
"backspace": "agent::RemoveSelectedThread"
"shift-backspace": "agent::RemoveSelectedThread"
}
},
{