-
Notifications
You must be signed in to change notification settings - Fork 0
/
termux.properties.tablet
359 lines (310 loc) · 8.99 KB
/
termux.properties.tablet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
### After making changes and saving you need to run `termux-reload-settings`
### to update the terminal. All information here can also be found on the
### wiki: https://wiki.termux.com/wiki/Terminal_Settings
###############
# General
###############
### Allow external applications to execute arbitrary commands within Termux.
### This potentially could be a security issue, so option is disabled by
### default. Uncomment to enable.
# allow-external-apps = true
### Default working directory that will be used when launching the app.
# default-working-directory = /data/data/com.termux/files/home
### Uncomment to disable toasts shown on terminal session change.
# disable-terminal-session-change-toast = true
### Uncomment to let keyboard toggle button to enable or disable software
### keyboard instead of showing/hiding it.
# soft-keyboard-toggle-behaviour = enable/disable
### Adjust terminal scrollback buffer. Max is 50000. May have negative
### impact on performance.
# terminal-transcript-rows = 2000
### Uncomment to use volume keys for adjusting volume and not for the
### extra keys functionality.
# volume-keys = volume
###############
# Fullscreen mode
###############
### Uncomment to let Termux start in full screen mode.
# fullscreen = true
### Uncomment to attempt workaround layout issues when running in
### full screen mode.
# use-fullscreen-workaround = true
###############
# Cursor
###############
### Cursor blink rate. Values 0, 100 - 2000.
terminal-cursor-blink-rate = 1000
### Cursor style: block, bar, underline.
terminal-cursor-style = bar
###############
# Extra keys
###############
### Settings for choosing which set of symbols to use for illustrating keys.
### Choose between default, arrows-only, arrows-all, all and none
#extra-keys-style = all
### Force capitalize all text in extra keys row button labels.
# extra-keys-text-all-caps = true
extra-keys-text-all-caps = false
### Default extra-key configuration
#extra-keys = [[ESC, TAB, CTRL, ALT, {key: '-', popup: '|'}, DOWN, UP]]
hide-soft-keyboard-on-startup = true
# extra-keys shift doesn't work in combination with extra-keys,
# so a soft-shift (8th row) is used via c-^ vim language toggle. see init.vim
# also, all alphabetic keys have swipeup for capital
# since c-^ in normal mode will jump to last buffer, soft-shift will too
# so if you want character-shift, be in insert mode.
# ctrl key is in the second row
# top row:
# <> jump prev/next
# // toggle comment line. swipeup comments and pastes duplicate
# V context-aware selection. see init.vim
# K close buffer
# N jump next buffer.
# UR undo/redo
# S save
# X escape
extra-keys = [\
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
{macro:"ESC CTRL o",display:'<'},\
{macro:"ESC CTRL i",display:'>'},\
{macro:"ESC +",popup:{macro:"ESC yypk+"},display:'//'},\
{macro:",V",display:'V'},\
{macro:"ESC :bw ENTER",display:'K'},\
{macro:"ESC :bn ENTER",display:'N'},\
{macro:"ESC u",display:'U'},\
{macro:"ESC CTRL r",display:'R'},\
{macro:"ESC :w ENTER",display:'S'}, \
{key:ESC,display:'X'}\
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'?', \
'QUOTE', \
{key:HOME,display:'<<'},\
{key:END,display:'>>'},\
'LEFT', \
'RIGHT', \
'DOWN', \
'UP', \
'TAB', \
{key:CTRL,display:'C'}\
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'(', \
')', \
'{', \
'}', \
'[', \
']', \
',', \
';', \
'.', \
':' \
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'&', \
'|', \
'+', \
'-', \
'=', \
'!', \
'<', \
'>', \
'*', \
'/' \
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'BACKSLASH', \
'`', \
'APOSTROPHE', \
'@', \
'#', \
'_', \
'%', \
'~', \
'^', \
'$' \
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'1', \
'2', \
'3', \
'4', \
'5', \
'6', \
'7', \
'8', \
'9', \
'0' \
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
{key:'q',popup:'Q'},\
{key:'w',popup:'W'},\
{key:'e',popup:'E'},\
{key:'r',popup:'R'},\
{key:'t',popup:'T'},\
{key:'y',popup:'Y'},\
{key:'u',popup:'U'},\
{key:'i',popup:'I'},\
{key:'o',popup:'O'},\
{key:'p',popup:'P'} \
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
{key:'a',popup:'A'},\
{key:'s',popup:'S'},\
{key:'d',popup:'D'},\
{key:'f',popup:'F'},\
{key:'g',popup:'G'},\
{key:'h',popup:'H'},\
{key:'j',popup:'J'},\
{key:'k',popup:'K'},\
{key:'l',popup:'L'},\
{macro:"CTRL ^",display:'S'}\
], \
[ \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
'', \
{key:'z',popup:'Z'},\
{key:'x',popup:'X'},\
{key:'c',popup:'C'},\
{key:'v',popup:'V'},\
{key:'b',popup:'B'},\
{key:'n',popup:'N'},\
{key:'m',popup:'M'},\
{key:'SPACE',display:' '},\
'BKSP',\
'ENTER'\
] \
]
### Configuration with additional popup keys (swipe up from an extra key)
# extra-keys = [[ \
# {key: ESC, popup: {macro: "CTRL f d", display: "tmux exit"}}, \
# {key: CTRL, popup: {macro: "CTRL f BKSP", display: "tmux ←"}}, \
# {key: ALT, popup: {macro: "CTRL f TAB", display: "tmux →"}}, \
# {key: TAB, popup: {macro: "ALT a", display: A-a}}, \
# {key: LEFT, popup: HOME}, \
# {key: DOWN, popup: PGDN}, \
# {key: UP, popup: PGUP}, \
# {key: RIGHT, popup: END}, \
# {macro: "ALT j", display: A-j, popup: {macro: "ALT g", display: A-g}}, \
# {key: KEYBOARD, popup: {macro: "CTRL d", display: exit}} \
# ]]
###############
# Colors/themes
###############
### Force black colors for drawer and dialogs
# use-black-ui = true
###############
# HW keyboard shortcuts
###############
### Disable hardware keyboard shortcuts.
# disable-hardware-keyboard-shortcuts = true
### Open a new terminal with ctrl + t (volume down + t)
# shortcut.create-session = ctrl + t
### Go one session down with (for example) ctrl + 2
# shortcut.next-session = ctrl + 2
### Go one session up with (for example) ctrl + 1
shortcut.previous-session = ctrl + 1
### Rename a session with (for example) ctrl + n
# shortcut.rename-session = ctrl + n
###############
# Bell key
###############
### Vibrate device (default).
# bell-character = vibrate
### Beep with a sound.
# bell-character = beep
### Ignore bell character.
# bell-character = ignore
###############
# Back key
###############
### Send the Escape key.
# back-key=escape
### Hide keyboard or leave app (default).
# back-key=back
###############
# Keyboard issue workarounds
###############
### Letters might not appear until enter is pressed on Samsung devices
# enforce-char-based-input = true
### ctrl+space (for marking text in emacs) does not work on some devices
# ctrl-space-workaround = true