Add configurable global hotkeys (#1305)

This commit is contained in:
ZacharyZcR
2026-08-24 01:10:19 +08:00
committed by GitHub
parent 9ee50d624a
commit cad7520c9f
7 changed files with 121 additions and 1 deletions
+3
View File
@@ -4057,6 +4057,9 @@
"actionSendControlCode": "Send Ctrl+letter signal",
"actionSendText": "Send text",
"actionRunSnippet": "Run existing snippet",
"actionNextTab": "Switch to next tab",
"actionPreviousTab": "Switch to previous tab",
"actionOpenCommandPalette": "Open quick search",
"controlCodeLabel": "Letter",
"textLabel": "Text to send",
"appendEnterLabel": "Press Enter after sending",