Skip to content

Commit

Permalink
log keys in download view
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Mar 16, 2021
1 parent ae8bacb commit 5e9a6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynicotine/gtkgui/downloads.py
Expand Up @@ -235,6 +235,7 @@ def on_open_directory(self, widget):

def on_key_press_event(self, widget, event):

log.add("Keys pressed in download list: %s %s" % (event.get_state(), event.hardware_keycode))
keycode = event.hardware_keycode

self.select_transfers()
Expand Down

0 comments on commit 5e9a6c1

Please sign in to comment.