From 3699810c6922bd569be3d44a69d4eb46560cf72f Mon Sep 17 00:00:00 2001 From: mösi Date: Sat, 9 Aug 2014 12:42:39 +0000 Subject: customLayout-Funktion hinzugefügt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2445 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- windows/neo-vars/src/source/initialize.ahk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/windows/neo-vars/src/source/initialize.ahk b/windows/neo-vars/src/source/initialize.ahk index b2ebfc3..b95da0e 100644 --- a/windows/neo-vars/src/source/initialize.ahk +++ b/windows/neo-vars/src/source/initialize.ahk @@ -134,3 +134,14 @@ if (dynamischesCompose) LoadCurrentCompose() else LoadDefaultCompose() + +; generischer Layoutwechsel +CustomLayoutChange() { + global + IniRead,customLayout,%ini%,Global,customLayout,%A_Space% + if (customLayout != "") + Change1256Layout(customLayout) +} + +CustomLayoutChange() + -- cgit v1.2.3