Replies: 4 comments 23 replies
-
Those keyboards work fine, some devices may need |
Beta Was this translation helpful? Give feedback.
-
extra-keys = [ \
[ \
ESC, \
{ key: '`', popup: '~', display: "` ~" }, \
TAB, \
{ key: F1, popup:F7 }, \
{ key: F2, popup:F8 }, \
{ key: F3, popup:F9 }, \
{ key: F4, popup:F10 }, \
{ key: F5, popup:F11 }, \
{ key: F6, popup:F12 }, \
'', \
DELETE, \
BACKSPACE \
], \
[ \
{ key: '1', popup: '!', display: "1 !" }, \
{ key: '2', popup: '@', display: "2 @" }, \
{ key: '3', popup: '#', display: "3 #" }, \
{ key: '4', popup: '$', display: "4 $" }, \
{ key: '5', popup: '%', display: "5 %" }, \
{ key: '6', popup: '^', display: "6 ^" }, \
{ key: '7', popup: '&', display: "7 &" }, \
{ key: '8', popup: '*', display: "8 *" }, \
{ key: '9', popup: '(', display: "9 (" }, \
{ key: '0', popup: ')', display: "0 )" }, \
{ key: '-', popup: '_', display: "- _" }, \
{ key: '=', popup: '+', display: "= +" } \
], \
[ \
{ key: 'q', popup: 'Q'}, \
{ key: 'w', popup: 'W'}, \
{ key: 'e', popup: 'E'}, \
{ key: 'r', popup: 'R'}, \
{ key: 't', popup: 'T'}, \
{ key: 'y', popup: 'Y'}, \
{ key: 'u', popup: 'U'}, \
{ key: 'i', popup: 'I'}, \
{ key: 'o', popup: 'O'}, \
{ key: 'p', popup: 'P'}, \
{ key: '\[', popup: '\{', display: "\[ \{" }, \
{ key: '\]', popup: '\}', display: "\] \}" } \
], \
[ \
{ key: 'a', popup: 'A'}, \
{ key: 's', popup: 'S'}, \
{ key: 'd', popup: 'D'}, \
{ key: 'f', popup: 'F'}, \
{ key: 'g', popup: 'G'}, \
{ key: 'h', popup: 'H'}, \
{ key: 'j', popup: 'J'}, \
{ key: 'k', popup: 'K'}, \
{ key: 'l', popup: 'L'}, \
{ key: ';', popup: ':', display: "; :" }, \
{ key: "\'", popup: '\"', display:"\' \'\'" }, \
{ key: ENTER, popup: '\n' } \
], \
[ \
{ key: 'z', popup: 'Z'}, \
{ key: 'x', popup: 'X'}, \
{ key: 'c', popup: 'C'}, \
{ key: 'v', popup: 'V'}, \
{ key: 'b', popup: 'B'}, \
{ key: 'n', popup: 'N'}, \
{ key: 'm', popup: 'M'}, \
{ key: ',', popup: '<', display: ", <" }, \
{ key: '.', popup: '>', display: ". >" }, \
{ key: '/', popup: '?', display: "/ ?" }, \
{ key: UP, popup: PGUP }, \
{ key: '|', popup: "\\\\", display: "| \\\\" } \
], \
[ \
CTRL, \
ALT, \
KEYBOARD, \
' ', \
' ', \
' ', \
' ', \
' ', \
' ', \
{ key: LEFT, popup: HOME }, \
{ key: DOWN, popup: PGDN }, \
{ key: RIGHT, popup: END } \
] \
] |
Beta Was this translation helpful? Give feedback.
-
Man u are awesome plz update this in termux wiki also mention the way to disable softkeyboard from termux app settings forever. like settings terminal I/O disable softkeyboard and done u are really life saver man |
Beta Was this translation helpful? Give feedback.
-
The user can add This feature is currently only available for github debug builds, and will be available in next release |
Beta Was this translation helpful? Give feedback.
-
Hi there Dev Team,
Since Hackers Keyboard for android has become an ancient project running on sdk api level 9 its time for termux to think for a new alternative and there's none. Why not build an integrated Keyboard like any IDE app does for coding. I think this will be a great idea trust me gboard, swiftkey, samsung keyboard none work better in termux and we need a Keyboard to operate in termux right. Pls consider this.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions