Elektrine lite

← Feed

@bogdanbiv@mastodon.social

Post #2810166

2026-03-16 15:44 UTC

@Merritt@mastodon.social this is why I support Merrittocracy! Would it be possible for an app to expose to plasma-keyboard a limited set of valid characters for the current focused field (numeric for phone number input, alphanumeric + some special chars for email addresses & domain names)? Could I use this as emoji / unicode input? Favorite chars/ charsets?

Replies (1)

  • @Merritt@mastodon.social 2026-03-16 15:49

    @bogdanbiv@mastodon.social Yes, most toolkits provide a way for an app to specify what a textfield should support (e.g. digits only, email characters, etc). Qt for example: https://doc.qt.io/qt-6/qml-qtquick-textinput.html#inputMethodHints-prop

    Open ##2810167