Hi!


This
if (key_p) & (freeze_mode == 0)
should be

if ((key_p) && (freeze_mode == 0))


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C