Linux console tools development discussion
 help / color / mirror / Atom feed
From: Ken Moffat <zarniwhoop@ntlworld.com>
To: Linux console tools development discussion <kbd@lists.altlinux.org>
Subject: Re: [kbd] ctrl arrow keys not working in linux virtual consoles
Date: Thu, 10 Nov 2016 20:32:35 +0000
Message-ID: <20161110203235.GA30093@milliways.localdomain> (raw)
In-Reply-To: <20161110191316.GA31120@xps.localdomain>

On Thu, Nov 10, 2016 at 08:13:16PM +0100, Benoît wrote:
> Hi,
> 
> Trying my luck here as I don't find a solution after mutiple tries.
> I posted my issue in archlinux forum for reference :
> 
> https://bbs.archlinux.org/viewtopic.php?id=219078
> 
> To summarize, I am unable to make a ctrl arrow combination recognized and
> work under virtual consoles (working in X).
> 
> Pushing ctrl + arrow is giving the same hex as pushing only arrow key.
> I am thinking about remapping keys and use a customizable .map for my
> virtual console but I don't see how to get the right code to put into my
> .map
> 
> I am under an azerty keyboard.
> I would very appreciate if you have any idea :)
> 
> Many thanks
> 

If by 'arrow' you mean 'up arrow', on my keyboard that is keycode
103.  Use 'showkey' to confirm the code in your setup.

Then add a line to your map, something like

	control	keycode   103 = acircumflex

and when that gives you an â you will know it works.  Then change it
to whichever key or glyph you wish.

For some reason, the control keycode values in the map from which I
started my own changes are all inset like that after the
corresponding entry - I assume you can just add the control entry
after any included files have been mentioned (in the uk map I used,
the up arrow is only mentioned in one of the included files).

But, if you are starting from fr-latin1 or fr-latin9 there are
already entries for 'plain' keycode 103 and for some neighbouring
codes which show how shift, alt can be given on separate lines (or
commented with '#').

But I can't help with decoding the escape sequences you showed in
that Arch posting.

HTH

ĸen
-- 
`I shall take my mountains', said Lu-Tze. `The climate will be good
for them.'     -- Small Gods


      reply	other threads:[~2016-11-10 20:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10 19:13 Benoît
2016-11-10 20:32 ` Ken Moffat [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161110203235.GA30093@milliways.localdomain \
    --to=zarniwhoop@ntlworld.com \
    --cc=kbd@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Linux console tools development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
		kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
	public-inbox-index kbd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kbd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git