diff --git a/normal.kpd b/normal.kpd index 840a797..1250a5d 100755 --- a/normal.kpd +++ b/normal.kpd @@ -1,3 +1,3 @@ -::Normal:: # You got the line is parsed by splitting by the :: -$text->insert('end', "Hi"); # $text, if you look at KAKE PADs code it the text widget - +::MyPlugin::auto +print "Running MyPlugin!\n"; +$textbuffer->insert_at_cursor("Plugin ran!"); \ No newline at end of file