Are there any PDF apps that support the NST's hardware buttons? - Nook Touch General

I'm looking for a Nook-ready PDF viewer with a zoom function and text search that supports the NST's hardware buttons for page turning. Does such a beast exist?
APV at least has text search, but doesn't understand the hardware page buttons.

I haven't really looked at the PDF reader offerings.
I am working on my own Reader for EPUBs and PDFs.
Of course it supports eInk and Nook hardware buttons.
It has landscape fit-to-width, but I haven't got around to pinch zoom yet.
No text search yet.
I hope to release an alpha concept version soon.

Try Orion Viewer.

One solution I found was to remap the buttons to DPAD_UP DPAD_DOWN DPAD_LEFT and DPAD_RIGHT, these are supported in almost any app

Related

looking for people who are intrested in working on a keyboard project!

alright. so i have noticed that there are many different keyboard styles, features, and fuctionalities.
but there is one huge thing missing. and it took me until right now to figure out what it was.
we are missing personalization and versatility.
i am on a mission to create the best onscreen keyboard that xda has ever seen.
obviously i cannot do this alone.
i am great at graphics and anamations but programming isnt exactly my strong point. so ifanyone and i mean anyone is intrested in this project, definitly post here..and also a pm. to me would be greatly appreciated.
i have high hopes for this project and i hope everyone else does too.
you can also post here if there are options/features that you look for in an on screen keyboard.
or you can just wish us luck!
thanks everyone =)
What I would like to see:
A combination between the finger-usable PCM Keyboard,
and the gestures of the WM5-keyboard
Something like TouchPal from CooTek but taking up a little less screen realestate would be amazing.Wish i could help with the coding, but I've only taken one class of c++ and I know I wouldn't be any help. Good luck with this project, sounds really cool.
I think a 1/2 screen finger-friendly qwerty is ideal. One that has basic punctuation keys (Period, comma, exclamation, question) on the primary input screen.
Unfortunately, I don't have skills/time to work on initial development, but very willing to test as I am in search of the best on screen keyboard and I can provide experienced and thorough feedback.
PPC6800- Titan
WM6 2.17.651
Radio 1.47.01
I suggest the main keyboard window to be one or two lines with option and buttons which show the main keyboard layouts with tap and hold to navigate to the desired letter. So the layout window that can be semi transparent to allow see what you write not need to be all the time on screen and covers a big part of her. Hope you understand what I mean cause my english are not so good.
brilliant idea
text assigneable keys, as in assigning '[email protected]' so it can be called at any time, and other assignable texts. I like the touchpal keyboard, but it does take up too much space and there is a lot going on. Resco just updated their's and I am not sure I like the new one, it is very much like the pocketcm keyboard, so why pay $19 for resco's??? I can't program, but will help in usability testing, so count me in if you think I can help the project. Good luck.
It's clear that there will be as many different visions of a "perfect keyboard" as there are people posting here. What is worst, there'll be many conflicting ones: "can the keys be bigger?", "the keys should be smaller", "i need one more page with numbers only", "who the hell needs a page with numbers only, it's a waste of memory", etc...
So i'd say that what a program with such ambitions would need the most is full customizability. Here's a roundup of features i'd like to see:
-key layout customizable trough an xml file.
-multiple pages switched by button actions (tap, hold, gesture) so we can have one default page, one with numbers, one with national symbols, etc.
-gestures, but not only right/left/up/down, like in default keyboard, but also diagonal, and ability to use a key from a different page upon a gesture, eg. when you press a letter and drag in bottom right direction, you'll get a lowercase national (like accented one) character, if you drag in top-right direction, you'll get an uppercase one.
-dynamic key binding: you copy a text to the clipboard, and with a certain key combination (set in the config file) you can bind it to some unoccupied space left for that purpose (you could use it for single letters/symbols, e-mail addresses, or even a bit longer texts - say up to 256 characters).
-did i mention customizability?
I guess that these features would be a good starting point and more functions could be added on the way.
So in short, my vision of the perfect keyboard would be actually just a framework, a tool, enabling the users to experiment with different layouts and functions and create their own perfect keyboard. And the XML config file plus additional graphics would be the keyboard itself. It would be for text input what BatteryStatus is for Today screen plugins.
Example config could look a bit like this:
Code:
<Keyboard name="example">
<Page name="Default" background="image.png" height="200">
<Row>
<Key name="A" image="key_normal.png" image_pressed="key_pressed.png" caption="A">
<Press action="typeText" argument="a"
<DragR action="specialKey" argument="Space" />
<DragBR action="overrideCaption" argument="ą" action="typeText" argument="ą" />
(...)
</Key>
(...)
</Row>
(...)
</Page>
(...)
</Keyboard>
Available key gestures could be tap, hold, double tap, drag - sideways, up and down, diagonally. Actions could be something like type text, override caption (replaces default key caption until the key released, so that you can see what you're typing), permanently change page to a defined one, change page to a different one for one keypress (like the shift does i the default keyboard), cycle pages, etc. Each key could trigger multiple actions - so it could type some text, and then change page to a different one (example - you have a page with large assignable buttons, so you can bing something like an e-mail address there. When you press that key and the address is typed, the keyboard will return to its default page).
Anyway, that's just my 2 cents. Good luck with the project, whatever direction it goes in.

Best Keyboard for the HD?

Hi I'm currently using PocketCM Keyboard which is better than the default but a bit frustrating when having to use !&- etc as you have to switch to numbers then to exclamations...
I was wondering if anyone have found a better keyboard (perhaps like the iphone with everything on the one screen) but still takes advantage of the screen size?
JetMouse, you know you can easily customise the layout of PocketCM Keyboard to suit your needs? It's as easy as editing a text file to control which symbols appear on which buttons. Since I did that it's easily become my favourite software on my Touch.
SiliconS said:
JetMouse, you know you can easily customise the layout of PocketCM Keyboard to suit your needs? It's as easy as editing a text file to control which symbols appear on which buttons. Since I did that it's easily become my favourite software on my Touch.
Click to expand...
Click to collapse
No I didn't know this - can you run me through how to do it?
JetMouse said:
Hi I'm currently using PocketCM Keyboard which is better than the default but a bit frustrating when having to use !&- etc as you have to switch to numbers then to exclamations...
I was wondering if anyone have found a better keyboard (perhaps like the iphone with everything on the one screen) but still takes advantage of the screen size?
Click to expand...
Click to collapse
I use SPB Keyboard (the new one, version 4.0) with fullscreen mode. The non-fullscreen mode is pretty much iphone-like. Don't know if it's "better" - to my taste the stock one is just perfect in all respects except for lack of support for Russian, which I need. Unlike most other keyboards, it has arrows which compensate the absense of the dpad on the device.
Sure thing:
Connect your PocketPC to your computer so you can browse the contents of the device.
Browse to \Program Files\PCMKeyboard
Copy English.layout (or whichever one you're using) to your computer's desktop
Make a backup of the file, just in case
Open the live file with Notepad
You can see four lines labelled keyboard_layout_#=
Edit the characters in those lines to change the symbols on the keys in PocketCM Keyboard
Each of the four lines contains a complete template for the keyboard. Rows are separated by the \n (newline) combination
There are some shortcuts to create special-purpose keys:
\2 seems to be uppercase
\1 seems to be lowercase
\b is backspace
\M is the symbol/text toggle button
\N is the enter key
There is a way of including smilies or combinations of characters on single keys, but I can't remember how. I also can't remember how to edit the row of quick symbols you see if you hold down the '123#?' button
Once you've made your changes, save the file on your computer and copy it back over to the PocketPC.
You'll need to choose a different softinput thing and then go back to PCM Keyboard to see the changes.
Don't forget to save the file somewhere in case you upgrade to a newer version of PCM Keyboard.
My favourite keyboard is Tengo. Allows very fast and forgiving typing. You might like to try it. I hope it works on Touch HD cos I have not got one to try on yet.
They have a free version, a commercial regular version, and a commercial thumb version.
the best keyboard for me is touchpal from http://www.cootek.com/
so many improvements
prospects said:
the best keyboard for me is touchpal from http://www.cootek.com/
so many improvements
Click to expand...
Click to collapse
is it compatible with the TOUCH HD
Touchpal
I think Touchpal is the best.
iznee said:
is it compatible with the TOUCH HD
Click to expand...
Click to collapse
I just tested it, yes it is 100% compatible.
I love this keyboard, but I am trying to get it to run using the Dutch language. It is so blazing fast and accurate in English using the suretype layout, it's not even funny. I SWEAR I cannot type faster using a hardware keyboard, simply because of the fact that it is just as accurate, has big enough keys to type blind, and you don't actually have to depress a button so... works for me
Still stuck with the trial version though...
Only thing that I still gotta get used to is switching keyboards using a finger slide, I just keep pressing buttons instead of triggering the slide really cool function though as it saves button space and basically is just cool to show people
Thanks for the tip people!
EDIT:
Got my own language it in it now, easy... Also really easy to switch languages... Just pull down the ABC key and pick one. This does reveal some non-skinned ugly winmo buttons though, even while the rest of the keyboard is Diamond skinned.
wfhowell said:
I think Touchpal is the best.
Click to expand...
Click to collapse
Completely Agree, it is very usefull, Fast and easy to use Keyboard
TouchPal
I would at least try the demo of this. I personally prefer TouchPal to a Blackberry hardware keyboard. I am serious. The seplling correction and word prediction is simply amazing. Completely altered my view of software keyboards.
BTW- I am 6' 2" and weigh 220 with BIG hands, and Have been happy with TouchPal since the first Touch.

Soft D-pad

Any programs out there that create a virtual on screen D-pad?
The lack of a hardware D-pad seems to be putting off a lot of people.
Given that virtual keyboards have D-pad arrows on them, does anyone know of any software that produces a virtual D-pad on the screen without the keyboard. This would obviously save a lot of screen realestate and provide some added functionality.
If there is no such software, would anyone be interested in programming a utility. I have no experience with programming but can assist if given help.
Thanks
Moved to General.
Yea, I know that this thread is nearly a year old, but with the recent announcements of all the new WinMobile phones with WVGA (480x800) screens but no D-pad, I was looking for such an utility too.
Possibly something that would give the top 480x640 to the app (making it think it is running on a VGA screen), and use the bottom 480x160 for a virtual D-pad and its up/down/left/right buttons.
There are a lot of older WM apps that expect and use those hard scroll keys, and without any updates possible for them, an utility like this would come in real handy.

Mouse Cursor hover over

Hi!
Is there a tool for the HD2 which allows to have a mouse cursor that works together with a browser (e.g. Opera)? Especially one that supports "mouse over" / "hover" effects on websites. Some Websites like mobile.de have picture galleries, which always shows the picture you're currently hovering your mousecursor over it's thumbnail. I don't realley care so much for the cursor itself. I'd just like to know if there is a possibility to raise this "mouse over" / "hover over" event with our phone...

Moon reader pdf highlight in text reflow mode

Hello everyone,
Can moon reader for Android highlight pdf texts in text reflow mode? I have tried, but have failed to highlight any text in the text reflow mode. However, Repligo reader can achieve the same functionality in text reflow mode, so why can't moon reader? Please guide
Thank you
Yeah, only Repligo reader can do this at the moment. However, the developer of Moon+ Reader has already announced to support this feature in the future.

Categories

Resources