Remove "use_key_equivalents" from linux keymap as it does nothing (#28464)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-04-09 17:02:45 -06:00 committed by GitHub
parent ba767a1998
commit ed63f216e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -644,7 +644,6 @@
},
{
"context": "AgentPanel && prompt_editor",
"use_key_equivalents": true,
"bindings": {
"cmd-n": "agent::NewPromptEditor",
"cmd-alt-t": "agent::NewThread"
@ -660,7 +659,6 @@
},
{
"context": "EditMessageEditor > Editor",
"use_key_equivalents": true,
"bindings": {
"escape": "menu::Cancel",
"enter": "menu::Confirm",
@ -669,7 +667,6 @@
},
{
"context": "AgentFeedbackMessageEditor > Editor",
"use_key_equivalents": true,
"bindings": {
"escape": "menu::Cancel",
"enter": "menu::Confirm",
@ -801,7 +798,6 @@
},
{
"context": "GitPanel",
"use_key_equivalents": true,
"bindings": {
"ctrl-g ctrl-g": "git::Fetch",
"ctrl-g up": "git::Push",