tables shift-click hack for mac

db4
Sam Anklesaria 2009-05-14 12:38:43 -05:00
parent 44ddc7238b
commit 33148a8964
1 changed files with 2 additions and 1 deletions

View 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 }