From 33148a8964ceed0c6ab5c56346d49245348bf5a4 Mon Sep 17 00:00:00 2001
From: Sam Anklesaria <sam@Tintin.local>
Date: Thu, 14 May 2009 12:38:43 -0500
Subject: [PATCH] tables shift-click hack for mac

---
 basis/ui/gadgets/tables/tables.factor | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/basis/ui/gadgets/tables/tables.factor b/basis/ui/gadgets/tables/tables.factor
index 68fdf43de8..a2e5f4b6a9 100644
--- a/basis/ui/gadgets/tables/tables.factor
+++ b/basis/ui/gadgets/tables/tables.factor
@@ -420,9 +420,10 @@ table "sundry" f {
     { mouse-enter show-mouse-help }
     { mouse-leave hide-mouse-help }
     { motion show-mouse-help }
-    { T{ button-down f { C+ } 1 } thru-button-down }
+    { T{ button-down f { S+ } 1 } thru-button-down }
     { T{ button-down f { A+ } 1 } continued-button-down }
     { T{ button-up } table-button-up }
+    { T{ button-up f { S+ } } table-button-up }
     { T{ button-down } table-button-down }
     { gain-focus focus-table }
     { lose-focus unfocus-table }