Commit Graph

3 Commits

Author SHA1 Message Date
Robert Ewald
7785940304 Add testcases for TermKeyListener.
This change attempts full code coverage. However the Fn key
functionality cannot be reached by my emulator version. All the tests
with Function key fail.
2012-10-07 10:12:21 -07:00
Jack Palevich
8ca143a5d8 Revert "robewald alt-sends-esc"
This reverts commit fd719e10d6, reversing
changes made to 113d77e5fa.

This change was reverted because it caused a regression in the way soft
keyboard modifier keys worked. (e.g. using the volume keys as control
keys.) I think the regression happened because the change introduced
multiple copies of TermKeyListener. There should be only one instance
of TermKeyListener for each terminal window.

I would still like the feature (of having Alt send Esc), but without the
regression to the soft keyboard.
2012-09-27 18:49:27 -07:00
Jack Palevich
6e254862d7 Reorganize tests. 2012-09-22 14:44:47 -07:00