Re: whoever said there could only be 64 hotkeys in a file
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Simon, This is a fact that HOTKEYQUEUESIZE <= 64. But HOTKEYQUEUESIZE is maximum number of queued hotkeys that can be buffered. IMHO This is buffer size (length), only. So, if you will press 65 hotkeys at once then AutoIt handles only 64. One hotkey will be lost. This queue is like MS DOS keyboard buffer (FIFO). The last can store 16 keys, only. But you can type any keyboard buttons ( > 100 ). Valery --- In [email protected], Simon Jaeger <simonjaeger@...> wrote: > > Hello, > > > I was reading the manual and discovered this limitation. However, I created a keyboard locker with about 130 hotkeys and AutoIt didn't complain at all, it actually worked perfectly. Could someone explain why this is and if there is actually a limitation? > > > > Simon > > > > > [Non-text portions of this message have been removed] >