diff options
author | fredb <fredb@pkgsrc.org> | 2001-10-09 18:12:05 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-10-09 18:12:05 +0000 |
commit | a2e322f4434dc0d3ea95ee154a806cabc52fd6f5 (patch) | |
tree | 41b7033211d1c1d652d8ec851b356c798481d00f /wm/wmx/patches | |
parent | f89323611d6fe02f2788650479597601a02c1785 (diff) | |
download | pkgsrc-a2e322f4434dc0d3ea95ee154a806cabc52fd6f5.tar.gz |
Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L",
not "Meta_L". This restores the wmx 5.0 behavior.
Diffstat (limited to 'wm/wmx/patches')
-rw-r--r-- | wm/wmx/patches/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/wm/wmx/patches/patch-aa b/wm/wmx/patches/patch-aa index c60ab11c999..cb01275932f 100644 --- a/wm/wmx/patches/patch-aa +++ b/wm/wmx/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2001/07/27 20:40:00 jlam Exp $ +$NetBSD: patch-aa,v 1.3 2001/10/09 18:12:06 fredb Exp $ ---- Config.h.orig Wed May 24 11:48:59 2000 +--- Config.h.orig Wed May 24 10:48:59 2000 +++ Config.h @@ -75,8 +75,8 @@ @@ -22,6 +22,15 @@ $NetBSD: patch-aa,v 1.2 2001/07/27 20:40:00 jlam Exp $ // append screennumber to COMMAND_MENU directory; // use non screen style as fallback #define CONFIG_ADD_SCREEN_TO_COMMAND_MENU False +@@ -179,7 +179,7 @@ + // flip channels, and Alt/Tab to switch windows. (On my 105-key + // PC keyboard, Meta_L corresponds to the left Windows key.) + +-#define CONFIG_ALT_KEY XK_Meta_L ++#define CONFIG_ALT_KEY XK_Alt_L + + // And these define the rest of the keyboard controls, when the above + // modifier is pressed; they're keysyms as defined in <X11/keysym.h> @@ -373,7 +373,9 @@ // that you are not currently on, some strange things happen. // (Patch due to Henri Naccache <henri@asu.edu>) |