if you're going to support shift-del, you should also support shift-ins and ctrl-ins

db4
Joe Groff 2010-02-20 09:45:42 -08:00
parent 6e516789d5
commit 83d6f7fc6f
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ action-gestures [
] H{ } assoc-map-as
H{
{ T{ key-down f { S+ } "DELETE" } [ \ cut-action send-action ] }
{ T{ key-down f { S+ } "INSERT" } [ \ paste-action send-action ] }
{ T{ key-down f { C+ } "INSERT" } [ \ copy-action send-action ] }
{ T{ button-down f { C+ } 1 } [ drop T{ button-down f f 3 } button-gesture ] }
{ T{ button-down f { A+ } 1 } [ drop T{ button-down f f 2 } button-gesture ] }
{ T{ button-down f { M+ } 1 } [ drop T{ button-down f f 2 } button-gesture ] }