mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-04 08:01:08 +01:00
Change VolumeUp+H to generate ~
Using VolumeUp+H to generate a tilde (~) is more useful than sending the home key. Fixes #151.
This commit is contained in:
parent
e169af0447
commit
7e1f8a551f
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ public final class TermuxKeyListener implements TerminalKeyListener {
|
||||||
resultingKeyCode = KeyEvent.KEYCODE_INSERT;
|
resultingKeyCode = KeyEvent.KEYCODE_INSERT;
|
||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
resultingKeyCode = KeyEvent.KEYCODE_MOVE_HOME;
|
resultingCodePoint = '~';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Special characters to input.
|
// Special characters to input.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue