HexInput
From Wikipedia, the free encyclopedia
HexInput, as originally described[1], is an on-screen keyboard with the following characteristics:
- Keys are activated (pressed) either by tapping on each key in turn (the usual approach for on-screen keyboards) or by dragging a path over the desired keys. Unlike ShapeWriter, every key dragged over is considered pressed, so the sequence of keypresses is deterministic and predictable.
- Most keys are hexagonal, arranged in a honeycomb pattern. This allows most keys to have six neighbouring keys that one can drag into without entering any other keys.
- Letters are arranged to optimize text input in a particular language (English, for example). Note that this may mean that some common letters may appear twice.
The name ‘HexInput’ is unfortunate: in computing, ‘hex’ tends to mean hexadecimal notation. Furthermore, the use of hexagons is not essential to the idea: the original exposition depicted an alternative layout using squares (keys having four neighbours unless at an edge of the keyboard), and a later edition depicted an essentially honeycomb pattern but some hexagons split in half. Alternatively (not mentioned in the original exposition), one could leave gaps between keys so that one can drag through gaps to reach a larger number of “neighbouring” keys.
To date (January 2007), no-one has implemented HexInput as an input method. (The original author made a prototype, not implemented as an input method, and not publicly available.)
- ^ http://www.strout.net/info/ideas/hexinput.html, accessed 15 January 2007.