From e0344eaa72b6bb0589732d42045e7d79dd4ed9ef Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Wed, 11 Nov 2020 22:49:47 -0600 Subject: [PATCH] - Added overlay warning to setup. #315 --- xkeysnail-config/gui/kinto-gui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xkeysnail-config/gui/kinto-gui.py b/xkeysnail-config/gui/kinto-gui.py index bd0aab4..3465e9d 100755 --- a/xkeysnail-config/gui/kinto-gui.py +++ b/xkeysnail-config/gui/kinto-gui.py @@ -1221,7 +1221,8 @@ class SecondPage(Gtk.Box): scroller.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.ALWAYS) label_start = Gtk.Label() - label_start.set_markup('Identifying your Keyboard...\n\nPress the 2nd key Left of the spacebar.') + + label_start.set_markup('Identifying your Keyboard...\n\nPress the 2nd key Left of the spacebar.\n\nIf stuck here then unset Overlay (Super) key on your DE.') label_start.set_alignment(0,0) label_start.set_line_wrap(True) vbox.add(label_start)