[tomboy] Add ctrl+_ as another decreast font accelerator.
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Subject: [tomboy] Add ctrl+_ as another decreast font accelerator.
- Date: Sat, 25 Jul 2009 00:57:18 +0000 (UTC)
commit 9b079b126c1394f75dcb057f266712df6a3f2827
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Fri Jul 24 17:55:08 2009 -0700
Add ctrl+_ as another decreast font accelerator.
Tomboy/NoteWindow.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/Tomboy/NoteWindow.cs b/Tomboy/NoteWindow.cs
index 09e7be3..890f07e 100644
--- a/Tomboy/NoteWindow.cs
+++ b/Tomboy/NoteWindow.cs
@@ -1378,6 +1378,11 @@ namespace Tomboy
(uint) Gdk.Key.KP_Subtract,
Gdk.ModifierType.ControlMask,
Gtk.AccelFlags.Visible);
+ decrease_font.AddAccelerator ("activate",
+ accel_group,
+ (uint) Gdk.Key.underscore,
+ Gdk.ModifierType.ControlMask,
+ Gtk.AccelFlags.Visible);
decrease_font.Activated += DecreaseFontClicked;
Gtk.SeparatorMenuItem spacer2 = new Gtk.SeparatorMenuItem ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]