summaryrefslogtreecommitdiffstats
path: root/windows/neo-vars/src/source/tray.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/neo-vars/src/source/tray.ahk')
-rw-r--r--windows/neo-vars/src/source/tray.ahk5
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/neo-vars/src/source/tray.ahk b/windows/neo-vars/src/source/tray.ahk
index d2aed3b..16a6863 100644
--- a/windows/neo-vars/src/source/tray.ahk
+++ b/windows/neo-vars/src/source/tray.ahk
@@ -7,6 +7,7 @@ TrayAktivieren() {
menu,helpmenu,add,Autohotkey-Hilfe,help
menu,helpmenu,add
menu,helpmenu,add,http://autohotkey.com/,autohotkey
+ menu,helpmenu,add,http://www.nordtast.org/,nordtast
menu,helpmenu,add,http://www.neo-layout.org/,neo
menu,tray,add,Hilfe,:helpmenu
menu,tray,add
@@ -38,6 +39,10 @@ neo:
run http://neo-layout.org/
return
+nordtast:
+ run http://www.nordtast.org/
+return
+
autohotkey:
run http://autohotkey.com/
return