Fix jsdoc, add missing documentation.
[guacamole-common-js.git] / src / main / resources / keyboard.js
2012-08-11 Michael JumperFix jsdoc, add missing documentation.
2012-08-02 Michael JumperUse addEventListener(), only ignore key event if truly...
2012-07-27 Michael JumperDo not handle keypress if we already handled the event...
2012-06-21 Michael JumperUse timeout only as failsafe. Send key events immediate...
2012-05-16 Michael JumperRenamed deferred handler.
2012-05-16 Michael JumperpreventDefault() in keypress, too.
2012-05-16 Michael JumperAs keydown/keypress are handled via deferred setTimeout...
2012-05-16 Michael JumperShould be using clearTimeout(), not clearInterval(...
2012-05-16 Michael JumperDon't wait for keypress if keycode well defined. Define...
2012-05-16 Michael JumperIgnore unknown key events.
2012-05-14 Michael JumperOnly send release for ctrl+alt when both are pressed...
2012-05-14 Michael JumperOnly release ctrl/alt in keypress handler if character...
2012-05-14 Michael JumperOnly cancel keydown if not typable. Release Ctrl and...
2012-05-14 Michael JumperAdd keyidentifier map.
2012-05-14 Michael JumperDefer handling of keypress via JS event queue.
2012-03-30 Michael JumperPartial cleanup, track and expose key and modifier...
2012-03-30 Michael JumperFixed regression with key repeat.
2012-03-29 Michael JumperAllow user of API to decide whether keyboard events...
2011-12-05 Michael JumperRelicensed as Mozilla/LGPL/GPL.
2011-07-08 Michael JumperCleanup, JSDoc for keyboard events.
2011-07-08 Michael JumperSome JSDoc for keyboard, cleaned up keymap.
2011-07-06 Michael JumperJSDoc + namespace, some cleanup.
2011-07-05 Michael JumperMore migration to traditional JS events.
2011-07-03 Michael JumperRemoved keymap (merged into keyboard), fixed JS semicol...
2011-01-23 Michael JumperInitial commit