From 0fab25bfd29b657c5f92ad4e417d0719a960cb1e Mon Sep 17 00:00:00 2001 From: akir Date: Fri, 8 Oct 2004 11:51:16 +0000 Subject: we dont remove the scrolllock() modifier from the keystate anymore -> lead to problems with altgr on german-keyboards -> no @ in textbox's possible. --- src/FbTk/KeyUtil.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FbTk/KeyUtil.hh b/src/FbTk/KeyUtil.hh index c00d64d..d4f2ccd 100644 --- a/src/FbTk/KeyUtil.hh +++ b/src/FbTk/KeyUtil.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: KeyUtil.hh,v 1.7 2003/12/31 11:57:47 fluxgen Exp $ +// $Id: KeyUtil.hh,v 1.8 2004/10/08 11:51:16 akir Exp $ #ifndef FBTK_KEYUTIL_HH #define FBTK_KEYUTIL_HH @@ -67,7 +67,7 @@ public: */ unsigned int cleanMods(unsigned int mods) { //remove numlock, capslock and scrolllock - return mods & ~(capslock() | numlock() | scrolllock()); + return mods & ~(capslock() | numlock() ); } /** -- cgit v0.11.2