summaryrefslogtreecommitdiff
path: root/test/handle_keys.cxx
AgeCommit message (Collapse)Author
2024-03-18Fix VS compiler warning, write "copied" message to ttyAlbrecht Schlosser
... rather than popping up a message window.
2024-03-12Improve keyboard event test program: add copy buttonAlbrecht Schlosser
... to copy selected or the full text to the clipboard.
2024-03-12Fix several compiler warningsAlbrecht Schlosser
Three unrelated but only minor warnings.
2024-03-11Improve handling of events in test/handle_keys.cxxAlbrecht Schlosser
(1) Ensure that the terminal widgets doesn't use keyboard events. Advantage: keyboard navigation and selection doesn't interfere with the display. Drawback: Contents of the terminal can no longer be copied. This will be addressed in a later update. (2) Thanks to Manolo for his addition of the "GUI scaling" button. Although GUI scaling can be useful, it can also be annoying while testing shortcuts. (3) Changed all light buttons to check buttons.
2024-03-09Add another keyboard event test program test/handle_keys.cxxAlbrecht Schlosser
This program logs all keyboard events to a built-in Fl_Terminal widget. WIP: version 0.80