Keyboard handler for Lotus Notes is a standard LSX module for Windows platform. It allows you install hook to catch particular keyboard pressing events (like Enter or Up/Down) and manage them via regular LotusScript. It now also allows you to specify which key you want to dismiss after handling.
New since version 1.3.3:
- Corrected some issues when document form contains header
New since version 1.3.2:
- Added multiple active document forms support
New since version 1.3.0:
- non ASCII keyboard code handling is now possible
- It‘s now possible to specify exactly which Lotus Notes form‘s fields should be enabled for special handling, thus it‘s now much easier to add your custom code
Tests were performed for these configurations:
- Lotus Notes v8.0.0 on Windows XP SP2
- Lotus Notes v7.0.2 on Windows XP SP2
- Lotus Notes v6.5.5 on Windows XP SP2
Notice: Debug LotusScript option should be turned off for this LSX to work
