Skip to content

Commit

Permalink
log keys in search view
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Mar 14, 2021
1 parent 070e96a commit ae8bacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynicotine/gtkgui/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,7 @@ def on_list_clicked(self, widget, event):

def on_key_press_event(self, widget, event):

log.add_debug("Keys pressed in search list: %s %s" % (event.get_state(), event.hardware_keycode))
self.select_results()

if event.get_state() & Gdk.ModifierType.CONTROL_MASK and \
Expand Down

0 comments on commit ae8bacb

Please sign in to comment.