Re: ** to GIT source users ** Some incompatibility in "StyleTab"



Hi,

On Fri, 18 Feb 2011 01:45:50 +0100
wrote fuchur <flohtransporter gmail com>:

>Hi,
>
>On Fri, 18 Feb 2011 01:18:59 +0100
>wrote fuchur <flohtransporter gmail com>:
>
>>Add support for send-to/copy-to next/prev workspace for tabbed windows.
>>Changelog:
>>Add tab-group-windows-index to tabgroup.jl which returns a list of
>>tabbed windows (if any).
>>Don't add a window to tabgroup if window has a copy on a other
>>workspace (tabgroup.jl).
>>Add tab-group-windows-index to gaol-add in tabgroup.jl.
>>In workspace.jl makes "send-to-next-workspace" works with tabs. 
>
>Forgotten something to rename. Samll fix. Sorry.
>

Add Button3-Off to raise-lower-button-keymap defaults, and change the
keymap a bit. Only a idea ...

-- 
Regards,
Fuchur

GPG Fingerprint: CA3B 8204 5B3E 6D48 6D53  C116 E5BC 70D5 B8D7 B2B0
diff -urNad sawfish-git-9999.orgi/lisp/sawfish/wm/keymaps.jl sawfish-git-9999/lisp/sawfish/wm/keymaps.jl
--- sawfish-git-9999.orgi/lisp/sawfish/wm/keymaps.jl	2011-02-18 19:10:07.000000000 +0100
+++ sawfish-git-9999/lisp/sawfish/wm/keymaps.jl	2011-02-18 20:58:51.000000000 +0100
@@ -214,10 +214,11 @@
     :type keymap)
 
   (defcustom raise-lower-button-keymap (bind-keys (make-keymap)
-						  "Button1-Off" 'raise-window
-						  "Button2-Off" 'lower-window
-						  "Button4-Off" 'raise-window-depth
-						  "Button5-Off" 'lower-window-depth)
+						  "Button1-Off" 'raise-window-depth
+						  "Button2-Off" 'raise-window
+						  "Button3-Off" 'lower-window-depth
+						  "Button4-Off" 'raise-window
+						  "Button5-Off" 'lower-window)
     "Keymap of \"raise/lower\" button. Mouse-bindings only."
     :group bindings
     :type keymap)

Attachment: signature.asc
Description: PGP signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]