I would just be happy when, in the text editor, if you put the cursor on a letter or number and press [SET] that it would just let you scroll through all ASCII code...
That should be the simplest solution. But if we follow that road, eventually someone will ask for the MobileQWERTY. Double work.
It's not too different than the keypad on my old Casio Data-Bank wristwatch. 16 keys...
Yep, I also had a Casio Data-Bank. As you say, it has 16 keys. And even a cellphone has at least 12. Both of them have 3 letters on each key.
But in the camera we only have 4-5. The MobileQWERTY is some sort of simulation of a 12 key keyboard.
But what are you going to do about upper-case?
This MobileQWERTY thing has 4 different "keyboards": uppercase, lowercase, numbers and symbols. I'll stick to this model for now and in the end we can tweak it to fit scripting needs.
As you press one of the colored keys it would automatically enter common BASIC programming commands like "GOTO", "IF" etc...Couldn't the available ones for a list (or table) be pulled right out of the code for each build.
Sure, I am planning a BASIC command list, but it could take screen real-state. A Predictive Text solution would solve this problem.
How about predictive text... like in cell phones?
Thanks marcelo for the suggestion, link and detailed explanation. I think the Predictive Text solution would be a good way to save a lot of clicks. First, I'll concentrate in the MobileQWERTY. Then, if we see the Predictive Text feasible I'll try to implement it. I'll dare to ask for your help on that dictionary! It looks like you are half-way on getting it.