How to to type bottom to up and right to left in a field

hh hh at hyperhh.de
Thu Sep 21 06:00:51 EDT 2017


Because "textChanged" was also mentioned in a recent thread.
This is a handler full of features:

*** How to to type bottom to up and right to left in a field ***

Simply script the field as follows and start typing.

on textChanged
  replace space with space in me -- or whatever
end textChanged

Doesn't work, of course, with pasted text or insertions by script.




More information about the use-livecode mailing list