Skip to content

Commit

Permalink
[#18] Add a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosarev committed Feb 14, 2021
1 parent f697c6c commit a62e920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zx/_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ def _toggle_fullscreen(self):
def _on_key_event(self, widget, event):
pressed = event.type == Gdk.EventType.KEY_PRESS

# TODO: Do not upper the case here. Ignore unknown key.
# Translate to our own key ids.
key_id = Gdk.keyval_name(event.keyval).upper()
# print(key_id)

Expand Down

0 comments on commit a62e920

Please sign in to comment.