Re: OnKey(...) event bug!
"'BugFix@AutoIt' via scite-interest" <[email protected]>
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
And that is correct. Why do you expect 69? Do you have a non-standard
keyboard?
function OnKey(_keycode, _shift, _ctrl, _alt)
print('_keycode: '..tostring(_keycode)..', _shift:
'..tostring(_shift)..', _ctrl: '..tostring(_ctrl)..', _alt:
'..tostring(_alt))
end
output:
_keycode: 17, _shift: false, _ctrl: true, _alt: false
_keycode: 67, _shift: false, _ctrl: true, _alt: false
[email protected] schrieb am Dienstag, 17. Mai 2022 um 14:30:52 UTC+2:
> For "Ctrl+e" OnKey returns 67 code Instead of 69
>
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/e8ab4c54-d32f-45e2-9d5e-46b873d6783bn%40googlegroups.com.