View Single Post
Old 08-16-2010, 11:59 PM   #19
isotherm
Connoisseur
isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.isotherm can program the VCR without an owner's manual.
 
Posts: 79
Karma: 187319
Join Date: Jul 2010
Device: Kindle 2
I never tried sending ALT+ or SHIFT+ with my send_keys macro. Sorry! Until I can fix it, use this script for NEXTR.sh or whatever key combo you want to map:
Code:
echo "sendalt 34">/proc/keypad
I think it will work without waiting at all, but if it doesn't, try:
Code:
send_keys WAIT
echo "sendalt 34">/proc/keypad
I must say it is nice that we have the kernel modules source code, so it is easier to figure these things out.
isotherm is offline   Reply With Quote