[hyena] [ListView] Fix h/l left/right grid keybindings
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] [ListView] Fix h/l left/right grid keybindings
- Date: Thu, 28 Oct 2010 02:40:16 +0000 (UTC)
commit 6115ff1eb54368923d3f37cbc124897ecf617d4c
Author: Gabriel Burt <gabriel burt gmail com>
Date: Wed Oct 27 21:39:49 2010 -0500
[ListView] Fix h/l left/right grid keybindings
.../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 f1d1841..5e4688a 100644
--- a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -205,6 +205,7 @@ namespace Hyena.Data.Gui
HeaderFocused = false;
}
break;
+ case Gdk.Key.l:
case Gdk.Key.Right:
case Gdk.Key.KP_Right:
handled = true;
@@ -215,6 +216,7 @@ namespace Hyena.Data.Gui
InvalidateHeader ();
}
break;
+ 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]