From 18465d19d30c86273ebe16bb6f9d1f1fd2723aa8 Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Sun, 19 Jan 2020 11:28:27 -0700 Subject: Add termux.properties config file for custom extra keys --- termux.yaml | 1 + termux/termux.properties | 1 + 2 files changed, 2 insertions(+) create mode 100644 termux/termux.properties diff --git a/termux.yaml b/termux.yaml index 2cf38f1..433907e 100644 --- a/termux.yaml +++ b/termux.yaml @@ -8,6 +8,7 @@ - link: ~/.termux/colors.properties: termux/colors.properties ~/.termux/font.ttf: termux/font.ttf + ~/.termux/termux.properties: termux/termux.properties - shell: - chsh -s zsh diff --git a/termux/termux.properties b/termux/termux.properties new file mode 100644 index 0000000..d8026b3 --- /dev/null +++ b/termux/termux.properties @@ -0,0 +1 @@ +extra-keys = [['ESC','CTRL','ALT','-','DOWN','UP','TAB']] -- cgit v1.2.3-70-g09d2