Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/junhg0211/Aice
Browse files Browse the repository at this point in the history
  • Loading branch information
junhg0211 committed Jul 23, 2024
2 parents 8a93db6 + ca04a42 commit c72ab33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def __init__(self, abbreviations: dict):
self.controller = Controller()

def on_press(self, key):
print(self.buffer)

if key == Key.space:
buffer_string = "".join(self.buffer)
for pack in self.abbreviations.values():
Expand Down

0 comments on commit c72ab33

Please sign in to comment.