Revision: 3022
http://skim-app.svn.sourceforge.net/skim-app/?rev=3022&view=rev
Author: hofman
Date: 2007-10-06 12:23:44 -0700 (Sat, 06 Oct 2007)
Log Message:
-----------
Use Opt-Ctrarrow to resize reading bar, for more consistency with resizing
notes.
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2007-10-06 19:21:43 UTC (rev 3021)
+++ trunk/SKPDFView.m 2007-10-06 19:23:44 UTC (rev 3022)
@@ -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 |
NSShiftKeyMask))) {
+ } else if (readingBar && (eventChar == NSUpArrowFunctionKey ||
eventChar == NSDownArrowFunctionKey) && (modifiers == (NSAlternateKeyMask |
NSControlKeyMask))) {
[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