]> gitweb.factorcode.org Git - factor.git/commitdiff
tables shift-click hack for mac
authorSam Anklesaria <sam@Tintin.local>
Thu, 14 May 2009 17:38:43 +0000 (12:38 -0500)
committerSam Anklesaria <sam@Tintin.local>
Thu, 14 May 2009 17:38:43 +0000 (12:38 -0500)
basis/ui/gadgets/tables/tables.factor

index 68fdf43de8e5a53999c2db1c4c1876779a25273d..a2e5f4b6a9810d5de5e76b3f2ba1d6838d6e1cf5 100644 (file)
@@ -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 }