![]() |
2011-04-01
, 23:32
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#2
|
#!/bin/sh # Simple script to send a CTRL-R command xte 'keydown Control_L' 'key r' 'keyup Control_L'
chmod +x /path/to/file/controlplusr.sh
![]() |
2011-04-03
, 19:34
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#3
|
![]() |
2011-04-22
, 22:35
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#4
|
![]() |
2011-04-23
, 11:19
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#6
|
![]() |
2011-04-25
, 21:14
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#7
|
![]() |
2011-04-25
, 21:20
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#8
|
![]() |
2011-09-03
, 10:22
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#9
|
![]() |
2011-09-03
, 10:59
|
Posts: 1,101 |
Thanked: 1,185 times |
Joined on Aug 2008
@ Spain
|
#10
|
One more question... How can I do a super long string with this?
I have it as
[1|user@Nokia-N800-43-7|~]xte 'str "test"'
""X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 132 (XTEST)
Minor opcode of failed request: 2 (X_XTestFakeInput)
Value in failed request: 0x0
Serial number of failed request: 17
Current serial number in output stream: 32
I take it that I'm not using the format correctly?
Anyway, I would like xte to rifle off all of this at once:
javascript:isIE=/*@cc_on!@*/false;isIE ? .....
The Following User Says Thank You to maacruz For This Useful Post: | ||
I'm looking for an easy executable file that will send a CTRL-r signal to the tablet.
How could this be written?
Thank you!