Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Aug 2005 09:13:02 -0700
From:      garys@opusnet.com (Gary W. Swearingen)
To:        "Aymeric MUNTZ" <aymeric.muntz@free.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: bind CTRL-ALT+DEL action
Message-ID:  <ttfytt4ovl.ytt@mail.opusnet.com>
In-Reply-To: <447jf53hq9.fsf@be-well.ilk.org> (Lowell Gilbert's message of "01 Aug 2005 09:32:46 -0400")
References:  <MAEBLPAGHGPMOKCBICBNCEJMCHAA.aymeric.muntz@free.fr> <447jf53hq9.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> writes:

> "Aymeric MUNTZ" <aymeric.muntz@free.fr> writes:
>
>> Is it possible to bind any action to combinated keys such as CTRL+ALT+DEL?
>
> Yes.
>
> In X, it's kind of tricky to apply modifiers to a particular
> combination, so I'm not sure how to do that particular one, 


The problem with X is that there are so many ways and places to do it
and higher-level programs can hide the lower-level settings.

X has a "xkb" system (see xkbcomp manpage and elsewhere) that lets you
mess with low level stuff, which can be handy to enable special buttons
on fancy keyboards.

Many X programs (eg, Xemacs) can be configured with custom keys and
key combinations.

The window manager fvwm2 seems fairly easy. This allows
ctrl-alt-delete to do something (defined in the config file)

      Key Delete A CM something
                 ^ ^^- Alt
                 | +-- Ctrl
                 +---- Any context



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ttfytt4ovl.ytt>