-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtermux-properties
executable file
·62 lines (33 loc) · 1.25 KB
/
termux-properties
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
# use black for drawer and dialogs - Android 9.0+ default
use-black-ui=true
# allow external application package execution
allow-external-apps=true
# enforce character based input - workaround for word-based input keyboards
enforce-char-based-input=true
# handle the bell character - vibrate | beep | ignore
bell-character=ignore
# handle the escape key - escape | back
back-key=back
# rename current terminal session
shortcut.rename-session=ctrl+n
# open a new terminal with ctrl+t (volume down+t)
shortcut.create-session=ctrl+t
# move to previous terminal session
shortcut.previous-session=ctrl+1
# move to next terminal session
shortcut.next-session=ctrl+2
# allow terminal url open on click/tap
terminal-onclick-url-open=true
# disable auto capitalization of extra keys text
extra-keys-text-all-caps=false
# disable hardware keyboard shortcuts
disable-hardware-keyboard-shortcuts=false
# set horizontal terminal margin
terminal-margin-horizontal=3
set vertical terminal margin
terminal-margin-vertical=0
# configure keyboard shortcut keys
extra-keys=[ \
['ESC', '|', '/', 'HOME', 'UP', 'END', 'PGUP', '_', 'BKSP' ], \
['TAB', 'CTRL', 'ALT', 'LEFT', 'DOWN', 'RIGHT', 'PGDN', '-', 'RETURN' ] \
]