From 4a9386cc0dc7120b106ee4e2b917a8c39a4b190a Mon Sep 17 00:00:00 2001 From: Andreas Arvidsson Date: Wed, 21 Feb 2024 11:33:14 +0100 Subject: [PATCH] Remove superfluous next homophone action --- cursorless-talon/src/fallback.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cursorless-talon/src/fallback.py b/cursorless-talon/src/fallback.py index 5a9d4c468a..d57758a078 100644 --- a/cursorless-talon/src/fallback.py +++ b/cursorless-talon/src/fallback.py @@ -17,7 +17,6 @@ "remove": actions.edit.delete, "editNewLineBefore": actions.edit.line_insert_up, "editNewLineAfter": actions.edit.line_insert_down, - "nextHomophone": actions.user.homophones_cycle_selected, } modifier_callbacks = {