Revision: 14454
          http://sourceforge.net/p/skim-app/code/14454
Author:   hofman
Date:     2024-09-09 09:07:48 +0000 (Mon, 09 Sep 2024)
Log Message:
-----------
Ignore function and numeric pad modifiers for arrow keys

Modified Paths:
--------------
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2024-09-08 16:46:20 UTC (rev 14453)
+++ trunk/SKPDFView.m   2024-09-09 09:07:48 UTC (rev 14454)
@@ -1775,7 +1775,7 @@
     if (pdfvFlags.presentationMode) {
         // Presentation mode
         if ([[self scrollView] hasHorizontalScroller] == NO && 
-            (eventChar == NSRightArrowFunctionKey) &&  (modifiers == 0)) {
+            (eventChar == NSRightArrowFunctionKey) &&  (standardModifiers == 
0)) {
             [self goToNextPage:self];
         } else if ([[self scrollView] hasHorizontalScroller] == NO && 
                    (eventChar == NSLeftArrowFunctionKey) &&  
(standardModifiers == 0)) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to