diff options
| -rw-r--r-- | src/Fl_mac.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
