Erkennung einer inkompatiblen Tastaturbelegung in Ordnung gebracht
git-svn-id: https://svn.neo-layout.org@1696 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
6b989a0d0b
commit
7f15da51c3
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,11 @@ IniRead,dynamischesCompose,%ini%,Global,dynamischesCompose,0
|
|||
|
||||
regread,inputlocale,HKEY_CURRENT_USER,Keyboard Layout\Preload,1
|
||||
regread,inputlocalealias,HKEY_CURRENT_USER,Keyboard Layout\Substitutes,%inputlocale%
|
||||
if (inputlocalealias<>inputlocale=%inputlocalealias% and inputlocale<>00000407) {
|
||||
|
||||
if (inputlocalealias<>"")
|
||||
inputlocale:=inputlocalealias
|
||||
|
||||
if (inputlocale<>"00000407") {
|
||||
suspend
|
||||
regread,inputlocale,HKEY_LOCAL_MACHINE,SYSTEM\CurrentControlSet\Control\Keyboard Layouts\%inputlocale%,Layout Text
|
||||
msgbox, 48, Warnung!,
|
||||
|
|
Loading…
Add table
Reference in a new issue