1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

attempt to put the arrow commands into interface builder

This commit is contained in:
Mitchell Livingston 2007-12-12 03:29:59 +00:00
parent 13c1c8a6a4
commit ba6487a93d
3 changed files with 8 additions and 7 deletions

View file

@ -251,14 +251,13 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
[fWindow setContentBorderThickness: [[fTableView enclosingScrollView] frame].origin.y forEdge: NSMinYEdge];
//set info and filter keyboard shortcuts
unichar rightChar = NSRightArrowFunctionKey, leftChar = NSLeftArrowFunctionKey;
[fNextInfoTabItem setKeyEquivalent: [NSString stringWithCharacters: & rightChar length: 1]];
[fPrevInfoTabItem setKeyEquivalent: [NSString stringWithCharacters: & leftChar length: 1]];
/*[fNextInfoTabItem setKeyEquivalent: [NSString stringWithCharacters: & NSRightArrowFunctionKey length: 1]];
[fPrevInfoTabItem setKeyEquivalent: [NSString stringWithCharacters: & NSLeftArrowFunctionKey length: 1]];
[fNextFilterItem setKeyEquivalent: [NSString stringWithCharacters: & rightChar length: 1]];
[fNextFilterItem setKeyEquivalent: [NSString stringWithCharacters: & NSRightArrowFunctionKey length: 1]];
[fNextFilterItem setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask];
[fPrevFilterItem setKeyEquivalent: [NSString stringWithCharacters: & leftChar length: 1]];
[fPrevFilterItem setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask];
[fPrevFilterItem setKeyEquivalent: [NSString stringWithCharacters: & NSLeftArrowFunctionKey length: 1]];
[fPrevFilterItem setKeyEquivalentModifierMask: NSCommandKeyMask | NSAlternateKeyMask];*/
//set up filter bar
if (![NSApp isOnLeopardOrBetter])

View file

@ -7,10 +7,12 @@
<key>IBLastKnownRelativeProjectPath</key>
<string>../../../Transmission.xcodeproj</string>
<key>IBOldestOS</key>
<integer>5</integer>
<integer>4</integer>
<key>IBOpenObjects</key>
<array>
<integer>2</integer>
<integer>1603</integer>
<integer>1798</integer>
</array>
<key>IBSystem Version</key>
<string>9B18</string>

Binary file not shown.