Forums » Suggestions

holding down t or g for longer than 5 keystrokes at the start of the message clears the chat box and shifts focus away from chat entry

«12
Jul 03, 2010 maq link
could also do something like:
local pda_chat_action_old=PDAChat[2][2].action
PDAChat[2][2].action=function(self, c, t)
if t:match('^'..t:sub(1,1)..'+'):len()>3 then
self.value=''
end
pda_chat_action_old(self,c,t)
end
Which'd do more or less what topic says. (Tho that'd actually be more useful for the chat in space not the pda one.