Example "freewheeling" app that can be modified without restarting; useful starting point for further forks
on.text_input = function(t)
	-- Handle regular printable keys here.
	-- 'A' will show up as expected.
end