Re: scite newbie question
2008-02-01 10:35:46 GMT
A small Lua script could do the job: function insert_date_string() editor:ReplaceSel(os.date()) end Just bind this to F7 using the procedure explained here: http://lua-users.org/wiki/UsingLuaWithScite steve d. On Jan 31, 8:54 pm, "acat... <at> gmail.com" <acat... <at> gmail.com> wrote: > Hi, > > I am very new to scite, but really like it so far. I have a keyboard > customization question. > I'd like to have scite insert the current date and time into a > document by pressing the F7 > key. Would someone mind telling me the best way to do this? > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scite-interest" group. To post to this group, send email to scite-interest <at> googlegroups.com To unsubscribe from this group, send email to scite-interest-unsubscribe <at> googlegroups.com For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en -~----------~----~----~----~------~----~------~--~---(Continue reading)
RSS Feed