sawfish r4430 - trunk



Author: chrisb
Date: Wed Mar  4 19:31:26 2009
New Revision: 4430
URL: http://svn.gnome.org/viewvc/sawfish?rev=4430&view=rev

Log:
2009-03-04  Christopher Bratusek <zanghar freenet de>
        * KEYBINDINGS: - added description of ISO_Left_Tab
                       - mention Alt Gr
                       - mention Buttons 4 and 5
                       - add how to add keybindings manually


Modified:
   trunk/ChangeLog
   trunk/KEYBINDINGS

Modified: trunk/KEYBINDINGS
==============================================================================
--- trunk/KEYBINDINGS	(original)
+++ trunk/KEYBINDINGS	Wed Mar  4 19:31:26 2009
@@ -11,6 +11,7 @@
 S = Shift
 A = Alt
 Super = Super
+Mod5 = Alt Gr (Right Alt Key)
 
 Left = Left Arrow Key
 Right = Right Arrow Key
@@ -24,11 +25,14 @@
 
 Tab = Tabulator Key
 
-ISO_Left_Tab = 
+ISO_Left_Tab = Same as Shift + TAB
+ISO_Level3_Shift = Same as Mod5
 
 Button1 = Left Mouse Button
 Button2 = Middle Mouse Button/Scroll Wheel (Button 1 and 3 together should emulate this)
 Button3 = Right Mouse Button
+Button4 = Scroll Wheel Up
+Button5 = Scroll Wheel Down
 
 Off = When Mouse Button Is Released
 Off1 = Same as Off
@@ -38,6 +42,14 @@
 Click2 = When Mouse Button Is Clicked Twice
 Move = When Button Is Clicked and Pointer Moved
 
+how to set keybindings manually:
+
+( bind-keys keymap "keybinding" 'action )
+
+for example:
+
+( bind-keys global-keymap "W-Tab" 'cycle-windows )
+
 global-keymap (Those bindings are active everywhere):
 
 W-Left -> Previous Workspace



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