From df4f8b8a450a680beb67be9b1718e57f37c871b3 Mon Sep 17 00:00:00 2001 From: eg3p Date: Mon, 7 Apr 2003 19:41:48 +0000 Subject: [PATCH] processRomanChar now sets aside formatting like TAB, ENTER, etc. --- source/org/thdl/tib/input/DuffPane.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/org/thdl/tib/input/DuffPane.java b/source/org/thdl/tib/input/DuffPane.java index 80fe68e..647fe9a 100644 --- a/source/org/thdl/tib/input/DuffPane.java +++ b/source/org/thdl/tib/input/DuffPane.java @@ -1144,6 +1144,9 @@ public void paste(int offset) { private void processRomanChar(String key, MutableAttributeSet attSet) { switch (key.charAt(0)) { + case KeyEvent.VK_TAB: + case KeyEvent.VK_ENTER: + case KeyEvent.VK_ESCAPE: case KeyEvent.VK_BACK_SPACE: break; default: