|
Revision 2407, 220 bytes
(checked in by mösi, 20 months ago)
|
|
• Das Skript ist jetzt mit dem neuen AutoHotkey_L Unicode kompatibel, aber nur mehr bedingt mit dem alten AHK oder dem AutoHotkey_L ANSI.
• Die Dynamische BST (M3+F3) reagiert jetzt nicht nur auf Compose, sondern auch auf Ebene 5/6.
|
| Rev | Line | |
|---|
| [2407] | 1 | ; -*- encoding: utf-8 -*- |
|---|
| 2 | |
|---|
| [1183] | 3 | #MaxThreadsPerHotKey 1 |
|---|
| 4 | Thread,Interrupt,-1,-1 |
|---|
| 5 | |
|---|
| 6 | SetBatchLines -1 |
|---|
| 7 | |
|---|
| 8 | #singleinstance force |
|---|
| 9 | Process,Priority,,High |
|---|
| 10 | #MaxHotkeysPerInterval 2000 |
|---|
| 11 | |
|---|
| 12 | #usehook on |
|---|
| [1219] | 13 | Sendmode Event |
|---|
| [1251] | 14 | SetKeyDelay,-1 |
|---|