Re: Shift-tab and Ctrl-arrow working within XTerm but not in tty* terminal (was: Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal)

2015-08-28 Thread David Wright
Quoting Rodolfo Medina (rodolfo.med...@gmail.com): > Sorry! I wrote Shift-Backspace but I meant Shift-Tab. > > Thanks. I appended that code to /etc/console-setup/remap.inc, then ran > > # dpkg-reconfigure console-setup ; dpkg-reconfigure keyboard-configuration > > , but the problem remained.

Re: Shift-tab and Ctrl-arrow working within XTerm but not in tty* terminal (was: Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal)

2015-08-28 Thread Rodolfo Medina
Sorry! I wrote Shift-Backspace but I meant Shift-Tab. David Wright writes: > I append the following to /etc/console-setup/remap.inc > > # Ctrl-arrow keys need to send the same codes as in X/xterm. > Control keycode 105 = F51 > string F51 = "\033[1;5D" > Control keycode 106 = F52 > string F52 =

Re: Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal

2015-08-27 Thread David Wright
I append the following to /etc/console-setup/remap.inc # Ctrl-arrow keys need to send the same codes as in X/xterm. Control keycode 105 = F51 string F51 = "\033[1;5D" Control keycode 106 = F52 string F52 = "\033[1;5C" Control keycode 108 = F53 string F53 = "\033[1;5B" Control keycode 103 = F54 str

Shift-backspace and Ctrl-arrow working within XTerm but not in tty* terminal

2015-08-27 Thread Rodolfo Medina
... Please help who can. Thanks in advance, Rodolfo