Releases: Servoy/svyKeyListener
Releases · Servoy/svyKeyListener
KeyListener version 1.2.0
Added support for more modifierKeys (ctrl, shift, capsLock)
KeyListener version 1.1
- wait for a set interval after user finishes typing before executing a method.
- Fix for browser refresh (key listeners are reapplied)
- Callback method now has a second argument JSEvent that holds info for this event (which element and so on)
KeyListener version 1.0.0
We are pleased to announce the version 1.0.0.
Release Notes
Added keyCode and_altKey_ to the callback method, allowing users to also process non-text chars and check modifiers
svyKeyListener 1st Beta
We are happy to announce beta 1 of this service
There are known issues with adding listeners onShow. Sometimes a component may not be fully available in the client when the listener is added. This will be fixed in 8.2.
Keep in mind that keystrokes are sent to the server, so perfomance can be impacted use with care.