This script is a reusable system for adding a graphical keyboard interface to text fields, password fields and textareas so they can be filled with mouse only.
It o text fields, password fields and textareas so they can be filled with mouse only.
It comes with US, UK, Norwegian and Dvorak standard keyboard layouts, dynamically selectable. Plus it’s easy to add other layouts!
To activate this script within an HTML document: First include the external javascript file, "keyboard.js" and stylesheet, "keyboard.css" within the document’s head element.
This script has been tested to work in IE 6.0, Firefox 2.0.0.4, and Opera 9.21.
There is a known limitation in the Firefox browser where if you have an input within a position:fixed; container with a percentage (%) width, the script will replace this with an absolute (px) value; ergo screen resizes will no longer vary the width of the container.
The dynamic keyboard positioning for each text field probably means this script will not work properly on pages triggering quirks mode in any browser… but maybe it will work.
Download from: Homepage