sawfish r4396 - trunk



Author: chrisb
Date: Wed Feb  4 23:02:18 2009
New Revision: 4396
URL: http://svn.gnome.org/viewvc/sawfish?rev=4396&view=rev

Log:
 * KEYBINDINGS: complete list of default keybindings
 
 * OPTIONS: added new options coming from tabs
         
 * sawfish.spec.in: add KEYBINDINGS to %doc
                 
 * sawfish.ebuild.in: add KEYBINDINGS README.IMPORTANT to %doc
                         
 * README.IMPORTANT: changed syntax


Added:
   trunk/KEYBINDINGS
Modified:
   trunk/ChangeLog
   trunk/OPTIONS
   trunk/README.IMPORTANT
   trunk/sawfish.ebuild.in
   trunk/sawfish.spec.in

Added: trunk/KEYBINDINGS
==============================================================================
--- (empty file)
+++ trunk/KEYBINDINGS	Wed Feb  4 23:02:18 2009
@@ -0,0 +1,96 @@
+This is the complete list of default sawfish keybindings.
+
+Toggle = Switch Status (Maximized -> Unmaximized ...)
+
+W = Alt
+H = Hyper
+M = Meta
+C = Control
+S = Shift
+
+Left = Left Arrow Key
+Right = Right Arrow Key
+Up = Up Arrow Key
+Down = Down Arrow Key
+
+KP_Left = Keypad Left Arrow Key
+KP_Right = Keypad Right Arrow Key
+KP_Up = Keypad Up Arrow Key
+KP_Down = Keypad Down Arrow Key
+
+Tab = Tabulator Key
+
+ISO_Left_Tab = Left Tabulator Key (same as Tab)
+ISO_Right_Tab = Right Tabulator Key (if existent)
+
+Button1 = Left Mouse Button
+Button2 = Middle Mouse Button/Scroll Wheel (Button 1 and 3 together should emulate this)
+Button3 = Right Mouse Button
+
+Off = When Mouse Button Is Released
+Off1 = Same as Off
+Off2 = When Mouse Button Is Released Twice
+Click = When Mouse Button Is Clicked
+Click1 = Same as Click
+Click2 = When Mouse Button Is Clicked Twice
+Move = When Button Is Clicked and Pointer Moved
+
+global-keymap (Those bindings take place everywhere):
+
+W-Left -> Previous Workspace
+W-Right -> Next Workspace
+W-Tab -> Cycle Windows
+W-ISO_Left_Tab -> tab-raise-left-window
+H-ISO_Left_Tab -> tab-raise-right-window
+
+window-keymap (Those bindings take place when the pointer is inside a window, but not on the titlebar)
+
+W-Up -> Raise Window
+W-Down -> Lower Window
+W-Button3-Click1 -> Raise Or Lower Window
+W-Button1-Move -> Move Window Interactively
+Button1-Click1 -> Raise And Pass Trough Click (Raise And Focus) Window
+
+root-window-keymap (Those bindings take place on the root window ("The desktop background"))
+
+Button2-Click1 -> Popup Sawfish Menu
+
+title-keymap (Those bindings take place when the pointer is on the titlebar)
+
+Button3-Off -> Raise Or Lower Window
+Button2-Move -> Resize Window Interactively
+Button1-Off2 -> Toggle Window Shaded
+Button1-Move -> Move Window Interactively
+Button2-Off -> Add Window To Tab Group
+
+border-keymap (Those bindings take place when the pointer is on the border)
+
+Button3-Off -> Raise Or Lower Window
+Button1-Move -> Resize Window Interactively
+Button2-Move -> Move Window Interactively
+
+close-button-keymap (Those bindings take place when the pointer is on the close button)
+
+Button3-Click1 -> Popup Window Menu
+S-Button1-Off -> Delete Group
+Button1-Off -> Delete Window
+
+iconify-button-keymap (Those bindings take place when the pointer is on the iconify button)
+
+Button3-Click1 -> Popup Window Menu
+Button1-Off -> Iconify Window
+
+maximize-button-keymap (Those bindings take place when the pointer is on the maximize button)
+
+Button3-Off -> Toggle Horizontal Maximization
+Button2-Off -> Toggle Vertical Maximization
+Button1-Off -> Toggle Maximization
+
+menu-button-keymap (Those bindings take place when the pointer is on the menu button)
+
+Button3-Off -> Delete Window
+Button1-Click1 -> Popup Window Menu
+
+shade-button-keymap (Those bindings take place when the pointer is on the shade button)
+
+Button1-Off -> Toggle Window Shaded

Modified: trunk/OPTIONS
==============================================================================
--- trunk/OPTIONS	(original)
+++ trunk/OPTIONS	Wed Feb  4 23:02:18 2009
@@ -578,3 +578,18 @@
 ;;window is displayed. See the `display-message' function for more
 ;;details.")
 
+
+;; tab options
+
+;; (define-special-variable tab-left-dec-width 11
+;;   "Width of tab's left-edge decoration")
+
+;; (define-special-variable tab-right-dec-width 11
+;;   "Width of tab's right-edge decoration")
+
+;; (define-special-variable tab-left-margin 16 
+;;   "Width of tab area's left-edge decoration")
+
+
+;; (define-special-variable tab-right-margin 16
+;;   "Width of tab area's right-edge decoration"

Modified: trunk/README.IMPORTANT
==============================================================================
--- trunk/README.IMPORTANT	(original)
+++ trunk/README.IMPORTANT	Wed Feb  4 23:02:18 2009
@@ -2,26 +2,44 @@
 
 **********
 
+ISSUE :
+
 sawmill-defaults is now sawfish-defaults
 
-This means if you got:
+SOLUTION :
+
+Change (if existent), in your sawfishrc ->
 
->> (require 'sawmill-defaults) 
+:> (require 'sawmill-defaults) 
 
-in your sawfishrc, replace it by:
+to ->
 
->> (require 'sawfish-defaults)
+:> (require 'sawfish-defaults)
 
 **********
 
-~/.sawmillrc is no longer a valid configuration file, if you 
-still use it, rename it to either ~/.sawfishrc or ~/sawfish/rc
+ISSUE :
+
+~/.sawmillrc is no longer a valid configuration file,
+
+SOLUTION :
+
+Rename (if existent) ->
+
+:> $HOME/.sawmillrc $HOME/.sawfishrc
+
+and restart sawfish
 
 **********
 
-by default only X11R7 (X.Org 7.0 or newer) is detected, if you
-use X11R6 (X.Org 6.8x/6.9x or XFree86), add the following flag:
+ISSUE :
+
+Building using XFree86
+
+SOLUTION :
+
+Add the following flag to configure ->
 
->> --without-xorg-x11r7
+:> --without-xorg-x11r7
 
 **********

Modified: trunk/sawfish.ebuild.in
==============================================================================
--- trunk/sawfish.ebuild.in	(original)
+++ trunk/sawfish.ebuild.in	Wed Feb  4 23:02:18 2009
@@ -72,5 +72,5 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO OPTIONS
+	dodoc AUTHORS BUGS ChangeLog FAQ NEWS README THANKS TODO OPTIONS README.IMPORTANT KEYBINDINGS
 }

Modified: trunk/sawfish.spec.in
==============================================================================
--- trunk/sawfish.spec.in	(original)
+++ trunk/sawfish.spec.in	Wed Feb  4 23:02:18 2009
@@ -65,7 +65,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc README NEWS FAQ THANKS BUGS TODO OPTIONS README.IMPORTANT
+%doc README NEWS FAQ THANKS BUGS TODO OPTIONS README.IMPORTANT KEYBINDINGS
 %{_bindir}/*
 %dir %{_datadir}/sawfish
 %{_datadir}/sawfish/%{version}



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