-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Description
Problem description
When you input ˜ with https://github.com/dzaima/hackerskeyboard, ~ is inserted instead.
Steps to reproduce the behavior.
- Open termux
- Input
˜using https://github.com/dzaima/hackerskeyboard
What is the expected behavior?
It should not be replaced with ~. ˜ is a Self/Swap modifier in BQN programming language. Replacing it with ~ breaks code entered with arrays hacker's keyboard.
System information
No need, this is the place of termux code which does the substitution: https://github.com/termux/termux-app/blob/master/terminal-view/src/main/java/com/termux/view/TerminalView.java#L821