From 735de82b95cf916faefa943405e63c31d588d0ec Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 2 Jan 2026 16:00:20 +0100 Subject: [PATCH] Have tray menu open settings --- EVE-X-Preview.json | 98 +++++++++++++++++++++++++++++++++++++++++++++- src/TrayMenu.ahk | 2 +- 2 files changed, 97 insertions(+), 3 deletions(-) diff --git a/EVE-X-Preview.json b/EVE-X-Preview.json index 73f34e5..afd481e 100644 --- a/EVE-X-Preview.json +++ b/EVE-X-Preview.json @@ -1,6 +1,6 @@ { "_Profiles":{ - "Dave":{ + "5":{ "Client Possitions":{ "PhatPhuckDave":{ "IsMaximized":0, @@ -171,6 +171,100 @@ "ThumbnailTextSize":12 }, "Thumbnail Visibility":{} + }, + "Weaklings":{ + "Client Possitions":{ + "PhatPhuckDave":{ + "IsMaximized":0, + "height":1440, + "width":2560, + "x":0, + "y":0 + }, + "Primorium":{ + "IsMaximized":0, + "height":1440, + "width":2560, + "x":0, + "y":0 + }, + "Secundamen":{ + "IsMaximized":0, + "height":1440, + "width":2560, + "x":0, + "y":0 + } + }, + "Client Settings":{ + "AlwaysMaximize":0, + "Dont_Minimize_Clients":[ + "Example Name1", + "Example Name2", + "Example Name3" + ], + "MinimizeInactiveClients":0, + "TrackClientPossitions":1 + }, + "Custom Colors":{ + "cColorActive":"0", + "cColors":{ + "Bordercolor":[ + "FFFFFF" + ], + "CharNames":[ + "PhatPhuckDave" + ], + "IABordercolor":[ + "FFFFFF" + ], + "TextColor":[ + "FFFFFF" + ] + } + }, + "Hotkey Groups":{ + "Daves":{ + "AutoForwardOnKeypress":1, + "AutoForwardToggle":1, + "AutoForwardToggleHotkey":"SC029", + "BackwardsHotkey":"+Tab", + "Characters":[ + "Tertiale", + "Quartio" + ], + "ForwardsHotkey":"Tab" + } + }, + "Hotkeys":[ + { + "Tertiale":"lalt & 1" + }, + { + "Quartio":"lalt & 2" + } + ], + "Thumbnail Positions":{}, + "Thumbnail Settings":{ + "ClientHighligtBorderthickness":4, + "ClientHighligtColor":"#E36A0D", + "HideThumbnailsOnLostFocus":0, + "InactiveClientBorderColor":"#8A8A8A", + "InactiveClientBorderthickness":2, + "ShowAllColoredBorders":0, + "ShowClientHighlightBorder":1, + "ShowThumbnailTextOverlay":1, + "ShowThumbnailsAlwaysOnTop":1, + "ThumbnailOpacity":80, + "ThumbnailTextColor":"#FAC57A", + "ThumbnailTextFont":"Gill Sans MT", + "ThumbnailTextMargins":{ + "x":15, + "y":5 + }, + "ThumbnailTextSize":12 + }, + "Thumbnail Visibility":{} } }, "global_Settings":{ @@ -178,7 +272,7 @@ "DisableLiveThumbnail":1, "Exclude_Character_Hotkey":"", "Global_Hotkeys":1, - "LastUsedProfile":"Dave", + "LastUsedProfile":"Weaklings", "Minimize_Delay":100, "Reload_Script_Hotkey":"+SC029", "Suspend_Hotkeys_Hotkey":"!SC029", diff --git a/src/TrayMenu.ahk b/src/TrayMenu.ahk index 4dfdb51..c8b77c4 100644 --- a/src/TrayMenu.ahk +++ b/src/TrayMenu.ahk @@ -42,7 +42,7 @@ Class TrayMenu extends Settings_Gui { TrayMenu.Add("Reload", (*) => Reload()) TrayMenu.Add() TrayMenu.Add("Exit", (*) => ExitApp()) - TrayMenu.Default := "Suspend Hotkeys" + TrayMenu.Default := "Open" MenuHandler(ItemName, ItemPos, MyMenu) { If (ItemName = "Exit")