Skip to content

Commit

Permalink
Tornado pause tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Nov 12, 2023
1 parent a75de02 commit 72eb6ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/simonsays_drgreengiant/phasmoactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,8 @@ def run(self, *, force: bool = False) -> errorcodes.ErrorSet:

look = hidactions.MoveMouseRelativeDirectionSmooth(cfg)
lookfar = actions.ActionRepeat(look, actionconfig.repeats)
dropaction = Drop(self.config_fn)
dropconfig = Drop(self.config_fn).config.hidconfig
dropaction = hidactions.PressReleaseKeyOrButton(dropconfig, delay=0.01)
switchaction = Switch(self.config_fn)

lookanddrop = actions.ActionSequence([lookfar, dropaction, switchaction])
Expand Down

0 comments on commit 72eb6ed

Please sign in to comment.