rpms/lxde-common/devel lxde-common-0.4-olpc-keyboard-shortcuts.patch, NONE, 1.1 lxde-common.spec, 1.10, 1.11

Christoph Wickert cwickert at fedoraproject.org
Sat Jun 13 21:16:05 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxde-common/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9702

Modified Files:
	lxde-common.spec 
Added Files:
	lxde-common-0.4-olpc-keyboard-shortcuts.patch 
Log Message:
* Sat Jun 13 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
- Add XO keyboard shortcuts


lxde-common-0.4-olpc-keyboard-shortcuts.patch:

--- NEW FILE lxde-common-0.4-olpc-keyboard-shortcuts.patch ---
--- lxde-common-0.4.orig/openbox/rc.xml.in	2008-04-26 04:32:26.000000000 +0200
+++ lxde-common-0.4/openbox/rc.xml.in	2009-06-13 22:57:54.000000000 +0200
@@ -288,6 +288,53 @@
       </action>
   </keybind>
 
+  <!--keybindings for OLPC -->
+  <keybind key="C-F9">
+      <action name="Execute">
+        <command>olpc-brightness down</command>
+      </action>
+  </keybind>
+
+  <keybind key="C-F10">
+      <action name="Execute">
+          <command>olpc-brightness up</command>
+      </action>
+  </keybind>
+
+  <keybind key="C-F11">
+      <action name="Execute">
+          <command>amixer set Master 3dB- -q</command>
+      </action>
+  </keybind>
+
+  <keybind key="C-F12">
+      <action name="Execute">
+          <command>amixer set Master 3dB+ -q</command>
+      </action>
+  </keybind>
+
+  <keybind key="XF86Search">
+    <action name="Execute">
+      <startupnotify>
+        <enabled>true</enabled>
+        <name>PCManFM</name>
+      </startupnotify>
+      <command>pcmanfm -f</command>
+    </action>
+  </keybind>
+
+  <keybind key="XF86Messenger">
+      <action name="ShowMenu">
+          <command>client-list-combined-menu</command>
+      </action>
+  </keybind>
+
+  <keybind key="XF86TaskPane">
+      <action name="Execute">
+          <command>lxpanelctl menu</command>
+      </action>
+  </keybind>
+
 </keyboard>
 
 


Index: lxde-common.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lxde-common/devel/lxde-common.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- lxde-common.spec	13 Jun 2009 18:01:52 -0000	1.10
+++ lxde-common.spec	13 Jun 2009 21:15:35 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           lxde-common
 Version:        0.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Default configuration files for LXDE
 
 Group:          User Interface/Desktops
@@ -13,10 +13,11 @@ Source1:        lxde-lock-screen.desktop
 # fix lxde-logout.desktop
 Patch6:         %{name}-0.4-lxde-logout.desktop.patch
 # Distro specific patches
-Patch10:         %{name}-0.3.2.1-pcmanfm-config.patch
-Patch11:         %{name}-0.4-lxpanel-config.patch
-Patch12:         %{name}-0.4-openbox-menu.patch
-Patch13:         %{name}-0.3.2.1-logout-banner.patch
+Patch10:        %{name}-0.3.2.1-pcmanfm-config.patch
+Patch11:        %{name}-0.4-lxpanel-config.patch
+Patch12:        %{name}-0.4-openbox-menu.patch
+Patch13:        %{name}-0.3.2.1-logout-banner.patch
+Patch14:        %{name}-0.4-olpc-keyboard-shortcuts.patch
 # Pulseaudio
 Patch4:         %{name}-0.4-pulseaudio.patch
 # Because of new gdm
@@ -54,6 +55,7 @@ Desktop Environment.
 %patch11 -p1 -b .orig
 %patch12 -p1 -b .orig
 %patch13 -p1 -b .logout-banner
+%patch14 -p1 -b .olpc
 %patch4 -p1 -b .pulseaudio
 %patch6 -p1 -b .desktop
 %if 0%{?fedora} > 8
@@ -101,7 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon May 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
+* Sat Jun 13 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
+- Add XO keyboard shortcuts
+
+* Sat Jun 13 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
 - Include logout and screenlock buttons (#503919)
 
 * Mon May 18 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1




More information about the fedora-extras-commits mailing list