Skip to content

quintanamo/virtual-keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Virtual Keyboard

Features

  • Automatically detects input and textarea elements within the user's project and configures them to function with the virtual keyboard (inputs' types must be set to either text or password)
  • Automatically injects the keyboard's markup with one line of HTML
  • Full QWERTY keyboard with support for shift, caps lock, enter (return), and backspace

How To Implement:

First, add the scripts and css folders contained within this repository to your project.


In the <head> of your document, add the following element:
<link rel="stylesheet" type="text/css" href="css/keyboard.css">


At the bottom of your <body> element, add the following lines:
<script type="text/javascript" src="scripts/keyboard-initializer.js"></script>
<script type="text/javascript" src="scripts/keyboard-handler.js"></script>
Please note that you may have to change the file paths within the script tags' src attributes.


Wherever you would like to insert a keyboard, include the following line in your markup:
<div class="virtual-keyboard"></div>


Made by Quintin Herb. If you have any questions, feel free to email me at quintin@quintinherb.net.

About

An on-screen virtual keyboard made with HTML, CSS, and plain JavaScript that boasts simple implimentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published