Skip to content

Releases: Servoy/svyKeyListener

KeyListener version 1.2.0

10 Apr 13:44
Compare
Choose a tag to compare

Added support for more modifierKeys (ctrl, shift, capsLock)

KeyListener version 1.1

08 Aug 12:57
cf7fdad
Compare
Choose a tag to compare
  • 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

13 Sep 14:12
Compare
Choose a tag to compare

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

05 Apr 14:24
Compare
Choose a tag to compare
Pre-release

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.