]> git.decadent.org.uk Git - ion3.git/blobdiff - pwm/cfg_pwm.lua
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / pwm / cfg_pwm.lua
index 805daf010d3609fc3c78893c5c3014f7dcb028db..97026b238c74b8c9a75f6cace0ed7bc9ecb5ecb8 100644 (file)
@@ -50,16 +50,16 @@ dopath("mod_dock")
 --
 
 
--- Unbind anything using mod_query and rebinding to mod_menu where
+-- Unbind anything using mod_query and rebind to mod_menu where
 -- applicable.
 
 defbindings("WScreen", {
+    bdoc("Display the main menu."),
     kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"),
 })
 
 defbindings("WMPlex.toplevel", {
     kpress(ALTMETA.."F1", nil),
-    kpress(META..   "F1", "ioncore.exec_on(_, ':man pwm3')"),
     kpress(ALTMETA.."F3", nil),
     kpress(META..   "F3", nil),
     kpress(ALTMETA.."F4", nil),
@@ -67,11 +67,16 @@ defbindings("WMPlex.toplevel", {
     kpress(ALTMETA.."F6", nil),
     kpress(ALTMETA.."F9", nil),
     kpress(META.."G", nil),
-    kpress(META.."A", nil),
+    
+    bdoc("Show the PWM manual page."),
+    kpress(META..   "F1", "ioncore.exec_on(_, ':man pwm3')"),
+    
+    bdoc("Display context menu."),
+    kpress(META.."M", "mod_menu.menu(_, _sub, 'ctxmenu')"),
 })
 
-defbindings("WFrame", {
-    kpress(META.."M", "mod_menu.menu(_, _sub, 'ctxmenu')"),
+defbindings("WFrame.toplevel", {
+    kpress(META.."A", nil),
 })
 
 -- Make a new main menu with additional workspace menu.