[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] some Hurd console keyboard shortcut/layout changes
From: |
M. Gerards |
Subject: |
Re: [patch] some Hurd console keyboard shortcut/layout changes |
Date: |
Mon, 15 Nov 2004 13:37:18 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.1 |
Quoting Michael Banck <mbanck@gmx.net>:
> The fowolling two patches change the behaviour of pc-kbd slightly. The
> first patch makes left-shift+pgup/pgdown work like
> right-shift+pgup/pgdown, i.e. it scrolls the screen up or down by half a
> screenful. The second patch might be more controversial, it makes
> caps-lock behave like ctrl, as is already the case in the Mach console.
Perhaps it is better to use something like:
state.right_shift || state.left_shift in a single if statement.
The difference between left and right shift, ctrl and alt bothered me
as well. Perhaps it is even better to change this everywhere.
Marcus, can this patch be applied?
Thanks,
Marco