Revision: 3769
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3769&view=rev
Author:   hofman
Date:     2008-04-19 02:57:53 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
Use ctr-opt-arrow for resizing note to avoid conflict with spaces shortcuts.

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2008-04-19 00:33:50 UTC (rev 3768)
+++ trunk/SKPDFView.m   2008-04-19 09:57:53 UTC (rev 3769)
@@ -958,7 +958,7 @@
             [self setAnnotationMode:(annotationMode + (eventChar == 
NSDownArrowFunctionKey ? 1 : 7)) % 8];
         } else if ([activeAnnotation isMovable] && isArrow && ((modifiers & 
~NSShiftKeyMask) == 0)) {
             [self doMoveActiveAnnotationForKey:eventChar byAmount:(modifiers & 
NSShiftKeyMask) ? 10.0 : 1.0];
-        } else if ([activeAnnotation isResizable] && isArrow && ((modifiers & 
~NSShiftKeyMask) == NSControlKeyMask)) {
+        } else if ([activeAnnotation isResizable] && isArrow && (modifiers == 
(NSAlternateKeyMask | NSControlKeyMask) || modifiers == (NSShiftKeyMask | 
NSControlKeyMask))) {
             [self doResizeActiveAnnotationForKey:eventChar byAmount:(modifiers 
& NSShiftKeyMask) ? 10.0 : 1.0];
         } else if ([self toolMode] == SKNoteToolMode && (eventChar == 't') && 
(modifiers == 0)) {
             [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 the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to