Whipped up a quick script for the buttons
on click do f:currfont[] f[char.value-32]:f[char.value-32].translate[(1,0) 1] view[] end
Just change the (1,0) out for (-1,0) and (0,1) and (0,-1) for the other directions.
edit: looks like ahm beat me to it haha!