Revision: 3023
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3023&view=rev
Author:   hofman
Date:     2007-10-06 16:10:19 -0700 (Sat, 06 Oct 2007)

Log Message:
-----------
Revert an earlier commit of change in keyboard shortcut for resizing reading 
bar as it interferes with other functions for me.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2007-10-06 19:23:44 UTC (rev 3022)
+++ trunk/SKPDFView.m   2007-10-06 23:10:19 UTC (rev 3023)
@@ -924,7 +924,7 @@
             [self setAnnotationMode:(annotationMode + 7) % 8];
         } else if (readingBar && (eventChar == NSRightArrowFunctionKey || 
eventChar == NSLeftArrowFunctionKey || eventChar == NSUpArrowFunctionKey || 
eventChar == NSDownArrowFunctionKey) && (modifiers == NSAlternateKeyMask)) {
             [self moveReadingBarForKey:eventChar];
-        } else if (readingBar && (eventChar == NSUpArrowFunctionKey || 
eventChar == NSDownArrowFunctionKey) && (modifiers == (NSAlternateKeyMask | 
NSControlKeyMask))) {
+        } else if (readingBar && (eventChar == NSUpArrowFunctionKey || 
eventChar == NSDownArrowFunctionKey) && (modifiers == (NSAlternateKeyMask | 
NSShiftKeyMask))) {
             [self resizeReadingBarForKey:eventChar];
         } else if ([self toolMode] == SKNoteToolMode && modifiers == 0 && 
eventChar == 't') {
             [self setAnnotationMode:SKFreeTextNote];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to