Bind "Clear buffer" action to Ctrl+Shift+K (#18900)

Closes #17894

(cherry picked from commit 064d9af46e)
Service-Card-Id: PVTI_lADOAF3p4s4AxadtzgaTw9A
Service-Version: 1.23
This commit is contained in:
Carlos Zamora
2025-05-13 10:46:16 -07:00
committed by Dustin L. Howett
parent 2f29dc8f62
commit 6027eca9f3

View File

@@ -725,6 +725,7 @@
{ "keys": "ctrl+shift+pgup", "id": "Terminal.ScrollUpPage" },
{ "keys": "ctrl+shift+home", "id": "Terminal.ScrollToTop" },
{ "keys": "ctrl+shift+end", "id": "Terminal.ScrollToBottom" },
{ "keys": "ctrl+shift+k", "id": "Terminal.ClearBuffer" },
// Visual Adjustments
{ "keys": "ctrl+plus", "id": "Terminal.IncreaseFontSize" },