JavaScript Virtual Keyboard

Here’s a great JavaScript virtual keyboard on CodeProject.   Helps in making your websites more accessible.  Pretty simple to use too.

From the introduction:

Imagine that you are sitting in a London internet cafe wishing to write an e-mail to your family living in Athens. It's good if someone in your family speaks English; if not - where would you find a keyboard with a Greek layout? I'm sure you can recall a dozen of situations when "I wished I had another keyboard".

This article presents the Virtual Keyboard that solves this usability problem. The design task for it can be specified as follows:

  • allow text input from computers without the user's native keyboard layout installed, therefore allowing the creation of national/multilingual interfaces that can be used worldwide;
  • allow text input from computers without keyboard, or with sensor screens or remote controls (mouse, e-pen, etc.) being the only input devices.
This article is part of the GWB Archives. Original Author: Chris J. Breisch

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.