Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
misko committed Oct 8, 2024
1 parent 313a870 commit a93da78
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 True
return False # we are going to get a response shortly that updates
elif key == "[":
self.step_size_decrease()
return True
Expand Down

0 comments on commit a93da78

Please sign in to comment.