diff --git a/keymapper/gtk/row.py b/keymapper/gtk/row.py index 7fee30c9..afd8dffc 100644 --- a/keymapper/gtk/row.py +++ b/keymapper/gtk/row.py @@ -204,6 +204,7 @@ class Row(Gtk.ListBoxRow): completion.set_model(store) completion.set_text_column(0) completion.set_match_func(self.match) + completion.set_popup_single_match(False) character_input.set_completion(completion) if character is not None: