-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadME.html
65 lines (51 loc) · 3.37 KB
/
ReadME.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>RunJavaScriptOnKeyPress (Overhaul) | ReadME</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="RunJavaScriptOnKeyPress (Overhaul)" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://soaringgecko.github.io/RunJavaScriptOnKeyPress/" />
<meta property="og:url" content="https://soaringgecko.github.io/RunJavaScriptOnKeyPress/" />
<meta property="og:site_name" content="RunJavaScriptOnKeyPress" />
<script type="application/ld+json">
{
"@type": "WebSite",
"headline": "RunJavaScriptOnKeyPress (Overhaul)",
"url": "https://soaringgecko.github.io/RunJavaScriptOnKeyPress/",
"name": "test",
"@context": "https://schema.org"
}
</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="ReadME.css">
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h1 id="runjavascriptonkeypress-overhaul">RunJavaScriptOnKeyPress (Overhaul)</h1>
<p>This is the new version of RunJavaScriptOnKeyPress, if you want the original version go <a href="https://github.com/SoaringGecko/RunJavaScriptOnKeyPress-Old_Version-">here</a></p>
<h2 id="the-generator">The Generator</h2>
<p>It is a web based generator (I have tested it on Firefox and Edge, I don't use chrome)</p>
<p>You can use it <a href="https://soaringgecko.github.io/RunJavaScriptOnKeyPress/">here</a></p>
<h2 id="why-readme-so-bad">Why ReadME So Bad?</h2>
<p>I haven't had the time to fix it yet</p>
<h2 id="why-did-you-waste-your-time-making-this">Why Did You Waste Your Time Making This?</h2>
<p>When I made the <a href="https://soaringgecko.github.io/RunJavaScriptOnKeyPress/">original version</a> I was messing around with triggering JS on keypress a lot and got tired of having to look up the key IDs every time. I remade it because I remember
having a lot of fun programming the original and it was well... kinda bad so I decided why not fix it?</p>
<h2 id="planned-features">Planned Features</h2>
<ul class="task-list">
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled" />Adding the ability to generate for the CTRL, SHIFT, and ALT keys</li>
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled" />Generate for the use of multiple keys (using <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_AND">&&</a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR">||</a>)</li>
<li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" disabled="disabled" checked="checked" /><s>Add favicon</s></li>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>
anchors.add();
</script>
</body>
</html>