This is the version in the Maemo repositories. Sorry for not updating sooner.
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / .xbindkeysrc
index 2addc5c..35a4fbc 100644 (file)
@@ -3,10 +3,6 @@
 # xbindkeys configuration #
 ###########################
 #
-# Version: 1.8.2
-#
-# If you edit this file, do not forget to uncomment any lines
-# that you change.
 # The pound(#) symbol may be used anywhere for comments.
 #
 # To specify a key, you can use 'xbindkeys --key' or
@@ -21,7 +17,7 @@
 # /usr/include/X11/keysymdef.h
 # The XK_ is not needed.
 #
-# List of modifier:
+# List of modifiers:
 #   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
 #   Mod3 (CapsLock), Mod4, Mod5 (Blue Fn).
 #
@@ -29,7 +25,7 @@
 # The release modifier is not a standard X modifier, but you can
 # use it if you want to catch release events instead of press events
 
-# By defaults, xbindkeys does not pay attention with the modifiers
+# By default, xbindkeys does not pay attention to the modifiers
 # NumLock, CapsLock and ScrollLock.
 # Uncomment the lines above if you want to pay attention to them.
 
 #keystate_capslock = enable
 #keystate_scrolllock= enable
 
+###############################################################
+# NEW as of Sept 2010:
+# Make keyboard active in current window with Fn+Return
+# (you need the /home/user/.kbdactive script, of course!)
+###############################################################
+
+  "/home/user/.kbdactive"
+    m:0x80 + c:36
+    Mod5 + KP_Enter
+
+###############################################################
+
   "wmctrl -r :ACTIVE: -b toggle,fullscreen"
     m:0x4 + c:111
     Control + Up