Any non-character inputs replaced by different characters.
When inputting anything other than a letter, number or symbol, an escape? character is inputted instead. For example,
- Backspace is replaced with
^H
and does not delete the preceding character.
- The up, down, right, and left arrow keys are replaced with
^[[A, ^[[B, ^[[C, or ^[[D
respectively.
- All function keys (F1, F2, etc) are replaced with
^[[11~, ^[[12~, etc.
depending on the key pressed.
- Home, Insert, Delete, End, PgUp, and PgDn are replaced with
^[[1~, ^[[2~, etc.
respectively.
This only becomes an issue when typos are made and the command needs to be retyped from the beginning without error, as pressing the backspace or delete keys only inserts the matching escape character. This becomes especially annoying when attempting to whitelist players with longer username lengths, especially considering that it is case-sensitive.
Environment
Running latest BDS (as of 7/9/19) on Ubuntu EC2 virtual machine via AWS. Accessing through
ssh
command on Windows 10 command prompt.
Comments2
History5
Changed description:
When inputting anything other than a letter, number or symbol, an escape
character is inputted instead. For example,
0
- 0
- Backspace is replaced with000
^H
0and does not delete the preceding character.
0
0
- 0
- The up, down, right, and left arrow keys are replaced with 000
^[[A, ^[[B, ^[[C, or ^[[D
0respectively.
0
0
- 0
- All function keys (F1, F2, etc) are replaced with000
^[[11~, ^[[12~, etc.
0depending on the key pressed.
0
0
- 0
- Home, Insert, Delete, End, PgUp, and PgDn are replaced with000
^[[1~, ^[[2~, etc.
0respectively.
0
0
This only becomes an issue when typos are made and the command needs to be retyped from the beginning without error, as pressing the backspace or delete keys only inserts the matching escape character. This becomes especially annoying when attempting to whitelist players with longer username lengths, especially considering that it is case-sensitive.
When inputting anything other than a letter, number or symbol, an escape? character is inputted instead. For example,
0
- 0
- Backspace is replaced with000
^H
0and does not delete the preceding character.
0
0
- 0
- The up, down, right, and left arrow keys are replaced with 000
^[[A, ^[[B, ^[[C, or ^[[D
0respectively.
0
0
- 0
- All function keys (F1, F2, etc) are replaced with000
^[[11~, ^[[12~, etc.
0depending on the key pressed.
0
0
- 0
- Home, Insert, Delete, End, PgUp, and PgDn are replaced with000
^[[1~, ^[[2~, etc.
0respectively.
0
0
This only becomes an issue when typos are made and the command needs to be retyped from the beginning without error, as pressing the backspace or delete keys only inserts the matching escape character. This becomes especially annoying when attempting to whitelist players with longer username lengths, especially considering that it is case-sensitive.
Added labels: awaiting-confirmation
Resolution: Unresolved → Awaiting Response
Resolution: Awaiting Response → Unresolved
Resolution: Unresolved → Incomplete
Hi Justin,
I've just tried to reproduce this and it would appear that it has mostly been fixed.
Are you able to confirm the same is true for yourself?
The F# keys don't work but given they shouldn't be used anyway I'm not sure that's really an issue. The only remaining key I believe should function and doesn't is Delete.
Ionic
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki