[hyena] [ListView] Fix H/L keyboard nav
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] [ListView] Fix H/L keyboard nav
- Date: Mon, 1 Nov 2010 03:08:20 +0000 (UTC)
commit 6ce92b49c422267b5f9e3fc5fc2a6f4ec75800e5
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sun Oct 31 22:07:04 2010 -0500
[ListView] Fix H/L keyboard nav
.../ListView/ListView_Interaction.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index 5e4688a..dee5241 100644
--- a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -206,6 +206,7 @@ namespace Hyena.Data.Gui
}
break;
case Gdk.Key.l:
+ case Gdk.Key.L:
case Gdk.Key.Right:
case Gdk.Key.KP_Right:
handled = true;
@@ -217,6 +218,7 @@ namespace Hyena.Data.Gui
}
break;
case Gdk.Key.h:
+ case Gdk.Key.H:
case Gdk.Key.Left:
case Gdk.Key.KP_Left:
handled = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]