Skip to content

core, improve filtering of character for on-screen keyboard

Karl Ove Hufthammer requested to merge work/improve-search-characters into master

The previous filtering of characters to display for the on-screen keyboard was both too strict and not strict enough. It disallowed normal hyphens (used in, e.g., the English title of the ‘Control the hose-pipe’ activity), but allowed soft hyphens, which are normally invisible. Now, only letters, digits and the normal hyphen are allowed.

Merge request reports