You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fairly good idea of how to implement this. I'll note that the PORT_TOGGLE keyboard I tried first turned out to be one that shouldn't have had it in the first place (5878dd6).
New LUA engine broke all my regression tests -- emu.wait() is missing and emu.keypost(utf8.char()) doesn't post the expected chars. I'll try to backport this fix first.
Activity
ajrhacker commentedon Dec 1, 2016
I have a fairly good idea of how to implement this. I'll note that the PORT_TOGGLE keyboard I tried first turned out to be one that shouldn't have had it in the first place (5878dd6).
ajrhacker commentedon Jan 1, 2017
@shattered: Can you confirm that 9558460 fixes this?
shattered commentedon Jan 5, 2017
New LUA engine broke all my regression tests -- emu.wait() is missing and emu.keypost(utf8.char()) doesn't post the expected chars. I'll try to backport this fix first.
shattered commentedon Jan 15, 2017
good news:
emu.keypost(utf8.char(0x10006a))
keeps the cursor on setup line. but next keypost() doesn't move it back.emu.wait() issue is #1977