Re: Finger Keyboard

2008-10-25 Thread Nik Lutz
I've not tested your keyboard due to some python errors (etk.TextView wasn't recognized, and I had not time to workaround/fix it; I got the same error: ... AttributeError: 'module' object has no attribute 'TextView' Is python-etk installed? I got python-etk - 0.3.0+svnr36540-r0.1 I'am

Re: Finger Keyboard

2008-10-24 Thread Marco Trevisan (Treviño)
Nik Lutz wrote: The code is a real hack - I see it as a proof of concept for my initial idea: The keyboard should have two modes. - A fullscreen-mode with plenty of space for big buttons and a textfield. - a minimized-mode with at least two buttons: one to switch to fullscreen. The second to

Re: Finger Keyboard

2008-10-24 Thread Leonti Bielski
Did not tested it yet, but I think a big keyboard is a good idea. Big keyboard with a tiny text field (reasonably tiny :)) would be great to rapid texting without any guessing system. Leonti On Fri, Oct 24, 2008 at 3:28 PM, Marco Trevisan (Treviño) [EMAIL PROTECTED]wrote: Nik Lutz wrote: The

Re: Finger Keyboard

2008-10-24 Thread Dale Maggee
on 2007.2: Traceback (most recent call last): File ./fingerkeyboard.py, line 62, in module import etk ImportError: No module named etk :( I also like the Idea, though, but some thoughts: - The fullscreen keyboard should also have a 'paste' button, so that when you select the field (i.e:

Finger Keyboard

2008-10-23 Thread Nik Lutz
Hi all I spent some night hacking on a new keyboard that can be used blindly. I tested it with the resterman-image [1], but I t should also work in other environments. Installation instructions can be found in the (attached) python-file (fingerkeyboard.py). The code is a real hack - I see it as

Re: Finger Keyboard

2008-10-23 Thread Nik Lutz
this file as /usr/bin/fingerkeyboard # 2) Create /usr/share/applications/fingerkeyboard.desktop with: [Desktop Entry] Encoding=UTF-8 Version=0.8 Name=FingerKeyboard Type=Application Comment=A real finger keyboard to Terminal=false Path=/usr/bin exec=fingerkeyboard Icon=htop Categories=ConsoleOnly;System

Finger Keyboard (from projects.openmoko)

2008-07-17 Thread malane
I have all of my python packages installed, but I'm getting an error on include Xlib.display in python, telling me it can't find the Xlib.display module. I have tried searching for an Xlib package via opkg search *xlib* but nothing useful is coming up. Has anyone else tried using the finger

Re: Finger Keyboard (from projects.openmoko)

2008-07-17 Thread arne anka
searched thru the code ammased by mokomakefile but did not find a file matching. in debian (unstable) it is in python-xlib which has Architecture: all because deb and ipk are rather close, you might even be able to install a debian package. ___