UNSOLVED BaseEventTool 'delete' method is not executed when I hit delete on keyboard
-
I was wondering how should I use this method because when I hit delete on keybaord, it's not executed.
Thanks
-
Also the same happens in the
cut
method. It seems BaseEventTool is not overriding the keys meant for this methods because I get them in thekeyDown
, but forpaste
I don't see the event inkeyDown
, so it's working there.