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;