@@ -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
5959You 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+
7281Now 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- 
104+ 
96105
97106Each key "entry" can be either a string (such as ` '|' ` , ` '/' ` or ` '=' ` ) or one of the values listed below.
98107These 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- 
169+ 
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