[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[fxscintilla-users] Showing invalid keys
From: |
Rafael de Pelegrini Soares |
Subject: |
[fxscintilla-users] Showing invalid keys |
Date: |
Fri, 07 Mar 2003 17:46:26 -0300 |
Hi Gilles,
The current version of FXScintilla shows the character "ESC" when
the "ESC" key is pressed. Anolog behavior is expected for other not
wanted keys.
To avoid this (like in FXText class) the following line should be
added to the member function FXScintilla::onKeyPress:
if((event->state&(CONTROLMASK|ALTMASK)) || ((FXuchar)event-
>text[0]<32)) return 0;
[]'s
-Rafael
- [fxscintilla-users] Showing invalid keys,
Rafael de Pelegrini Soares <=