if you're going to support shift-del, you should also support shift-ins and ctrl-ins
parent
6e516789d5
commit
83d6f7fc6f
|
@ -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 ] }
|
||||
|
|
Loading…
Reference in New Issue