From 6649cd6544c7d6d0cad1facffa422c31e9f5507e Mon Sep 17 00:00:00 2001 From: mösi Date: Tue, 23 Feb 2010 13:40:20 +0000 Subject: • Die Bildschirmtastatur – neu wie alt – bekommt jetzt auch richtig mit, wenn das Fenster mit der Maus geschlossen wird. • Die neue BST kann nun über einen INI-Eintrag beim Start automatisch aktiviert werden ([global] „useBSTN=1“) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2169 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/varsfunctions.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/neo-vars/src/source/varsfunctions.ahk') diff --git a/windows/neo-vars/src/source/varsfunctions.ahk b/windows/neo-vars/src/source/varsfunctions.ahk index 0532a64..5d05505 100644 --- a/windows/neo-vars/src/source/varsfunctions.ahk +++ b/windows/neo-vars/src/source/varsfunctions.ahk @@ -124,7 +124,7 @@ rerun: CharOutUp(PR%PhysKey%) PR%PhysKey% := "" } - if (BSTNguiErstellt) + if (useBSTN) BSTNUpdate() } -- cgit v1.2.3