clean up termux.properties extra keys to be easier to read

This commit is contained in:
KemoNine 2022-05-22 15:21:25 -04:00
parent 3c301c8076
commit 6fd7ff948f
1 changed files with 22 additions and 1 deletions

View File

@ -1 +1,22 @@
extra-keys = [ ['ESC','-','BACKSLASH','HOME','UP','END','PGUP','DEL'], ['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN','DRAWER'] ]
extra-keys = [ \
[ \
'ESC', \
'-', \
'BACKSLASH', \
'HOME', \
'UP', \
'END', \
'PGUP', \
'DEL' \
], \
[ \
'TAB', \
'CTRL', \
'ALT', \
'LEFT', \
'DOWN', \
'RIGHT', \
'PGDN', \
'DRAWER' \
] \
]