From 88e88bda1a01d5e8e273bab07a964257966588fd Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sun, 6 Dec 2020 16:58:56 +0100 Subject: [PATCH] showing also single matches --- keymapper/gtk/row.py | 1 - 1 file changed, 1 deletion(-) diff --git a/keymapper/gtk/row.py b/keymapper/gtk/row.py index afd8dffc..7fee30c9 100644 --- a/keymapper/gtk/row.py +++ b/keymapper/gtk/row.py @@ -204,7 +204,6 @@ 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: