diff --git a/src/controllers/keybinder.py b/src/controllers/keybinder.py index f0767608..dbd35b9b 100644 --- a/src/controllers/keybinder.py +++ b/src/controllers/keybinder.py @@ -182,13 +182,12 @@ def act(self, blendshape_values) -> dict: return self.toggle_active() - #MouseController().toggle_active() self.key_states[state_name] = True elif (val < thres) and (self.key_states[state_name] is True): self.key_states[state_name] = False - elif self.is_active: + elif self.is_active.get(): if device == "mouse":