Skip to content

Commit

Permalink
fix: can't use clipboard api in http
Browse files Browse the repository at this point in the history
  • Loading branch information
DriftKingTW committed Mar 24, 2023
1 parent e12143f commit 8fbe48c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>TinyPICO BLE Keypad Web UI</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><script defer="defer" src="/js/app.6ce0f011.js"></script></head><body><noscript><strong>We're sorry but TinyPICO BLE Keypad Web UI doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>TinyPICO BLE Keypad Web UI</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><script defer="defer" src="/js/app.eaa54a46.js"></script></head><body><noscript><strong>We're sorry but TinyPICO BLE Keypad Web UI doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
4 changes: 2 additions & 2 deletions data/js/app.6ce0f011.js → data/js/app.eaa54a46.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions data/keyconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
["Tab", "Q", "W", "E", "R", "T", "Delete"],
["Ctrl", "A", "S", "D", "F", "G", "NULL"],
["Shift", "Z", "X", "C", "V", "B", "Enter"],
["FN", "Option", "Command", "NULL", "Space", "H", "NULL"]
["FN", "Option", "Command", "NULL", "Space", "Command", "NULL"]
]
},
{
Expand All @@ -24,7 +24,7 @@
[179, 115, 119, 101, 114, 116, 8],
[128, 91, 93, 108, 98, 103, 0],
[129, 122, 120, 99, 118, 98, 176],
[0, 130, 131, 0, 32, 131, 131]
[0, 130, 131, 0, 32, 131, 0]
],
"keyInfo": [
["Escape", "1", "2", "3", "4", "5", "NULL"],
Expand All @@ -39,7 +39,7 @@
"NULL"
],
["Shift", "Z", "X", "C(Colors)", "V(Transform)", "B", "Enter"],
["FN", "Option", "Command", "NULL", "Space", "COMMAND", "Command"]
["FN", "Option", "Command", "NULL", "Space", "Command", "NULL"]
]
},
{
Expand All @@ -49,14 +49,14 @@
[0, 0, 0, 55, 56, 57, 43],
[0, 0, 0, 52, 53, 54, 0],
[0, 0, 0, 49, 50, 51, 69],
[0, 0, 68, 0, 48, 0, 46]
[0, 0, 68, 0, 48, 46, 0]
],
"keyInfo": [
[" ", " ", " ", "/", "*", "-", " "],
[" ", " ", " ", "7", "8", "9", "+"],
[" ", " ", " ", "4", "5", "6", " "],
[" ", " ", " ", "1", "2", "3", "Enter"],
["FN", " ", "Delete", " ", "0", " ", "."]
["FN", " ", "Delete", " ", "0", ".", "NULL"]
]
},
{
Expand Down

0 comments on commit 8fbe48c

Please sign in to comment.