From 5db7e7f7f878c5e653c0b355b253a6de31ccf393 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Thu, 7 Dec 2023 17:44:43 +0100 Subject: [PATCH] Added break line action (#2103) `"break air"` ## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [x] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have not broken the cheatsheet --------- Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com> --- src/spoken_forms.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/spoken_forms.json b/src/spoken_forms.json index 4c7ec7b5..062f4b32 100644 --- a/src/spoken_forms.json +++ b/src/spoken_forms.json @@ -3,6 +3,7 @@ "actions.csv": { "simple_action": { "bottom": "scrollToBottom", + "break": "breakLine", "break point": "toggleLineBreakpoint", "carve": "cutToClipboard", "center": "scrollToCenter",