Changeset 7370
- Timestamp:
- 01/19/12 13:59:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/MenuItems/JobManagerMenuItem.cs
r7259 r7370 21 21 22 22 using System.Collections.Generic; 23 using System.Windows.Forms; 23 24 using HeuristicLab.Clients.Hive; 24 25 using HeuristicLab.MainForm; … … 38 39 get { return 10000; } 39 40 } 41 public override Keys ShortCutKeys { 42 get { return Keys.Control | Keys.H; } 43 } 40 44 } 41 45 }
Note: See TracChangeset
for help on using the changeset viewer.