Skip to content

Commit

Permalink
try to fix render time
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Oct 8, 2024
1 parent 961db41 commit eb592b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hudes/keyboard_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def process_key_press(self, event):
if key in self.key_to_param_and_sign:
dim, sign = self.key_to_param_and_sign[key]
self.send_dims_and_steps({dim: self.step_size * sign})
return False
return True
elif key == "[":
self.step_size_decrease()
return True
Expand Down

0 comments on commit eb592b1

Please sign in to comment.