[5663] in testers
Re: Issues with athena 9.2
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Jul 24 15:12:36 2003
From: Greg Hudson <ghudson@MIT.EDU>
To: vchudnovsky@alum.MIT.EDU
Cc: testers@mit.edu
In-Reply-To: <1059069865.16031.34.camel@chudnovsky.homelinux.net>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Message-Id: <1059073947.1470.155.camel@error-messages.mit.edu>
Mime-Version: 1.0
Date: 24 Jul 2003 15:12:31 -0400
Thanks for the clear description of what's going on, and the
.sawfish/custom file.
On Thu, 2003-07-24 at 14:04, Victor Chudnovsky wrote:
> (BTW, the file browser used by Evolution does not display dot files
> and dot directories...)
That's probably intentional, though I can see how it would be annoying
when you really want to use one. I assume it's just the standard GNOME
file browser; I know they have plans to make a better one of those in a
future release of GNOME.
> (custom-set-keymap (quote global-keymap) (quote (keymap (popup-window-menu . "W-SPC") (move-viewport-right . "C-Right") (move-viewport-left . "C-Left") (move-viewport-up . "C-Up") (move-viewport-down . "C-Down") (cycle-windows-backwards . "W-ESC") (previous-workspace . "M-Left") (next-workspace . "M-Right") (cycle-windows . "W-TAB"))))
> (custom-set-keymap (quote root-window-keymap) (quote (keymap (popup-root-menu . "Button2-Click") (move-viewport-right . "C-Right") (move-viewport-left . "C-Left") (move-viewport-up . "C-Up") (move-viewport-down . "C-Down") (move-workspace-forwards . "M-Right") (move-workspace-backwards . "M-Left"))))
So, in the global keymap (which applies to the workspace switcher and
any other window), you have Alt-Left and Alt-Right bound to
previous-workspace and next-workspace. But in the root window keymap,
you have them bound to move-workspace-backwards and
move-workspace-forwards, which do the funky thing you don't expect.
Remove those bindings from the root window keymap and you should be
fine.