[swell-foop] Enter key working to clear connected tiles.



commit f699f08e7fa4884b995ee170dd4669cae1ba02ad
Author: amishas157 <amishas157 gmail com>
Date:   Wed Sep 10 14:32:33 2014 +0530

    Enter key working to clear connected tiles.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728008

 src/swell-foop.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/swell-foop.vala b/src/swell-foop.vala
index 94a2e62..e77f4e6 100644
--- a/src/swell-foop.vala
+++ b/src/swell-foop.vala
@@ -172,6 +172,7 @@ public class SwellFoop : Gtk.Application
                 view.cursor_move (1, 0);
                 break;
             case Gdk.Key.space:
+            case Gdk.Key.Return:
                 view.cursor_click ();
                 return true; //handle this one to avoid activating the toolbar button
             default:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]