![]() |
#16 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 32
Karma: 35466
Join Date: Jul 2010
Location: Japan
Device: Kindle2, Kindle3, Kindle4, Kindle Touch, Kindle Fire
|
|
![]() |
![]() |
![]() |
#17 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45
Karma: 14412
Join Date: Oct 2010
Location: Spain
Device: Kindle 3 - 3G
|
I found that I needed to make a few changes to the ini file to get some things working.
|
![]() |
![]() |
Advert | |
|
![]() |
#18 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45
Karma: 14412
Join Date: Oct 2010
Location: Spain
Device: Kindle 3 - 3G
|
Here are some of the lines in the INI file that I changed for the K3:
D = #';' "debugOn" N = #'~' "usbNetwork" E = #'~' "exec" This one doesn't work however: B = "google.com" #'/' "notebook" #'/' "m" #'/' "search" #'?' "q" #'=' The forward slashes don't show. Any idea why? |
![]() |
![]() |
![]() |
#19 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 121
Karma: 82565
Join Date: Aug 2010
Location: Maryland, USA
Device: dxg, k3w,k4nt,kpw
|
Quote:
cannot be changed within the string definition. So, defining Code:
B = #"google.com/notebook/m/search?q=" Also, the leading 'Del' will prevent the first 'g' from being capitalized: Code:
B = #'Del' "google.com/notebook/m/search?q=" HTH, h1uke |
|
![]() |
![]() |
![]() |
#20 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45
Karma: 14412
Join Date: Oct 2010
Location: Spain
Device: Kindle 3 - 3G
|
Many thanks h1uke, that works much better now. Its not perfect as the URL is not always "typed" correctly by LaunchPad.
Is there a way to enter ;debugon with an ENTER at the end of the command? I can't get it to work... |
![]() |
![]() |
Advert | |
|
![]() |
#21 |
BLAM!
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,506
Karma: 26047190
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
|
Note that you could also simply call /test/bin/usbnetwork instead of doing the whole debugOn/usbNetwork/debugOff thing
![]() |
![]() |
![]() |
![]() |
#22 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 121
Karma: 82565
Join Date: Aug 2010
Location: Maryland, USA
Device: dxg, k3w,k4nt,kpw
|
Quote:
i.e. in your case: Code:
D = #';' "debugOn" 'Enter' Code:
D = #'Del' ';' "debug" 'Shift' "on" 'Enter' In most cases this way you can avoid touching that weird Amazon stuff at all. Please feel free to ask if uncertain how to do that. I'll try to fix a captalization bug and "typing" timing in the next release. HTH, h1uke |
|
![]() |
![]() |
![]() |
#23 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 32
Karma: 35466
Join Date: Jul 2010
Location: Japan
Device: Kindle2, Kindle3, Kindle4, Kindle Touch, Kindle Fire
|
launchpad is wonderful!!
@h1uke Thank you for your great jobs. I confrimed launchpad does work on Kindle 3 WIFI nicely. Especially, shell commands with Kindle's keyboard are amazing features!
A littel and quick question. "0 = @SHIFT-0.sh" in your sample launchpad.ini is available on Kindle3? No numbers key are Kindle3, so I didn't confirm these hotkeys. Anyway, thank you for your great job, again ![]() |
![]() |
![]() |
![]() |
#24 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 121
Karma: 82565
Join Date: Aug 2010
Location: Maryland, USA
Device: dxg, k3w,k4nt,kpw
|
Quote:
These keys are emulated in hardware. Pressing "Alt"+"Q", for example, gives "1" .. Even the fact that the "Alt" key was pressed is not delivered to the software level. You can experiment with the "Alt"+"upper-row-key" sequences and see what your keyboard is capable of. |
|
![]() |
![]() |
![]() |
#25 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Dec 2008
Device: prs-505
|
Thank you for this. I'm using this to quickly enter a long sting of numbers.
However, number 1 doesn't seem to work. Z = "123456789" enters 23456789, without the number 1. How can enter number 1? Thanks again. |
![]() |
![]() |
![]() |
#26 |
Connoisseur
![]() Posts: 96
Karma: 16
Join Date: Oct 2010
Location: Netherlands
Device: Kindle 3G UK 3.03
|
Thanks for this program. I am going to install it now and see if I can prevent my keyboard letters from fading a little longer
![]() |
![]() |
![]() |
![]() |
#27 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 121
Karma: 82565
Join Date: Aug 2010
Location: Maryland, USA
Device: dxg, k3w,k4nt,kpw
|
Quote:
Code:
Z = #'Del' "12345678" Leading 'Del' just neutralizes this effect. HTH, h1uke |
|
![]() |
![]() |
![]() |
#28 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82
Karma: 5072
Join Date: Nov 2010
Device: KPW
|
no effect?
Hi, sorry for a newbie question, but what can I do to troubleshoot this. I've installed the script successfully on my Kindle 3g (3.0.3, jailbreaked), launchpad process seems to be running, I can use launchpad-init to re/start it, but absolutely none of the predefined hotkeys seem to work (SHIFT X just types X into the search box, etc., as if no launchpad was ever installed).
Thanks for any advice! |
![]() |
![]() |
![]() |
#29 |
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45
Karma: 14412
Join Date: Oct 2010
Location: Spain
Device: Kindle 3 - 3G
|
Its not shift x but shift followed by x, do not press the keys together!
|
![]() |
![]() |
![]() |
#30 |
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82
Karma: 5072
Join Date: Nov 2010
Device: KPW
|
how stupid can I get at times... Thanks!
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Firmware Update Kindle Collection Manager for Windows | acolegate | Amazon Kindle | 378 | 02-17-2012 05:22 AM |
WHAT'S CONNECTION MANAGER | liyiwen | iRex | 0 | 04-20-2009 10:12 AM |
Best E-Book Manager | Himitsu Seixi | Sony Reader | 1 | 03-31-2009 11:34 AM |
Ebook Manager | astrodad | Reading and Management | 2 | 12-08-2008 12:27 PM |