File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cursorless-talon/src/cheatsheet Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66from .get_list import get_list , get_lists
77from .sections .actions import get_actions
8- from .sections .destinations import get_destinations
98from .sections .compound_targets import get_compound_targets
9+ from .sections .destinations import get_destinations
1010from .sections .get_scope_visualizer import get_scope_visualizer
1111from .sections .modifiers import get_modifiers
1212from .sections .scopes import get_scopes
Original file line number Diff line number Diff line change 33
44def get_destinations ():
55 insertion_modes = {
6- ** {p : "to" for p in get_raw_list ("insertion_mode_to" ). keys () },
7- ** get_raw_list ("insertion_mode_pos" )
6+ ** {p : "to" for p in get_raw_list ("insertion_mode_to" )},
7+ ** get_raw_list ("insertion_mode_pos" ),
88 }
99
1010 descriptions = {
@@ -25,4 +25,4 @@ def get_destinations():
2525 ],
2626 }
2727 for spoken_form , id in insertion_modes .items ()
28- ]
28+ ]
You can’t perform that action at this time.
0 commit comments