Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeInferno64 authored Jul 8, 2024
1 parent 1ba23c0 commit b48c7ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="black">
<meta name="author" content="BlazeInferno64">
<meta name="description" content="NotPlus is an free online browser based text editor">
<title>NotePlus | Free Text Editor Online</title>
<link rel="stylesheet" href="./public/css/styles.css" />
Expand Down
3 changes: 3 additions & 0 deletions public/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,9 @@ document.addEventListener("keydown", (e) => {
if (e.ctrlKey){
isCtrlPressed = true;
}
else{
isCtrlPressed = false;
}
});

document.addEventListener("keyup", (e) => {
Expand Down

0 comments on commit b48c7ba

Please sign in to comment.