Skip to content

Commit

Permalink
Update cursorless-talon/src/spoken_scope_forms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Cohen <[email protected]>
  • Loading branch information
AndreasArvidsson and phillco authored Aug 4, 2024
1 parent 4b77295 commit 1792576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cursorless-talon/src/spoken_scope_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


def init_scope_spoken_forms(graphemes_talon_list: dict[str, str]):
create_flattened_talon_list(csv_get_ctx(), graphemes_talon_list, True)
create_flattened_talon_list(csv_get_normalized_ctx(), graphemes_talon_list, False)
create_flattened_talon_list(csv_get_ctx(), graphemes_talon_list, include_custom_regex=True)
create_flattened_talon_list(csv_get_normalized_ctx(), graphemes_talon_list, include_custom_regex=False)


def create_flattened_talon_list(
Expand Down

0 comments on commit 1792576

Please sign in to comment.