diff options
author | Adam Hovorka <[email protected]> | 2020-01-19 11:28:27 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2020-01-19 11:28:27 -0700 |
commit | 18465d19d30c86273ebe16bb6f9d1f1fd2723aa8 (patch) | |
tree | 7d0cf230d41854c36388cecb08b8a6e77a031704 /termux/termux.properties | |
parent | ea6a879a01580da14311030cbad587a5b54ce2c4 (diff) |
Add termux.properties config file for custom extra keys
Diffstat (limited to 'termux/termux.properties')
-rw-r--r-- | termux/termux.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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']] |