I know this probably isn't something that would be put high or at all
on the feature additions so would there be any developers interested
in adding this functionality as a privately funded paid project?
Would this be something that the Chromium OS group would like to have
added to the master build if this add on was created privately? I see
this as a critical component of any planned touchscreen support so the
work would definitely not go to waste. I have already enabled
touchscreen support using the EvTouch drivers included with Ubuntu so
that part is taken care of, its just the on-screen keyboard is a must
to be able to use Chromium OS effectively with a touchscreen.
Thanks a lot for anyone's input, if there is anyone out there who
would like to take on this project, please let me know.
Chris
The existing F8-triggered keyboard overlay is just a small amount of
code in the window manager that polls the keyboard state and displays
a couple of static images onscreen, so it's unlikely to be useful for
what you describe.
There are a bunch of virtual keyboards already written for X. A web
search turned up
http://www.touch-base.com/documentation/Virtual%20Keyboards.htm, which
has a list. I'd recommend checking if any of those can be adapted for
your needs before writing new code.
Thanks!
Chris
> search turned uphttp://www.touch-base.com/documentation/Virtual%20Keyboards.htm, which
The ones that already exist would work ok for my situation as well, it
would just be figuring out how to enable this virtual keyboard on the
login screen. Is there a place I can insert a line in a script to run
the keyboard app on top of the chrome login window? What script is the
login window spaun from?
(I'm assuming that "ones that already exist" here is referring to the
virtual keyboards that I linked to, not the hotkey overlay images in
the window manager.)
Chris, you should be able to trace through the current login manager
startup procedure by looking at the upstart script at
src/platform/init/ui.conf and the various scripts in
src/platform/login_manager.
(I'm assuming that "ones that already exist" here is referring to the> The keyboard images are static images shown by the window manager's C++
> code, and only responds to three keys (Ctrl, Alt, and Shift). The login
> window has no way to connect to this code, and even if it did, they're just
> static images, they're not an app, and definitely not a virtual keyboard.
virtual keyboards that I linked to, not the hotkey overlay images in
the window manager.)
Thanks!
Chris
I have been playing around with different on-screen keyboards and all
seem to require a certain type of window manager such as GNOME or
others which means it won't work with Chromium OS... Any ideas when
the official Chromium onscreen keyboard is slated for work? Is it just
a concept right now?
Thanks!
Chris