So, on screen keyboards seem to be particularly non perfect. The most popular seems to be matchbox-keyboard, but it looks pretty dated and doesn’t seem to have been updated in a long time. We had a go using matchbox with our application but ended up dumping it because it wouldn’t sit on top our our full screen application and also looked too basic.

First update all packages

sudo apt update
sudo apt upgrade

Install matchbox-keyboard

sudo apt install matchbox-keyboard

Customising Layout

You can customise which keys are shown by creating your own xml file. The default layouts are located at: /usr/share/matchbox-keyboard

https://www.raspberrypi.org/forums/viewtopic.php?t=122020

Showing From C Code

	popen("matchbox-keyboard", "r");

Issue with this was that our application uses gtk_window_fullscreen(), which means the keyboard is shown behind it. There is a way to have matchbox-keyboard appear withing a gtk application but its non trivial and we decided it just didn’t look good enough as a keyboard anyway for our needs.

USEFUL?
We benefit hugely from resources on the web so we decided we should try and give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through mini sites like this. We hope you find the site helpful.
Please feel free to comment if you can add help to this page or point out issues and solutions you have found, but please note that we do not provide support on this site. If you need help with a problem please use one of the many online forums.

Comments

  1. Levi

    3 years ago

    Were you able to find a better solution?

Leave a Reply to Levi Cancel reply

Your email address will not be published. Required fields are marked *