Skip to content

CapitalizationMode

from slint.language import CapitalizationMode
python

This enum describes the auto-capitalization behavior that the input method (e.g. a soft keyboard) should apply while text is entered in a TextInput.

  • none — No auto-capitalization.
  • sentences — Capitalize the first character of each sentence.
  • words — Capitalize the first character of each word.
  • characters — Capitalize all characters.

© 2026 SixtyFPS GmbH