[sawfish] * KEYBINDINGS: Added desckription of several keys



commit bbd4a923e331f4316fb69d3ccc37da7769c5718b
Author: chrisb <zanghar freenet de>
Date:   Sun Aug 9 11:12:23 2009 +0200

    * KEYBINDINGS: Added desckription of several keys

 ChangeLog   |    2 ++
 KEYBINDINGS |   43 ++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 40 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 557525f..a5a8641 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 	* lisp/sawfish/wm/ext/match-window.jl: move rename-window here, as it requires prompt but this either does not 
 	                                       load properly in windows.jl or breaks sawfish-ui if require'ed instead of open'ed
 
+	* KEYBINDINGS: Added desckription of several keys
+
 2009-08-05  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/windows.jl: make rename-window work again
 
diff --git a/KEYBINDINGS b/KEYBINDINGS
index 7758b84..9b405ed 100644
--- a/KEYBINDINGS
+++ b/KEYBINDINGS
@@ -11,23 +11,56 @@ C = Control
 S = Shift
 A = Alt
 Super = Super
-Mod5 = Alt Gr (Right Alt Key)
+
+Mod(5...) = Additional Modifiers, eg: Alt Gr or Compose
+
+ESC = Escape
+
+F(1...12) = F(1...12)
+
+dead_circumflex = ^
+degree = °
 
 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
+KP_Left = Keypad Left Arrow Key (4)
+KP_Right = Keypad Right Arrow Key (6)
+KP_Up = Keypad Up Arrow Key (8)
+KP_Down = Keypad Down Arrow Key (2)
+KP_Begin = Keypad Middle (5)
+KP_Enter = Keypad Enter
+KP_Divide = Keypad /
+KP_Multiply = Keypad *
+KP_Substract = Keypad -
+KP_Add = Keypad +
+KP_Insert = Keypad Insert (0)
+KP_Delete = Keypad Delete (,)
+KP_End = Keypad End (1)
+KP_Next = Keypad Page Down (3)
+KP_Prior = Keypad Page Up (9)
+KP_Home = Keypad Pos1 (7)
+
+BS = Backspace
+DEL = Delete
+Next = Page Down
+Prior = Page Up
+End = End
+Pause = Pause
+Insert = Insert
+Print = Print
+Home = Pos1
 
 Tab = Tabulator Key
 
 ISO_Left_Tab = Same as Shift + TAB
 ISO_Level3_Shift = Same as Mod5
 
+Scroll_Lock = Scroll
+Num_Lock = Num
+
 XF86AudioPlay = Play/Pause Key
 XF86AudioMute = Mute Key
 XF86AudioStop = Stop Key



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