Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
96376a4d7d | |||
a808748f6c | |||
![]() |
751a0383cb | ||
![]() |
91f1ee82af |
@ -190,10 +190,9 @@ Public Class main
|
||||
End Try
|
||||
|
||||
Case "text"
|
||||
Dim encodedtext As String = req.QueryString("text")
|
||||
Dim decodedtext As String = Uri.UnescapeDataString(encodedtext)
|
||||
Dim text As String = req.QueryString("text")
|
||||
Try
|
||||
SendKeysEscaped(decodedtext)
|
||||
SendKeysEscaped(text)
|
||||
Catch ex As Exception
|
||||
log(ex.ToString)
|
||||
End Try
|
||||
|
@ -51,7 +51,6 @@ input{
|
||||
</head>
|
||||
<body>
|
||||
<div style="flex:2">
|
||||
<button style="flex:1">menu</button>
|
||||
<button onclick="fetch('/key?code=46')" style="flex:1">del</button>
|
||||
<button onclick="fetch('/key?code=8')" style="flex:1">bksp</button>
|
||||
<button onclick="fetch('/key?code=13')" style="flex:1">enter</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user