-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d37ac1
commit 453b40a
Showing
1 changed file
with
41 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,42 @@ | ||
# JavaScript-Key-Code-info | ||
# JavaScript Key Code Information | ||
|
||
This is works on desktop site because this app interact with a keyboard | ||
https://sanjay-mali.github.io/JavaScript-Key-Code-info/ | ||
This repository contains information about JavaScript key codes and their corresponding values. | ||
|
||
## Description | ||
|
||
Understanding key codes is essential when working with keyboard events in JavaScript. This repository provides a reference guide that maps key codes to their respective keys and provides additional information about key events in JavaScript. | ||
|
||
The key code information can be accessed [here](https://sanjay-mali.github.io/JavaScript-Key-Code-info/). | ||
|
||
## Features | ||
|
||
- Reference guide for JavaScript key codes. | ||
- Easy navigation through different key events and their corresponding codes. | ||
- Helpful resource for developers working with keyboard events in JavaScript. | ||
|
||
## Usage | ||
|
||
To access the JavaScript key code information: | ||
|
||
1. Visit the [JavaScript Key Code Information Page](https://sanjay-mali.github.io/JavaScript-Key-Code-info/). | ||
2. Navigate through the guide to find key codes for various keys. | ||
3. Use this information in your JavaScript projects while handling keyboard events. | ||
|
||
## Development | ||
|
||
If you want to contribute or make changes: | ||
|
||
1. Clone the repository: `git clone https://github.com/sanjay-mali/JavaScript-Key-Code-info.git` | ||
2. Make your changes to the key code information or add additional content. | ||
3. Test your modifications. | ||
4. Create a pull request to merge your changes. | ||
|
||
## Technologies Used | ||
|
||
- HTML | ||
- CSS | ||
- JavaScript | ||
|
||
## Credits | ||
|
||
This project's webpage is hosted at [GitHub Pages](https://sanjay-mali.github.io/JavaScript-Key-Code-info/) and was created by [Sanjay Mali](https://github.com/sanjay-mali). |