Changeset 1049
- Timestamp:
- 06/09/11 14:49:05 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/sce/component/SCEPaneUI.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sce/component/SCEPaneUI.java
r973 r1049 139 139 140 140 if (allowedChars.indexOf(e.getKeyChar()) == -1) return; 141 if (e.isControlDown() || e.isAltDown() ) return;141 if (e.isControlDown() || e.isAltDown() || e.isMetaDown()) return; 142 142 143 143 if (document.hasSelection()) removeSelection(); … … 149 149 150 150 int keyCode = e.getKeyCode(); 151 152 // ignore meta key 153 if (e.isMetaDown()) return; 151 154 152 155 // is control down?
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)