![]() |
swap matchbox-keyboard into os2008?
i like matchbox-keyboard much better than one that comes with OS2008. I've been searching for info on how to use it and replace the builtin. from hildon-input-methods publicity, i gather there is a plugin system, but i find no instructions.
Now my main problem is that the matchbox-keyboard won't close, no matter what. it sticks until i figure out what the process is and kill it. know what I mean? xvkbd uses whole screen, can't see what I type. xkbd frequently goes crazy and chooses weird characters and interferes with clicks in the browser. PJ |
Re: swap matchbox-keyboard into os2008?
Quote:
#!/bin/sh if fuser /usr/bin/matchbox-keyboard; then killall matchbox-keyboard; else /usr/bin/matchbox-keyboard; fi& Then I just launch it via powerlaunch or osso-statusbar-cpu to toggle the keyboard. One of these days I may work on just moving the keyboard over to the corner, but I've been lazy :) |
Re: swap matchbox-keyboard into os2008?
Thanks. That helps a lot to close matchbox-keyboard. And to open it on top of the other one. My main complaint against the hildon keyboard is that the edges of thee keys are too close and that symbols I use all the time are hard to get to.
But your approach does not entirely solve the problems. Whenever the ordinary keyboard is up, and then I start matchbox-keyboard, hitting return in matchbox-keyboard does not send the line through. Instead, it makes the big finger keypad pop up. So, if we could actually replace the hildon keyboard, life would improve. Actually, if we could do that, I'd also try that EFL keyboard that looks like an Iphone. That has great look & feel. Life would improve more if my N800 did not reppeaatt letters at random. Ever since the new OS, typing is a pain. Since I did not see this in the beta versions, I can't figure how it leaked into the final. PJ |
Re: swap matchbox-keyboard into os2008?
Quote:
not sure how to fix, hopefully someone else can chime in. |
Re: swap matchbox-keyboard into os2008?
The return problem is a problem with maemo anyway. Try using vnc and pressing big return.
If you can remap the return on the matchbox-kbd to KP_Enter (Keypad_Enter), it would work. |
Re: swap matchbox-keyboard into os2008?
OK, I don't know what I'm doing. :o I want to be able to toggle matchbox-keyboard from Personal Menu. I thought maybe that's what dblank's script (below) does.
Right now, I can run matchbox-keyboard ("MBK") from Personal Menu ("PM"). I do this by having this command Code:
exec matchbox-keyboard But then there are certain hassles. Each time I run it, I have to minimize Xterm (twice, in fact, because of a glitch in PM) before I can see the program for which I called up MBK (which happens to be Links2, a fast browser). Then, when I want to turn off MBK (since it has no minimize capability) I have to go to the hardware Home button and kill the two instances of Xterm. Since I have to open and close MBK repeatedly in most web sessions, this is quite the hassle. So I thought maybe there is a way to script the minimizing of the two Xterm instances right after, and as part of, the launching of MBK; and maybe there's a way to script closing MBK, too. And maybe it can be a single script, called forth from a single PM menu button, where if-MBK-open the script closes it and if-MBK-closed the script opens it. I've never written a script and I'm not sure how you run one either. What I did was take Quote:
Code:
~/bin $ exec MBK.sh Code:
/bin/sh: MBK.sh line 2 not found Anybody else have a proper script already for this purpose? Or any instruction? Or feel free to tell me not to come here for from-the-ground-up lessons and let me know what topic or book I should read instead. I'm just a-tryin'. Thanks! |
Re: swap matchbox-keyboard into os2008?
Your biggest problem is using exec too freely;
Code:
exec command Also, you don't need the xterms at all. You can launch whatever keyboard directly from Personal Menu |
Re: swap matchbox-keyboard into os2008?
Quote:
I've taken out the "exec" part of my PM menu entry, as you suggested. It seems to work the same either way, actually, though I'm glad to be doing it this more correct way. |
Re: swap matchbox-keyboard into os2008?
Quote:
Uncheck "Run in terminal?". |
Re: swap matchbox-keyboard into os2008?
Quote:
That should fix your problem. It also fixes the problem in VNC. |
All times are GMT. The time now is 18:01. |
vBulletin® Version 3.8.8