screenkeys | jQuery plugin to show a multilingual virtual keyboard
kandi X-RAY | screenkeys Summary
kandi X-RAY | screenkeys Summary
screenkeys is a JavaScript library. screenkeys has no bugs, it has no vulnerabilities and it has low support. However screenkeys has a Non-SPDX License. You can download it from GitHub.
Screenkeys - A jQuery plugin to show a multilingual virtual keyboard for websites, which is useful to avoid key-loggers while typing sensitive data into a website's writable(form) fields.
Screenkeys - A jQuery plugin to show a multilingual virtual keyboard for websites, which is useful to avoid key-loggers while typing sensitive data into a website's writable(form) fields.
Support
Quality
Security
License
Reuse
Support
screenkeys has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
screenkeys has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of screenkeys is current.
Quality
screenkeys has no bugs reported.
Security
screenkeys has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
screenkeys has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
screenkeys releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of screenkeys
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of screenkeys
screenkeys Key Features
No Key Features are available at this moment for screenkeys.
screenkeys Examples and Code Snippets
No Code Snippets are available at this moment for screenkeys.
Community Discussions
No Community Discussions are available at this moment for screenkeys.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install screenkeys
Include the following lines inside the head tag.
Include the following lines inside the head tag. `<link href="../lib/screenkeys.css" type="text/css" rel="stylesheet"/>` `<script type="text/javascript" src="../lib/jquery-1.9.1.min.js"></script>` `<script type="text/javascript" src="../lib/screenkeys-1.0.1.min.js"></script>` `<script type="text/javascript" src="../lib/locale/screenkeysloc_en_US.js"></script>`
Input to a form text field $("input[type=text]").screenKeys({ container:$(".keyboadDisplayDiv"), width:"310px" });
Input to a display DIV tag $("div").screenKeys({ container:$(".keyboadDisplayDiv"), width:"310px" });
Input to a display DIV tag with unbound width $("div").screenKeys({ container:$(".keyboadDisplayDiv") });
Scramble keys for added security $("div").screenKeys({ container:$(".keyboadDisplayDiv"), randomChar:true });
Localize keyboard to US, English (Can display keys based on localization) $("div").screenKeys({ container:$(".keyboadDisplayDiv"), locale:"en_US" });
Include the following lines inside the head tag. `<link href="../lib/screenkeys.css" type="text/css" rel="stylesheet"/>` `<script type="text/javascript" src="../lib/jquery-1.9.1.min.js"></script>` `<script type="text/javascript" src="../lib/screenkeys-1.0.1.min.js"></script>` `<script type="text/javascript" src="../lib/locale/screenkeysloc_en_US.js"></script>`
Input to a form text field $("input[type=text]").screenKeys({ container:$(".keyboadDisplayDiv"), width:"310px" });
Input to a display DIV tag $("div").screenKeys({ container:$(".keyboadDisplayDiv"), width:"310px" });
Input to a display DIV tag with unbound width $("div").screenKeys({ container:$(".keyboadDisplayDiv") });
Scramble keys for added security $("div").screenKeys({ container:$(".keyboadDisplayDiv"), randomChar:true });
Localize keyboard to US, English (Can display keys based on localization) $("div").screenKeys({ container:$(".keyboadDisplayDiv"), locale:"en_US" });
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page