Make CTRL-T track windows with scroll lock on
This commit is contained in:
@@ -26,6 +26,8 @@ namespace EveOPreview.Configuration
|
||||
List<string> CycleGroup5BackwardHotkeys { get; set; }
|
||||
Dictionary<string, int> CycleGroup5ClientsOrder { get; set; }
|
||||
|
||||
string ToggleTrackingHotkey { get; set; }
|
||||
|
||||
Dictionary<string, Color> PerClientActiveClientHighlightColor { get; set; }
|
||||
Dictionary<string, Size> PerClientThumbnailSize { get; set; }
|
||||
|
||||
@@ -89,6 +91,7 @@ namespace EveOPreview.Configuration
|
||||
|
||||
bool IsPriorityClient(string currentClient);
|
||||
bool IsExecutableToPreview(string processName);
|
||||
List<string> ExecutablesToPreview { get; set; }
|
||||
|
||||
bool IsThumbnailDisabled(string currentClient);
|
||||
void ToggleThumbnail(string currentClient, bool isDisabled);
|
||||
|
||||
Reference in New Issue
Block a user