Slashdot Log In
Alternative to Graffiti Input?
Posted by
CmdrTaco
on Thu Apr 29, 1999 12:33 PM
from the isn't-that-interesting dept.
from the isn't-that-interesting dept.
An anonymous coward writes "A team at NYU has developed a new text entry system for the palmpilot.
It is much different than graffiti, and takes a little getting used to, but it is much much faster than graffiti.
You can download it and play with a java demo here
It seems pretty cool. "
This discussion has been archived.
No new comments can be posted.
Alternative to Graffiti Input?
|
Log In/Create an Account
| Top
| 157 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
|
2
(1)
|
2

You don't have to hard reset (Score:3)
FWIW, Quikwrite.prc does not lock up on my Palm III.
Key pad vertion (Score:3)
do the same thing. to type run: "
cord.pl > out.text
To quit type quit and then return. to enter a leter type the apropreat key seaquance (ignoring the start and end for the center thing) and hit enter when the char is done.
-------------------
#!/usr/bin/perl
#cord.pl
my %c =
(
369 => 'j',
963 => 'x',
12 => 'g',
14 => 'w',
32 => 'd',
41 => 'c',
987 => 'p',
789 => 'k',
36 => 'r',
63 => 'y',
47 => 'h',
74 => 'm',
69 => 'u',
96 => 'l',
78 => 's',
1 => 'o',
98 => 'f',
2 => ' ',
3 => 'i',
4 => 'e',
123 => 'z',
321 => 'b',
6 => 't',
7 => 'a',
8 => "\ch",
9 => 'n',
147 => 'v',
741 => 'q'
);
while () {
chomp;
last if
print "$c{$_}";
}
---------------------------------
this program is for traying the thing if you don't
like the way it is set up;
#!/usr/bin/perl
my (%c, $t);
while () {
last if
chomp;
chomp ($t = ) and $c{$_} = $t;
}
print map "$_ => '$c{$_}',\n", keys %c;
It's a download problem -- check the file size (Score:3)
Checking the file size gives:
5491 bytes when downloaded w/Netscape (corrupt)
5446 bytes when downloaded w/IE
Anyone know why Netscape is downloading it this way?
Thanks to the people who helped me save my data, too -- that reset/hold up trick worked great.
You don't have to hard reset! (Score:3)
Anyways, no real harm done, except for wasted time! But you DON'T HAVE TO HARD RESET. Just delete the app with Launcher (or Launcher III). Hope this saves some people's data, if necessary. I know I was panicked.
Crashed my Palm III -- danger (Score:4)
Anyway, don't know if it was Windows or what, I've got nothing fancy on my Palm Pilot (not even HackMaster) so I don't know why it's doing this. Any ideas? I think I've got to take out the batteries and let the memory flash to get the thing back...