Skip to content

Commit cb89a4f

Browse files
authored
Merge pull request #1 from mobile-coding-hub/develop
Improves the quality of the images and adds some fixes
2 parents f367a77 + d4508dc commit cb89a4f

11 files changed

+31
-7
lines changed
107 KB
Loading
134 KB
Loading
29.7 KB
Loading
105 KB
Loading

docs/images/termux_left_drawer.jpg

58.5 KB
Loading

docs/images/termux_loaded.jpg

182 KB
Loading

docs/images/termux_ls_all.jpg

10.4 KB
Loading
73 KB
Loading

docs/images/termux_tight_keys.jpg

28.7 KB
Loading

docs/termux/customisation/extra_keys.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To enable the extra keys view you have to long tap on the keyboard button in the
5454
(Swipe from left → right to open the drawer)
5555

5656
!!! abstract
57-
![Termux Left Drawer](/images/termux_left_drawer.png)
57+
![Termux Left Drawer](/images/termux_left_drawer.jpg)
5858

5959
You can also press `VOLUME UP+Q` or `VOLUME UP+K`.
6060

@@ -69,6 +69,15 @@ Open the `termux.properties` file:
6969
$ nano ~/.termux/termux.properties
7070
```
7171

72+
??? error "Directory .../home/.termux doesn't exist"
73+
![Termux Nano Directory Doesn't Exist](/images/termux_directory_doesnt_exist.jpg)
74+
75+
If you get the above error, then that means that the `.termux` directory
76+
doesn't exist. Try making it, before doing this, with
77+
```bash
78+
mkdir $HOME/.termux/
79+
```
80+
7281
Now we will start by adding two rows of some really useful keys(default keys until v0.66)
7382

7483
!!! example ""
@@ -85,14 +94,14 @@ if desired, by "backslash-escaping" the line feed at the end of each line, thus:
8594
```bash
8695
extra-keys = [ \
8796
['ESC','/','-','HOME','UP','END','PGUP'], \
88-
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']
97+
['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN'] \
8998
]
9099
```
91100

92101
!!! success
93102
It should look something like this:
94103

95-
![Termux Extra Keys Written](/images/termux_extra_keys_written.png)
104+
![Termux Extra Keys Written](/images/termux_extra_keys_written.jpg)
96105

97106
Each key "entry" can be either a string (such as `'|'`, `'/'` or `'='`) or one of the values listed below.
98107
These values are defined in ExtraKeysView.java, and the list of values (not including possible synonyms) is:
@@ -157,4 +166,14 @@ All 3 of these work the same. If one doesn't for you, then use the other :smiley
157166
The keyboard on the bottom should look something like this now!
158167
Well Done!
159168

160-
![Termux Extra Keys Loaded](/images/termux_extra_keys_loaded.png)
169+
![Termux Extra Keys Loaded](/images/termux_extra_keys_loaded.jpg)
170+
171+
??? bug "Tightly Packed Keys"
172+
![Termux Tight Keys](/image/termux_tight_keys.jpg)
173+
174+
If after doing all the above steps, the keys look too tightly
175+
packed to you then that's probably a bug.
176+
177+
Just close the application with `CTRL+D` or Exit from the
178+
notification shade and restart it.
179+
This should hopefully fix it :fingers_crossed:

0 commit comments

Comments
 (0)