Here you can find many type of keyboard shortcuts for tools you're using in your daily development or practices in a categorised format which can help you a lot! (;
git clone https://github.com/learneradarsh/KeyBoard-Shortcuts.git
- HTML
- CSS
If you would like to contribute here by any type of shortcuts you have you can follow these steps to contribute here.
- Fork our Repository
- Please make a branch by your name in your forked repository
- If you want to add a new IDE,Editor or any type of tool which is not present in repository you can simply create a directory containing a index.html file having all the details about shortcuts.
- If you want to contribute in existing tools directories you can simply edit our index.html of specific directory in which you want to contribute and make a PR to master repository.
<!DOCTYPE html>
<html>
<head>
<title>PAGE TITLE || SHORTCUTS</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div align="center"><h1> CATEGORY NAME SHORTCUTS</h1>
<span>You can download <category name> from <a href="<link to download>" target="_blank">here</a>.</span>
</div>
<div class="table-responsive">
<table class="table" align="center">
<tr>
<th>KEY</th>
<th>COMMAND</th>
</tr>
<tr>
<td>SHORTCUT KEY</td>
<td>Description of Key and command</td>
</tr>
</table>
</div>
</div>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>
You can check preview of format from here
Feel free to contact us at our gitter channel, we'd be happy to help!
You can contact to author for more information. Adarsh Learner