Code: Select all
sudo apt-get install matchbox-keyboard
Code: Select all
sudo dpkg -i matchbox*
There is layout variant command line argument to matchbox-keyboardthak wrote:Hi
Does anyone knows how to change the default layout?
I already know that e few other layout are inclued with matchbox keyboard (like the "Finger" one named keyboard-fi.xml) but i don't understand how we can change the standart layout with an another one...
The read me file explain how to create a layout but i don't see something about changing it or i miss something...
thx for your help!
matchbox-keyborad Is a great tool for development. But what about user end usage? I have a full screen Python tkInter program and I need something similar that can be called and killed from the shell. It also needs to NOT have keys like Control, Alt, and the function keys. So just ASCII Characters, Backspace, Space and Enter will be great.This post has been moved to its own topic
It seems that every time I execute this file, all my desktop icons disappear. Upon reboot, they are present. I'm a novice at anything code related. Could you break down any reasons why executing this file would result in my desktop icons disappearing?paenny wrote:create a file on the Desktop called keyboard.sh
write in the file
#!/bin/bash
matchbox-keyboard
Then open a terminal and
write :
cd Desktop
chmod +x keyboard.sh
Now you can double click the file and your keyboard will appear.