termux add extra keys

This commit is contained in:
thek4n 2024-03-31 01:35:12 +03:00
parent 05d9ab4025
commit 0c19a113a4

View File

@ -1 +1,23 @@
enforce-char-based-input = true enforce-char-based-input = true
extra-keys = [ \
[ \
{key: ESC, popup: {macro: "CTRL d", display: exit}}, \
{key: PGUP}, \
{key: PGDN}, \
{key: HOME}, \
{key: UP}, \
{key: END}, \
{key: F12} \
], \
[ \
{key: TAB}, \
{key: CTRL}, \
{key: ALT}, \
{key: LEFT}, \
{key: DOWN}, \
{key: RIGHT}, \
{key: KEYBOARD} \
] \
]