mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
supports ctrl-a to ctrl-z with i:56 urls
This commit is contained in:
parent
9dc075503b
commit
5b3b3fe5d1
10 changed files with 100 additions and 99 deletions
|
@ -213,7 +213,8 @@ Save as link.</p>
|
|||
</li>
|
||||
<li>
|
||||
<p>i:56[string]<br>
|
||||
Use [string] as user input on web page.</p>
|
||||
Use [string] as user input on web page.<br>
|
||||
The string can have any character such as ascii code 0-26, where code 0 means clear, and code 1-26 are from ctrl-A to ctrl-Z as shortcut keys. (to type "Ctrl-A" into a text file, use "Ctrl-Q Ctrl-A" with emacs or "Ctrl-V Ctrl-A" with vim)</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:57[jscode]<br>
|
||||
|
@ -296,10 +297,9 @@ use "i:0mi:92Host;209.216.230.240::https://news.ycombinator.com" to vi
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 20 March 2023<br>
|
||||
supports hosts<br>
|
||||
<pre>Add 'clear cookie
|
||||
enhance i:0m
|
||||
<p>Last Modified: 22 March 2023<br>
|
||||
i:56 to support ctrl-a to ctrl-z<br>
|
||||
<pre>i:56 urls support CTRL_A to CTRL-Z
|
||||
</pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue