Skip to content

Commit 8fbe48c

Browse files
committed
fix: can't use clipboard api in http
1 parent e12143f commit 8fbe48c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

data/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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>
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.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>
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/keyconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
["Tab", "Q", "W", "E", "R", "T", "Delete"],
1515
["Ctrl", "A", "S", "D", "F", "G", "NULL"],
1616
["Shift", "Z", "X", "C", "V", "B", "Enter"],
17-
["FN", "Option", "Command", "NULL", "Space", "H", "NULL"]
17+
["FN", "Option", "Command", "NULL", "Space", "Command", "NULL"]
1818
]
1919
},
2020
{
@@ -24,7 +24,7 @@
2424
[179, 115, 119, 101, 114, 116, 8],
2525
[128, 91, 93, 108, 98, 103, 0],
2626
[129, 122, 120, 99, 118, 98, 176],
27-
[0, 130, 131, 0, 32, 131, 131]
27+
[0, 130, 131, 0, 32, 131, 0]
2828
],
2929
"keyInfo": [
3030
["Escape", "1", "2", "3", "4", "5", "NULL"],
@@ -39,7 +39,7 @@
3939
"NULL"
4040
],
4141
["Shift", "Z", "X", "C(Colors)", "V(Transform)", "B", "Enter"],
42-
["FN", "Option", "Command", "NULL", "Space", "COMMAND", "Command"]
42+
["FN", "Option", "Command", "NULL", "Space", "Command", "NULL"]
4343
]
4444
},
4545
{
@@ -49,14 +49,14 @@
4949
[0, 0, 0, 55, 56, 57, 43],
5050
[0, 0, 0, 52, 53, 54, 0],
5151
[0, 0, 0, 49, 50, 51, 69],
52-
[0, 0, 68, 0, 48, 0, 46]
52+
[0, 0, 68, 0, 48, 46, 0]
5353
],
5454
"keyInfo": [
5555
[" ", " ", " ", "/", "*", "-", " "],
5656
[" ", " ", " ", "7", "8", "9", "+"],
5757
[" ", " ", " ", "4", "5", "6", " "],
5858
[" ", " ", " ", "1", "2", "3", "Enter"],
59-
["FN", " ", "Delete", " ", "0", " ", "."]
59+
["FN", " ", "Delete", " ", "0", ".", "NULL"]
6060
]
6161
},
6262
{

0 commit comments

Comments
 (0)