18 lines
512 B
JSON
18 lines
512 B
JSON
// Place your key bindings in this file to override the defaults
|
|
[
|
|
{
|
|
"key": "alt+l",
|
|
"command": "-antigravity.prioritized.agentFocusNextFile",
|
|
"when": "antigravity.agentBarVisible && editorTextFocus"
|
|
},
|
|
{
|
|
"key": "ctrl+l",
|
|
"command": "-antigravity.prioritized.chat.open",
|
|
"when": "!terminalFocus"
|
|
},
|
|
{
|
|
"key": "ctrl+shift+l",
|
|
"command": "-antigravity.prioritized.chat.openNewConversation",
|
|
"when": "!terminalFocus"
|
|
}
|
|
] |