Ignore:
Timestamp:
03/08/03 03:15:01 (21 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEE 1.3.2b1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEETerminal.m

    r74 r106  
    365365        [[self superview] display];
    366366
    367         ICCF_LaunchURL(s, ICCF_OptionKeyIsDown());
     367        ICCF_LaunchURL(s, ICCF_KeyboardAction());
    368368       
    369369        if (ICCF_prefs.textBlinkEnabled) {
     
    403403    ICLog(@"ICeCoffEE Terminal up: %@", upEvent);
    404404    [super mouseUp: upEvent];
    405     // don't want command-option-click, command-shift-click, etc. to trigger
    406405    if (ICCF_downEvent != nil) {
    407406        NSPoint downPt = [ICCF_downEvent locationInWindow];
Note: See TracChangeset for help on using the changeset viewer.