ref: 7557a53daf102b0954511b2ecc805ffb95c24623
parent: 4c293a633d125d1d03e81adde9831cb65bf28eeb
author: sirjofri <sirjofri@sirjofri.de>
date: Sat Jan 13 10:47:58 EST 2024
adds future work section, fixes footnote
--- a/touchuichal.txt
+++ b/touchuichal.txt
@@ -234,11 +234,11 @@
However, namespaces are one of the core features of Plan 9, and it's very important to think about them.
On touch screen devices, developers will have to decide how to integrate them.
Most of the time, namespaces are set up before starting an application.
-This means that a touch user interface needs to provide a way to adjust namespaces in a shell² before starting the application.
+This means that a touch user interface needs to provide a way to adjust namespaces in a shell³ before starting the application.
[[[ms
.FS
-² ``Shell'' in this context does not necessarily refer to text based shells.
+³ ``Shell'' in this context does not necessarily refer to text based shells.
.FE
]]]
@@ -287,6 +287,8 @@
It is also important to rethink the source of the keys.
Secstore is simple enough to be used, however managing the keys is somewhat different on touch devices.
Using an editor is simple enough, but also not very convenient on a smaller touch device such as a smartphone.
+
+# Future work
# References