Skip to content

Commit

Permalink
debugging is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
sammdot committed Sep 27, 2023
1 parent b7905f0 commit c845e0e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plover/oslayer/osx/keyboardcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ def __init__(self):
super().__init__()
self._layout = KeyboardLayout()

def set_key_press_delay(self, delay_ms):
self._key_press_delay = delay_ms

def send_backspaces(self, count):
for _ in self.with_delay(range(count)):
backspace_down = CGEventCreateKeyboardEvent(
Expand Down

0 comments on commit c845e0e

Please sign in to comment.