AutoHotkey - Change Context Menus to Dark Mode (Works In GUIs or System!)

AutoHotkey - Change Context Menus to Dark Mode (Works In GUIs or System!)

TAB Nation - Automation

55 лет назад

823 Просмотров

Code v1 = https://pastebin.com/CbJrP74J
Code v2 = https://pastebin.com/t5B5QqJb

If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help!

Discord ✅ tabberman 4162
Website ✅ Tabnationcoding.com
Paypal ✅ paypal.me/tabnationYT
For Hire ✅ https://tabnationcoding.com/hire/
TikTok ✅ https://www.tiktok.com/@tabnationautomation?lang=en
Facebook ✅ https://www.facebook.com/profile.php?id=100089364249888

Тэги:

##autohotkey #ahk #coding #automation #gaming
Ссылки и html тэги не поддерживаются


Комментарии:

@tjg8640
@tjg8640 - 10.03.2024 04:52

When using AHK menus as part of a menu bar, how might we add color to the actual menu bar itself? It doesn't look great having a white menu bar and dark menus opening beneath it.

Ответить
@matsuikohiroka7875
@matsuikohiroka7875 - 19.03.2023 16:38

is it possible to make or create alook a like context menu of windows 11 the modern one. using ahk ?

Ответить
@Pelonne
@Pelonne - 17.03.2023 02:35

if i'm doing a simple menu handler i just do Handler(*)

Ответить
@thepragmatic6383
@thepragmatic6383 - 16.03.2023 20:25

Thanks Tom, I like being able to compare the same code in both versions of AutoHotkey.
For beginners, simply reading the V2 documentation sometimes seems difficult to implement in code.
But having the ability to see the differences between the two versions helps in understanding and applying those changes.
I think it would be interesting to see the differences between the two versions for GUI creation.

Ответить
@JimDooley
@JimDooley - 16.03.2023 17:58

Thanks. Will this also work without a hotkey on standard, non-context menus in existing apps that don't currently support dark mode? Or is this just for GUI and context menus created with AHK?

Ответить