-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* created listener for "oa.stop" sequence * fixed issue with comparing objects of diff types * moved list of sequences to config.STOP_SEQUENCES and changed code to accomadate multiple stop sequences, + minor changes to naming and logging * moved list of stop sequences to config.STOP_SEQUENCES * filter out stop sequence in crud.get_action_events * combined keyboard listeners for macOS compatability * style changes * code cleanup * special char support * change to config.STOP_STRS and split by character in record.py and crud.py * black * add todo and fix special char functionality * fix filter_stop_sequences * added SPECIAL_CHAR_STOP_SEQUENCES and STOP_SEQUENCES that combines STOP_STRS and SPECIAL_CHAR_STOP_SEQUENCES * STOP_SEQUENCES moved to config.py * black * black
- Loading branch information
1 parent
5b9f735
commit 385963c
Showing
3 changed files
with
133 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters