matbos
Posts: 64
Joined: Thu Aug 16, 2012 3:29 pm

On screen keyboard

Thu Aug 16, 2012 5:07 pm

Is there an on-screen for raspbian?

JeremyF
Posts: 515
Joined: Wed Jan 25, 2012 9:06 pm

Re: On screen keyboard

Fri Aug 17, 2012 12:17 am

Code: Select all

sudo apt-get install matchbox-keyboard
or download this file:
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

matbos
Posts: 64
Joined: Thu Aug 16, 2012 3:29 pm

Re: On screen keyboard

Fri Aug 17, 2012 10:19 am

Thanks, that worked fine.

User avatar
jackokring
Posts: 818
Joined: Tue Jul 31, 2012 8:27 am
Location: London, UK

Re: On screen keyboard

Fri Aug 17, 2012 10:22 am

Now if it included a joystick to mouse driver, then it would be perfec. :D

Cheers Jacko
Pi[NFA]=B256R0USB CL4SD8GB Raspbian Stock.
Pi[Work]=A+256 CL4SD8GB Raspbian Stock.
My favourite constant 1.65056745028

VK4ZW
Posts: 1
Joined: Sun Oct 28, 2012 2:01 am

Re: On screen keyboard

Sun Oct 28, 2012 2:08 am

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

Wertox123
Posts: 1
Joined: Sun Apr 07, 2013 5:36 pm

Re: On screen keyboard

Sun Apr 07, 2013 5:39 pm

type

sudo matchbox-keyboard

to open it

paenny
Posts: 1
Joined: Sat Apr 20, 2013 10:53 am

Re: On screen keyboard

Sat Apr 20, 2013 10:58 am

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.

fboteroh
Posts: 1
Joined: Fri May 24, 2013 5:59 pm

Re: On screen keyboard

Fri May 24, 2013 6:13 pm

I'm also beginer :| . I've tried it all but after typing sudo matchbox-keyboard nothing happens. What should I do? Tks!

bantayan
Posts: 1
Joined: Wed Aug 14, 2013 8:49 am

Re: On screen keyboard

Wed Aug 14, 2013 8:53 am

It is suddenly working :)
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.

texy
Forum Moderator
Forum Moderator
Posts: 5174
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: On screen keyboard

Thu Aug 15, 2013 11:45 am

Are you in X ?

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

ErFillion
Posts: 3
Joined: Sun May 12, 2013 4:46 pm

Re: On screen keyboard

Mon Jan 27, 2014 2:57 am

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.

thak
Posts: 51
Joined: Wed Apr 10, 2013 6:22 pm

Re: On screen keyboard

Fri Mar 14, 2014 7:48 pm

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!

nachiketh
Posts: 45
Joined: Wed Sep 25, 2013 4:54 pm

Re: On screen keyboard

Thu Jul 31, 2014 4:43 pm

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. :roll:
Thanks & Regards,
Nachiketh

dae87
Posts: 2
Joined: Thu Aug 28, 2014 5:42 am

Re: On screen keyboard

Sat Aug 30, 2014 8:33 am

I installed matchbox-keyboard from ssh, and ran command 'matchbox-keyboard'. Nothing happens.
Actually command needs to be run locally, NOT from ssh.

dae87
Posts: 2
Joined: Thu Aug 28, 2014 5:42 am

Re: On screen keyboard

Sat Aug 30, 2014 8:36 am

thak 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!
There is layout variant command line argument to matchbox-keyboard

Davies
Posts: 150
Joined: Sat Apr 04, 2015 4:24 pm

Re: On screen keyboard

Wed Jun 17, 2015 5:06 pm

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?

InsideJob
Posts: 58
Joined: Sat Jul 04, 2015 3:00 pm

Re: On screen keyboard

Sun Aug 02, 2015 4:51 pm

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
key2.png
key2.png (18.95 KiB) Viewed 353123 times
key.png
key.png (32.5 KiB) Viewed 353123 times

MelvinProject
Posts: 6
Joined: Wed Aug 26, 2015 7:22 pm

Re: On screen keyboard

Mon Aug 31, 2015 1:25 am

This post has been moved to its own topic
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.

Any help is appreciated. If matchbox-keyboard can be modified for this detailed instructions would be best.

Have a nice day

bmeredit
Posts: 1
Joined: Wed Aug 05, 2015 10:35 pm

Re: On screen keyboard

Wed Sep 16, 2015 8:16 pm

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.
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?

User avatar
Onira
Posts: 246
Joined: Tue Oct 02, 2012 6:24 pm
Location: Poland

Re: On screen keyboard

Thu Oct 01, 2015 9:54 am

Yes, I have the same
My desktop icons disappear
Cogito ergo sum

Dexodrill
Posts: 1
Joined: Wed Oct 14, 2015 8:12 pm

Re: On screen keyboard

Tue Oct 20, 2015 1:14 am

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.

summikogurashi
Posts: 1
Joined: Sun Nov 29, 2015 9:32 pm

Re: On screen keyboard

Sun Nov 29, 2015 9:34 pm

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

iyosch
Posts: 19
Joined: Tue Jun 09, 2015 6:40 am
Location: Jakarta, Indonesia

Re: On screen keyboard

Wed Dec 02, 2015 8:47 am

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.

tvjon
Posts: 846
Joined: Mon Jan 07, 2013 9:11 am

Re: On screen keyboard

Wed Dec 02, 2015 8:26 pm

¨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

Gabo353
Posts: 2
Joined: Tue Dec 08, 2015 10:57 pm

Re: On screen keyboard

Tue Dec 08, 2015 11:37 pm

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.

Return to “Raspberry Pi OS”