On screen keyboard
Is there an on-screen for raspbian?
Re: On screen keyboard
Code: Select all
sudo apt-get install matchbox-keyboard
http://ftp.us.debian.org/debian/pool/ma ... _armhf.deb
and
Code: Select all
sudo dpkg -i matchbox*
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge
Re: On screen keyboard
Thanks, that worked fine.
- jackokring
- Posts: 818
- Joined: Tue Jul 31, 2012 8:27 am
- Location: London, UK
Re: On screen keyboard
Now if it included a joystick to mouse driver, then it would be perfec. 
Cheers Jacko

Cheers Jacko
Pi[NFA]=B256R0USB CL4SD8GB Raspbian Stock.
Pi[Work]=A+256 CL4SD8GB Raspbian Stock.
My favourite constant 1.65056745028
Pi[Work]=A+256 CL4SD8GB Raspbian Stock.
My favourite constant 1.65056745028
Re: On screen keyboard
I am new to Linux and Raspberry Pi. I downloaded the onscreen keyboard as you instructed using the direct download. How do I now get to the onscreen keyboard and how do I pin an icon on the desktop?
Thanking you very much in advance.
Regards,
Ray
Thanking you very much in advance.
Regards,
Ray
Re: On screen keyboard
type
sudo matchbox-keyboard
to open it
sudo matchbox-keyboard
to open it
Re: On screen keyboard
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.
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.
Re: On screen keyboard
I'm also beginer
. I've tried it all but after typing sudo matchbox-keyboard nothing happens. What should I do? Tks!

Re: On screen keyboard
It is suddenly working 
Possible due to a reboot..
-------------
Hi, I have the same problem
sudo matchbox-keyboard
does not work

Possible due to a reboot..
-------------
Hi, I have the same problem
sudo matchbox-keyboard
does not work
Last edited by bantayan on Thu Aug 15, 2013 4:21 pm, edited 1 time in total.
Re: On screen keyboard
Are you in X ?
Texy
Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555
Re: On screen keyboard
Hey guys, for those who does not have direct internet access to their pi, or just want to download the keyboard to install it indirectly, here are the sources :
http://mirrordirector.raspbian.org/rasp ... _armhf.deb
http://mirrordirector.raspbian.org/rasp ... _armhf.deb
http://mirrordirector.raspbian.org/rasp ... _armhf.deb . Those worked for me, do not forget to type : sudo matchbox-keyboard or to create the keyboard.sh to activate the on screen keyboard as directed by the other users. You welcome.
http://mirrordirector.raspbian.org/rasp ... _armhf.deb
http://mirrordirector.raspbian.org/rasp ... _armhf.deb
http://mirrordirector.raspbian.org/rasp ... _armhf.deb . Those worked for me, do not forget to type : sudo matchbox-keyboard or to create the keyboard.sh to activate the on screen keyboard as directed by the other users. You welcome.
Re: On screen keyboard
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!
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!
Re: On screen keyboard
Hi Folks,
This is a great little tool for a touch keyboard, can we make this keyboard overlay on an application say a browser, right now what is happening is that I can run either the keyboard or the application(browser). So can we run this application in "always in the front" mode.
Thanks & Regards,
Nachiketh
This is a great little tool for a touch keyboard, can we make this keyboard overlay on an application say a browser, right now what is happening is that I can run either the keyboard or the application(browser). So can we run this application in "always in the front" mode.

Thanks & Regards,
Nachiketh
Re: On screen keyboard
I installed matchbox-keyboard from ssh, and ran command 'matchbox-keyboard'. Nothing happens.
Actually command needs to be run locally, NOT from ssh.
Actually command needs to be run locally, NOT from ssh.
Re: On screen keyboard
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!
Re: On screen keyboard
when I run this keyboard program any files or folders on my desktop disappear and cannot be seen until a restart, has anyone else had this issue? anyone know a fix?
Re: On screen keyboard
I think it defaults to docking whih makes everything disappear for me too. Undock it and then use the upper left icon in the title bar to make it always on the top layer. If you've got a stylus you might prefer the keyboard that comes with cell writer though.
sudo apt-get install cellwriter
sudo apt-get install cellwriter
-
- Posts: 6
- Joined: Wed Aug 26, 2015 7:22 pm
Re: On screen keyboard
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
Any help is appreciated. If matchbox-keyboard can be modified for this detailed instructions would be best.
Have a nice day
Re: On screen keyboard
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.
Re: On screen keyboard
Is there a way to prevent the desktop icons from disappearing? Im trying to set up a touchscreen keyboard for use with the Raspberry Pi that will allow me to touch a text input box and have a keyboard come up. Im hopeing that this will be the answer as Iv read that if you run the keyboard as a daemon it should work.
-
- Posts: 1
- Joined: Sun Nov 29, 2015 9:32 pm
Re: On screen keyboard
I had a similar problem with the icons disappearing.
However I've changed the script to this (mine is named keyboard.sh):
<code>
#!/bin/bash
matchbox-keyboard &
</code>
I leave this on the desktop and it works. Also remember to chmod +x keyboard.sh for it to be executable.
Best Regards,
sumikogurashi
However I've changed the script to this (mine is named keyboard.sh):
<code>
#!/bin/bash
matchbox-keyboard &
</code>
I leave this on the desktop and it works. Also remember to chmod +x keyboard.sh for it to be executable.
Best Regards,
sumikogurashi
Re: On screen keyboard
Does anyone knows how to set the position of the matchbox-keyboard?
I got it from sudo apt-get matchbox-keyboard. It says it is the newest version and it only has little options. When I checked it, it was version 0.1 . I found another one from xlab for matchbox-keyboard, it says version 1.5 and has more options. The problem is I can not compile nor install it. Does anyone knows how? or Do you know you to set any virtual keyboard so it will stay at a specific location when it was executed.
I got it from sudo apt-get matchbox-keyboard. It says it is the newest version and it only has little options. When I checked it, it was version 0.1 . I found another one from xlab for matchbox-keyboard, it says version 1.5 and has more options. The problem is I can not compile nor install it. Does anyone knows how? or Do you know you to set any virtual keyboard so it will stay at a specific location when it was executed.
Re: On screen keyboard
¨or Do you know you to set any virtual keyboard so it will stay at a specific location when it was executed.¨
On small screens, where there isn´t of course, much room, I use
xvkbd
http://homepage3.nifty.com/tsato/xvkbd/
It can be invoked by something like:
@xvkbd -secure -geometry 400x130+100+100
placed in
/home/pi/.config/lxsession/LXDE-pi/autostart
Additionally, to prevent ¨casual users¨ inadvertently moving it, & coincidentally freeing up more space, edit:
/home/pi/.config/openbox/lxde-pi-rc.xml
to include
<application class="*">
<decor>no</decor>
</application>
after the existing line
</application>
which in my file (on Jessie) is at line 675.
HTH
On small screens, where there isn´t of course, much room, I use
xvkbd
http://homepage3.nifty.com/tsato/xvkbd/
It can be invoked by something like:
@xvkbd -secure -geometry 400x130+100+100
placed in
/home/pi/.config/lxsession/LXDE-pi/autostart
Additionally, to prevent ¨casual users¨ inadvertently moving it, & coincidentally freeing up more space, edit:
/home/pi/.config/openbox/lxde-pi-rc.xml
to include
<application class="*">
<decor>no</decor>
</application>
after the existing line
</application>
which in my file (on Jessie) is at line 675.
HTH
Re: On screen keyboard
I had a similar problem with the icons disappearing.
However I've changed the script to this (mine is named keyboard.sh):
<code>
#!/bin/bash
matchbox-keyboard &
</code>
I leave this on the desktop and it works. Also remember to chmod +x keyboard.sh for it to be executable.
Best Regards,
the
The code is not working.
syntax error.
However I've changed the script to this (mine is named keyboard.sh):
<code>
#!/bin/bash
matchbox-keyboard &
</code>
I leave this on the desktop and it works. Also remember to chmod +x keyboard.sh for it to be executable.
Best Regards,
the
The code is not working.
syntax error.