f-spot r4326 - in trunk: . src
- From: lmilesi svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4326 - in trunk: . src
- Date: Fri, 12 Sep 2008 06:13:26 +0000 (UTC)
Author: lmilesi
Date: Fri Sep 12 06:13:26 2008
New Revision: 4326
URL: http://svn.gnome.org/viewvc/f-spot?rev=4326&view=rev
Log:
2008-09-12 Lorenzo Milesi <maxxer yetopen it>
* src/FullScreenView.cs: map keybindings for rotating. fix bgo#338498.
Modified:
trunk/ChangeLog
trunk/src/FullScreenView.cs
Modified: trunk/src/FullScreenView.cs
==============================================================================
--- trunk/src/FullScreenView.cs (original)
+++ trunk/src/FullScreenView.cs Fri Sep 12 06:13:26 2008
@@ -331,6 +331,12 @@
case Gdk.Key.I:
InfoAction (info_button, null);
break;
+ case Gdk.Key.bracketleft:
+ new RotateLeftAction (view.Item).Activate ();
+ break;
+ case Gdk.Key.bracketright:
+ new RotateRightAction (view.Item).Activate ();
+ break;
}
if (key == null) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]