Changeset 12620


Ignore:
Timestamp:
Aug 4, 2011, 2:04:25 AM (12 years ago)
Author:
livings124
Message:

pressing the esc key with focus on the main table will deselect all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/TorrentTableView.m

    r12598 r12620  
    535535    else if (firstChar == ' ')
    536536        [fController toggleQuickLook: nil];
     537    else if ([event keyCode] == 53) //esc key
     538        [self deselectAll: nil];
    537539    else
    538540        [super keyDown: event];
Note: See TracChangeset for help on using the changeset viewer.