From ebbb4850401c93d2a87f8cb1542afb0012c07188 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 6 Nov 2008 20:19:00 +0000 Subject: Reverted to old Mac Keyboard handling until new code is functional on allMac versions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6499 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_mac.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index 5d5f5cfce..b56a949ee 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1287,7 +1287,7 @@ pascal OSStatus carbonKeyboardHandler( // Matt: to Carbon. The kEventKeyModifierNumLockMask is only set when // Matt: a numeric keypad key is pressed and does not correspond with // Matt: the NumLock light in PowerBook keyboards. -#if 0 +#if 1 if ( (sym >= FL_KP && sym <= FL_KP_Last) || !(sym & 0xff00) || sym == FL_Tab || sym == FL_Enter) { buffer[0] = key; -- cgit v1.2.3