1
0

hyprpanel, gigaforust alt

This commit is contained in:
2026-01-17 23:57:30 +01:00
parent a5ed564c32
commit 624f145837
4 changed files with 755 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
// 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"
}
]