![]() |
2008-02-26
, 19:57
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#2
|
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.
![]() |
2008-02-29
, 04:27
|
Posts: 64 |
Thanked: 7 times |
Joined on Oct 2007
|
#3
|
![]() |
2008-02-29
, 06:04
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#4
|
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.
![]() |
2008-02-29
, 07:56
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#5
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2008-04-28
, 03:43
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#6
|
exec matchbox-keyboard
I made quick script for this:
#!/bin/sh
if fuser /usr/bin/matchbox-keyboard; then killall matchbox-keyboard; else /usr/bin/matchbox-keyboard; fi&
~/bin $ exec MBK.sh
/bin/sh: MBK.sh line 2 not found
![]() |
2008-04-28
, 04:47
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#7
|
exec command
![]() |
2008-04-28
, 13:18
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#8
|
Your biggest problem is using exec too freely;replaces the current shell process with command. This is not what you want.Code:exec command
Also, you don't need the xterms at all. You can launch whatever keyboard directly from Personal Menu
![]() |
2008-04-28
, 13:37
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#9
|
Also, you don't need the xterms at all. You can launch whatever keyboard directly from Personal Menu
![]() |
2008-05-27
, 21:23
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#10
|
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.
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