[Bug]: extra-keys
configuration fails to parse backslash (\
) character in termux.properties
#4386
Labels
extra-keys
configuration fails to parse backslash (\
) character in termux.properties
#4386
Problem description
Description:
When configuring
extra-keys
in~/.termux/termux.properties
, the backslash (\
) character cannot be displayed or parsed correctly. Here are the details:Proposed Solutions:
extra-keys
.\
.extra-keys
configuration.Additional Notes:
This issue prevents users from using the backslash character in custom keyboard layouts, which is essential for many programming tasks. Any guidance or fix would be greatly appreciated!
Steps to reproduce the behavior.
Actual Behavior:
'\'
, the backslash does not appear on the keyboard.'\\'
, Termux throws an error:'\u005c'
, the same error occurs.{"extra-keys": [["ESC","\\\\","|","[","UP","]","PGUP"]]}
), the configuration is not recognized.Steps to Reproduce:
~/.termux/termux.properties
:termux-reload-settings
.What is the expected behavior?
The backslash (
\
) character should be displayed on the Termux virtual keyboard when configured inextra-keys
.System information
termux-info
to get this information)Application version: 0.118.0 Packages CPU architecture: aarch64 Subscribed repositories: # sources.list ...
The text was updated successfully, but these errors were encountered: