diff --git a/en/_posts/index.xml b/en/_posts/index.xml
index 16c03830..6bf70ebe 100644
--- a/en/_posts/index.xml
+++ b/en/_posts/index.xml
@@ -6,12 +6,12 @@
Recent content in _Posts on uweb browser: unlimited powerHugoen
- Sat, 11 Oct 2025 16:04:40 +0800
+ Sun, 12 Oct 2025 15:14:45 +0800Common phrases as input method
https://jamesfengcao.gitlab.io/uweb/en/input/
- Sat, 11 Oct 2025 00:00:00 +0000
+ Sun, 12 Oct 2025 00:00:00 +0000https://jamesfengcao.gitlab.io/uweb/en/input/<h4 id="defaultinput">default.input</h4>
<p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@AddrBar%0A">Address Bar</a><br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file "default.input", each line of which defines common phrase for user inputs. If the phrase begins with "@xxxx@", then "xxxx" part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p>
@@ -20,7 +20,7 @@
https://jamesfengcao.gitlab.io/uweb/en/tips/
Sat, 11 Oct 2025 00:00:00 +0000https://jamesfengcao.gitlab.io/uweb/en/tips/
- <p><strong>Address bar autocompletion as input method when beginning with single space</strong><br>
When address bar text begins with a single space, the autocompletion selection is also inserted to the focused element on the web page. It could be used to choose AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option "wide viewport" + global js "force page resizable".</p>
+ <p><strong>Address bar autocompletion as input method when starting with space</strong><br>
When address bar text starts with space, the autocompletion selection is inserted to the focused element on the web page. It could be used to choose AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option "wide viewport" + global js "force page resizable".</p>popup menu for Long pressed link and downloading
diff --git a/en/index.xml b/en/index.xml
index 6feddc98..4f39ddcd 100644
--- a/en/index.xml
+++ b/en/index.xml
@@ -6,12 +6,12 @@
Recent content on uweb browser: unlimited powerHugoen
- Sat, 11 Oct 2025 16:04:40 +0800
+ Sun, 12 Oct 2025 15:14:45 +0800Common phrases as input method
https://jamesfengcao.gitlab.io/uweb/en/input/
- Sat, 11 Oct 2025 00:00:00 +0000
+ Sun, 12 Oct 2025 00:00:00 +0000https://jamesfengcao.gitlab.io/uweb/en/input/<h4 id="defaultinput">default.input</h4>
<p>Click the following links to install menus popped by long pressing the share button (with arrow-out-of-square as icon) on the bottom toolbar:<br>
<a href="i:0gdefault.input::@AddrBar%0A">Address Bar</a><br>
<a href="i:0gdefault.input::@^J@%0A">New line</a><br>
<a href="i:0gdefault.input::@^Z@%1A%0A">CTRL-Z</a><br>
<a href="i:0gdefault.input::@^Y@%19%0A">CTRL-Y</a></p>
<p>Long pressing the share button in <a href="../index.html#">uweb browser</a> will popup menus defined in file "default.input", each line of which defines common phrase for user inputs. If the phrase begins with "@xxxx@", then "xxxx" part is the alias for the rest part of the string. Alias could be used for non-printable phrases.</p>
@@ -20,7 +20,7 @@
https://jamesfengcao.gitlab.io/uweb/en/tips/
Sat, 11 Oct 2025 00:00:00 +0000https://jamesfengcao.gitlab.io/uweb/en/tips/
- <p><strong>Address bar autocompletion as input method when beginning with single space</strong><br>
When address bar text begins with a single space, the autocompletion selection is also inserted to the focused element on the web page. It could be used to choose AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option "wide viewport" + global js "force page resizable".</p>
+ <p><strong>Address bar autocompletion as input method when starting with space</strong><br>
When address bar text starts with space, the autocompletion selection is inserted to the focused element on the web page. It could be used to choose AI prompts.</p>
<p><strong>Text processing for clipboard data</strong><br>
On home screen, pressing the sharing button of the bottom toolbar popups the <a href="../textprocess/index.html#">text processing menu</a> for clipboard data.</p>
<p><strong>To show web pages in desktop mode</strong><br>
PC button + option "wide viewport" + global js "force page resizable".</p>popup menu for Long pressed link and downloading
diff --git a/en/input/index.html b/en/input/index.html
index e9358971..4db8057e 100644
--- a/en/input/index.html
+++ b/en/input/index.html
@@ -57,10 +57,13 @@
Address bar autocompletion as input method when beginning with single space
-When address bar text begins with a single space, the autocompletion selection is also inserted to the focused element on the web page. It could be used to choose AI prompts.
+
Address bar autocompletion as input method when starting with space
+When address bar text starts with space, the autocompletion selection is inserted to the focused element on the web page. It could be used to choose AI prompts.
Text processing for clipboard data
On home screen, pressing the sharing button of the bottom toolbar popups the text processing menu for clipboard data.
To show web pages in desktop mode
@@ -58,14 +58,16 @@ PC button + option "wide viewport" + global js "force page resiza
Option "Floating video" + video fullscreen playing
Multiple home screens and Next/Prev page
home5.html, home6.mht(or .search or .html), home7.mht(or .search or .html), ... can be visited via pressing the right arrow button while home4.mht(or .search or .html), home3.mht(or .search or .html) ... with long pressing the left arrow.
+
Configuration files with special extensions
+If the current page is not the internal file manager, visiting the configuration files with extensions such as .autoc, .links etc. applies them. Since clicking the file name in the internal file manager shows the content of the file instead, you can either bookmark it, or "open in new tab" to apply it.
Click download button on the bottom toolbar to save remote webpage
The resulted offline file can be used as one of the home screens.
Configuration folder and file managers
With bookmark, configuration folders can be symbolic linked to other public folders or managed by 3rd party file managers via termux.
-
Last Modified: 11 October 2025
-notes on default.autoc in input.md
+