Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 5129  / 2 Years ago, fri, august 26, 2022, 6:26:18

When I type Control and any of the arrow keys in any terminal (gnome-terminal, as well as terminator), I get this (or something like it).



It happens when I use openbox as well, so it's not a compiz issue. And it's only in terminal programs, never in a GUI app (such as Firefox, Chrom(ium)e, or Empathy).




More From » keyboard

 Answers
6

What is in your ~/.inputrc and /etc/inputrc? The minimum to get those keys working is, I think:



# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
"e[1;5C": forward-word
"e[1;5D": backward-word
"e[5C": forward-word
"e[5D": backward-word
"ee[C": forward-word
"ee[D": backward-word


If you have these in /etc/inputrc, the file needs to be included from ~/.inputrc, so check that it has the following line:



$include /etc/inputrc

[#44192] Saturday, August 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
overine

Total Points: 20
Total Questions: 109
Total Answers: 98

Location: Aruba
Member since Fri, Jun 24, 2022
2 Years ago
overine questions
Tue, Jul 12, 22, 00:27, 2 Years ago
Wed, Jan 11, 23, 02:15, 1 Year ago
Tue, Aug 10, 21, 01:39, 3 Years ago
;