summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--windows/neo-vars/src/Source/recycle.ahk6
-rw-r--r--windows/neo-vars/src/deadkeys.pngbin0 -> 431 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/windows/neo-vars/src/Source/recycle.ahk b/windows/neo-vars/src/Source/recycle.ahk
index f1bdc3f..0907255 100644
--- a/windows/neo-vars/src/Source/recycle.ahk
+++ b/windows/neo-vars/src/Source/recycle.ahk
@@ -725,6 +725,11 @@ Switch6:
goto Switch
Return
+SwitchDK:
+ tImage := ResourceFolder . "\deadkeys.png"
+ goto Switch
+Return
+
Switch:
if (guiErstellt)
{
@@ -773,6 +778,7 @@ Show:
Gui, Add, Text, y+3, Aus
Gui, Add, Button, x+10 y+-30 gShow, F8
Gui, Add, Text, x+5, OnTop
+ Gui, Add, Button, xm+5 gSwitchDK, Deadkeys
Gui, Add, Picture,AltSubmit ys w729 h199 vPicture, %Image%
Gui, +AlwaysOnTop
Gui, Show, y%yposition% Autosize
diff --git a/windows/neo-vars/src/deadkeys.png b/windows/neo-vars/src/deadkeys.png
new file mode 100644
index 0000000..d38724c
--- /dev/null
+++ b/windows/neo-vars/src/deadkeys.png
Binary files differ