Open orlof opened 8 years ago
Can you confirm what is expected to be in the buffer after a Ctrl + Key?
Two choices (up to you to choose):
Other emulators used to choose one of these options.
(edit) Anyway, keys should be added to buffer at key down -event.
@andyleap @alfie275 What's our decision here?
@andyleap Re-ping after changes to keyboard. Status?
Spec completed, still need to implement
...same kind of problems with all other CTRL combinations.
I think some of the "old" emulators returned just 'x' with hwi (A=1) and then you had to query with hwi (A=2) whether CTRL was also down.
NOTE: SHIFT works similarly, but of course SHIFT+a will return 'A' instead of 'a'.
There were also other implementations e.g. CTRL and SHIFT were also returned as separate keys with hwi (A=1).