Results 1 to 2 of 2

Thread: UP and Down Keys Inserting A B C D Character in Terminal

  1. #1
    Join Date
    2014-Nov
    Posts
    1

    UP and Down Keys Inserting A B C D Character in Terminal

    When I tried to use arrow keys + Shift to select text in the terminal, the following characters are being inserted in the editor:
    for ← I get D,
    for → I get C.

    Any suggestion what can be the issue?

    Thanks,
    Dave

  2. #2
    Join Date
    2014-Nov
    Posts
    8
    That's actually not a bug. Just normal bash behaviour. I don't know of any way to select and copy displayed text directly, except for some editors (like vim or emacs) where you can do such stuff form the command line.

    Why don't you use your mouse or trackpad?
    In the case you want to simply transfer text from one file (or output) to another you can always work with redirections (cat file1 > file2, or cat file1 >> file2 and so on...

Similar Threads

  1. Arrow keys stopped work in terminal
    By st0chastic in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2022-12-20, 04:33
  2. Replies: 3
    Last Post: 2016-10-26, 14:26
  3. Kali on mac: some keys not working, but only in terminal
    By JonathanFromSpotify in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2014-10-25, 14:53

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •