![]() |
2011-09-05
, 04:33
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#51
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-09-05
, 05:05
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#52
|
![]() |
2011-09-05
, 06:55
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#53
|
![]() |
2011-09-05
, 20:33
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#54
|
I'm not seeing what I'm doing wrong on this.
I launch this just once in the beginning. It's the bottom keyboard that will always remain on the screen.
xkbd -geometry +65520+65992 -k /media/mmc2/N800/Keyboards/Med.xkbd & PID1=$! & filterm ascii-ascii cp437-utf8 tf
When pressing the fullscreen key, it brings up the big keyboard.
xkbd -geometry +65507+65536 -k /media/mmc2/N800/Keyboards/Full.xkbd & PID2=$!
When I press Enter on that big keyboard, it executes this.
kill $PID2
xte 'keydown KP_Enter' 'keyup KP_Enter'
It's not killing the big keyboard though.
From what you told me, this should be correct.
#launch script xkbd -geometry +65507+65536 -k /media/mmc2/N800/Keyboards/Full.xkbd & echo $! >/tmp/xkbd2.pid #kill script kill $(cat /tmp/xkbd2.pid) xte 'keydown KP_Enter' 'keyup KP_Enter'
The Following User Says Thank You to maacruz For This Useful Post: | ||
![]() |
2011-09-05
, 21:07
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#55
|
![]() |
2011-09-11
, 05:25
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#57
|
![]() |
2011-09-11
, 06:43
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#58
|
The thing is, this doesn't work with the tablet locked so that the screen is turned off to save on battery life.
Is there any possible trick around this?
![]() |
2011-09-11
, 09:19
|
Posts: 673 |
Thanked: 856 times |
Joined on Mar 2006
|
#59
|
![]() |
2011-09-12
, 00:34
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#60
|