Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxance-hacker/extra_keys
Using this script, U can set functions key in Termux Not in Linux
https://github.com/lxance-hacker/extra_keys
termux
Last synced: 5 days ago
JSON representation
Using this script, U can set functions key in Termux Not in Linux
- Host: GitHub
- URL: https://github.com/lxance-hacker/extra_keys
- Owner: LxaNce-Hacker
- Created: 2021-12-30T18:19:22.000Z (about 3 years ago)
- Default Branch: LxaNce
- Last Pushed: 2022-01-05T10:12:12.000Z (about 3 years ago)
- Last Synced: 2024-11-24T10:32:03.703Z (2 months ago)
- Topics: termux
- Homepage: https://github.com/LxaNce-Hacker/Extra_Keys
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LxaNceπΈπ€΄
# Extra_Keys
# 1-How to Enable All Arrow Keys in Termux:
# To launch this setting
Copy it π and paste in your terminal` mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout `
# 2-How to Enable PAGE UP AND PAGE DOWN + Arrow Keys in Termux:
Copy it π and paste in your terminal` mkdir $HOME/.termux/ ;echo "extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 &&logout `
# 3-How to Enable Function Keys in Termux:
Copy it π and paste in your terminal` mkdir $HOME/.termux/ ;echo "extra-keys = [['F1','F2','F3','F4','F5','F6','F12'],['ESC','TAB','CTRL','ALT','-','DOWN','UP']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout `
# 4-How to Enable All Keys in Termux:
Copy it π and paste in your terminal` mkdir $HOME/.termux/ ;echo "extra-keys = [['F1','F2','F3','F4','F5','F6','F7'],['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]" >> $HOME/.termux/termux.properties && termux-reload-settings && sleep 1 && logout `
## Conclusion:
Enabling Keys in termux takes 4-5 commands but I don't want to waste your time by separating the commands so that's why i have Created one command to do the job.if you are unable to find the key you are searching for you can check out `termux-wiki` for the name of your key and then you can edit the name of the key in any command to Enable your desired key.