You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use extra keys to define all the keys, so that I have a full keyboard, but I don't know how to define "shift" and "!". Does anyone know about it?
Steps to reproduce the behavior.
echo "extra-keys = [['SHIFT']]
What is the expected behavior?
No response
System information
Termux application version:
Android OS version:
Device model:
The text was updated successfully, but these errors were encountered:
Don't use extra keys for defining the full keyboard. It is not a keyboard replacement but a panel for typically missing keys (e.g. ctrl) as well as for some Termux-specific keys. Did you notice that it is called exactly "extra keys"?
Shift key can be defined exactly by keyword SHIFT. However it would not function as most people expect. Its sole purpose to send shift key code handled by certain programs such as emacs. It won't switch upper case lower case characters.
Problem description
HI guys
I want to use extra keys to define all the keys, so that I have a full keyboard, but I don't know how to define "shift" and "!". Does anyone know about it?
Steps to reproduce the behavior.
echo "extra-keys = [['SHIFT']]
What is the expected behavior?
No response
System information
The text was updated successfully, but these errors were encountered: