Bezeichnung entspricht nicht meinem Geschmack. Das macht die Lang-S-Tastatur lächerlich!
git-svn-id: https://svn.neo-layout.org@1166 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
a58842d695
commit
0e36e49abf
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ if errorlevel 1 (
|
|||
)
|
||||
|
||||
echo Compiling Compose sequences
|
||||
%ahkpath%\AutoHotkey %Ssrcdir%\makecompose.ahk
|
||||
rem %ahkpath%\AutoHotkey %Ssrcdir%\makecompose.ahk
|
||||
|
||||
rem echo Killing the old (AHK)Driver
|
||||
rem tskill %fn%
|
||||
|
|
|
@ -184,11 +184,11 @@ CharProc(subroutine) {
|
|||
if (LangSTastatur) {
|
||||
CharProc("LnS1")
|
||||
if (zeigeModusBox)
|
||||
TrayTip,Lange-s-Tastatur,Die Lange-s-Belegungsvariante wurde aktiviert. Zum Deaktivieren`, Mod4+F11 drücken.,10,1
|
||||
TrayTip,Lange-s-Tastatur,Die Lang-S-Belegungsvariante wurde aktiviert. Zum Deaktivieren`, Mod4+F11 drücken.,10,1
|
||||
} else {
|
||||
CharProc("LnS0")
|
||||
if (zeigeModusBox)
|
||||
TrayTip,Lange-s-Tastatur,Lange-s-Belegungsvariante wurde deaktiviert.,10,1
|
||||
TrayTip,Lange-s-Tastatur,Lang-S-Belegungsvariante wurde deaktiviert.,10,1
|
||||
}
|
||||
} else if (subroutine == "LnS1") {
|
||||
; Lange-s-Tastatur aktivieren
|
||||
|
|
Loading…
Reference in a new issue