From 55cd225c74e556b4719ddeb1275dc3fee98db1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Mon, 17 Jan 2022 17:32:20 +0100 Subject: [PATCH] entry: Add another input hint --- tools/entry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/entry.py b/tools/entry.py index 31d896fe..a01b7362 100755 --- a/tools/entry.py +++ b/tools/entry.py @@ -46,7 +46,8 @@ class App(Gtk.Application): ] + terminal hints = [ - ("OSK provided", Gtk.InputHints.INHIBIT_OSK) + ("OSK provided", Gtk.InputHints.INHIBIT_OSK), + ("Uppercase chars", Gtk.InputHints.UPPERCASE_CHARS), ] purpose_timer = 0;