Re: [PATCH] keybindings for xconfig,2.4.0-test1

From: Andrzej Krzysztofowicz (ankry@pg.gda.pl)
Date: Wed May 31 2000 - 01:11:33 EST


>
> This patch adds a few keybindings that I felt to be missing from
> xconfig.
>
> The PageDown, PageUp, Home, End, Down, and Up keys now work. I
> also added the following mnemonic keybindings: Alt-q for "Quit
> without Saving", Alt-s for "Save and Exit", Alt-n for Next,
> Alt-p for Prev, and Esc to leave a submenu. Suggestions welcome.

Why do you remove last xconfig changes (comments, large choice menu
splitting, help window scrolling, etc.) ?

Is there any specyfic reason for it or just your tree does not correspond
to current kernel sources ?

> diff -Naur linux-2.4.0-test1/scripts/header.tk linux/scripts/header.tk
> --- linux-2.4.0-test1/scripts/header.tk Sun May 21 20:18:08 2000
> +++ linux/scripts/header.tk Tue May 30 21:51:54 2000
[...]
> @@ -423,20 +416,11 @@
> pack $w.x$line -anchor w -fill both -expand on
> }
>
> -proc comment {w mnum line text } {
> - frame $w.x$line
> - button $w.x$line.l -text "" -width 15 -relief groove
> - $w.x$line.l configure -activefore [cget $w.x$line.l -fg] \
> - -activeback [cget $w.x$line.l -bg] -state disabled
> - button $w.x$line.m -text "$text" -relief groove -anchor w
> - $w.x$line.m configure -activefore [cget $w.x$line.m -fg] \
> - -activeback [cget $w.x$line.m -bg]
> - pack $w.x$line.l -side left -fill both
> - pack $w.x$line.m -anchor w -side right -fill both -expand on
> - pack $w.x$line -anchor w -fill both -expand on
> +proc comment {w line text } {
> +#nothing done for comments now.
> }

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:26 EST