View Single Post
pantera1989's Avatar
Posts: 577 | Thanked: 699 times | Joined on Feb 2010 @ Malta
#16
Originally Posted by festivalnut View Post
but could the plug in invoke the pad? say desktop icon opens pad and background app to pickup keypresses?

or even very very simple, (to the point of impractical just for starters) numeric keypad still inserts numbers, sends via plugin to external app, external app converts string of numbers to text? would require space (0) between every letter and double space (00) to indicate actual space(_)... just thinking out loud at this point...

440330555055506660060203306066600111

...lmao maybe not...
This technically could work. But it would be inpractical. And it would require a lot of work. If you invoke the pad, the keypresses it releases might still be linked to the phone app.

Even if you capture those keys and program a plugin to interpret 222 as 'c' for example and recognize pauses so it would be like a T9 entry system, there is no way to determine if the app is also sending out other types of signals. You can't know unless you know the source and/or monitor every event that happens when you press a number.

It would be much easier to design the whole thing yourself. The problem is with portrait mode. How to force text to be portrait. Making the buttons is simple enough and programming them to respond as they should will not be very difficult. You could create large buttons as a new qwerty layout and write 2/abc, 3/def and whatever. You can write those in portrait mode so the numbers will be legible when holding the phone in portrait mode. The layout is the easiest thing. But even if you do that right, and program the thing right, the text will still be in landscape mode. That is the main problem.
 

The Following User Says Thank You to pantera1989 For This Useful Post: