Difference between revisions of "Touch Keyboard"

From Chumby Wiki
Jump to: navigation, search
(New page: == Project Description == This is an example of a keyboard that can be used to enter text using chumby's touch-screen. The keyboard can be set to various modes such as Lowercase, Upperca...)
 
(Project Description)
 
Line 1: Line 1:
 
== Project Description ==
 
== Project Description ==
  
This is an example of a keyboard that can be used to enter text using chumby's touch-screen.  The keyboard can be set to various modes such as Lowercase, Uppercase, Numbers & Symbols, Email, etc.
+
This is an example of a keyboard that can be used to enter text using chumby's touch-screen.  The keyboard can be set to various modes, such as lowercase, uppercase, numbers & symbols, email, etc.
  
 
== Usage ==
 
== Usage ==

Latest revision as of 17:39, 3 July 2008

Project Description

This is an example of a keyboard that can be used to enter text using chumby's touch-screen. The keyboard can be set to various modes, such as lowercase, uppercase, numbers & symbols, email, etc.

Usage

If you press down on a given key and then slide your finger around, the text box will show the current "candidate" key, which is added to the input string when you lift your finger.

To accept the input and use it in your program, you can either add another Submit button, or you could intercept a certain character code (such as the Enter key) in the hit() function in KeyboardTest.as.

Source

The complete source code can be downloaded from here: ChumbyKeyboard.zip.