aee ("a-ee", "a" like in "aha")
bee
cee ("c" pronounced like "ts" in "its")
dee
eee ("æ-ee", æ like the "e" in "bed")
aee ("a-ee", "a" like in "aha")
bee
cee ("c" pronounced like "ts" in "its")
dee
eee ("æ-ee", æ like the "e" in "bed")
M-T - Swap the last 2 words
M-U - Capitalize all characters from cursor to next space
M-R - Undo any changes to a command pulled from history (like with UP-ARROW)
Last updated 29 July 2021
Disclaimer: I have personally tested every step of this. However, I'm not responsible for anything you do.
There's a Reddit thread for this laptop.
Follow below steps to migrate the setup of Termux from Device A to Device B
For termux, ~/storage folder contains a bunch of the soft links
external-n is the one pointing to the MicroSD card or the OTG USB Drive, using realpath ~/storage/external-1, can get the physical path on the MicroSD card. The XXXX-YYYY part is the MicroSD card UUID
Other links, such as dcim, movies, music, they are pointing to the folders on the phone internal storage, using realpath ~/storage/dcim can find the physical location of the folder
| import json | |
| before = """\\begin{center} | |
| \\begin{tikzpicture}[every node/.style={draw,circle,minimum size=25pt}] | |
| \\begin{scope}[yscale=-1] | |
| \\draw[thick]""" | |
| after = """; | |
| \\end{scope} | |
| \\end{tikzpicture} | |
| \\end{center}""" | 
| let eee = "#eeeeee" | |
| let sr = document.querySelector("#viewer").shadowRoot.querySelector("#toolbar").shadowRoot | |
| sr.querySelector("#toolbar").style.backgroundColor = "lightgray" | |
| sr.querySelector("#toolbar").style.color = "black" | |
| let ce = sr.querySelector("#center").firstElementChild.shadowRoot | |
| ce.querySelector("#pageselector").style.backgroundColor = eee | |
| ce.querySelector("#pageselector").style.color = "black" | |
| ce.querySelector("#divider").style.color = "black" | |
| ce.querySelector("#pagelength").style.color = "black" | |
| sr.querySelector("[aria-label='Zoom level']").style.backgroundColor = eee |