Skip to content

Make touch keyboard display number pad

Jonathan Maier requested to merge jon.michael.maier/wake-mobile:master into master

Adding <property name="input_purpose">number</property> tells the touch keyboard in phosh to give a number pad instead of a normal keyboard. I used the information from Gnome Clocks to figure this out :D. https://gitlab.gnome.org/GNOME/gnome-clocks/-/blob/master/data/ui/alarm-setup-dialog.ui#L71

Merge request reports