From 067392c77562eeea481cc9fbadb6c132de7540f0 Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Wed, 21 Feb 2024 01:16:06 +0100 Subject: [PATCH] Added increment and decrement actions (#2236) Fixes #2192 ## 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spoken_forms.json b/src/spoken_forms.json index 6b358840..863808f4 100644 --- a/src/spoken_forms.json +++ b/src/spoken_forms.json @@ -14,6 +14,7 @@ "comment": "toggleLineComment", "copy": "copyToClipboard", "crown": "scrollToTop", + "decrement": "decrement", "dedent": "outdentLine", "define": "revealDefinition", "drink": "editNewLineBefore", @@ -25,6 +26,7 @@ "give": "deselect", "highlight": "highlight", "hover": "showHover", + "increment": "increment", "indent": "indentLine", "inspect": "showDebugHover", "join": "joinLines",