aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-29 15:15:31 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-10-29 15:33:39 +0100
commit5f0c39134d29b16ce6e864d9ad1a88c959786466 (patch)
treee5e41b6ece8f89a465fc9112594a6799a167b901 /TODO
parent32743f1e117055de5388eddac65505eef4218aae (diff)
downloadsciteco-5f0c39134d29b16ce6e864d9ad1a88c959786466.tar.gz
PDCurses: filter out bogus double keypresses in combination with CTRL (refs #20)
* Has been observed on PDCursesMod/WinGUI when pressing CTRL+Shift+6 on an US layout. I would expect code 30 (^^) to be inserted, instead PDCurses reports two keypresses (6^^). The first one is now filtered out since this will not be fixed upstream. See also https://github.com/Bill-Gray/PDCursesMod/issues/323 * Since AltGr on German layouts is reported as CTRL+ALT, we must be careful not to filter those out as well. * This is active on all PDCurses variants - who knows which other platforms will behave similarily. * You still cannot insert code 0 via CTRL+@ since PDCurses doesn't report it, but ncurses does not allow that either. This _could_ be synthesized by evaluating the modifier flags, though.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions