zulip/zephyr/static/js
Luke Faraone b16c3f1982 Make hotkeys case sensitive.
Previously we triggered all hotkeys on keydown. Now, if the keydown event
is in the range of a character we bail and wait for it to be handled by the
keypress function instead.

We also redefine all of the keycodes for characters to be their lowercase
versions.

(imported from commit 534199de92174c2858220abb21ce774e1ee0e1d3)
2012-10-05 15:53:40 -04:00
..
common.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
compose.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
debug.js Allow console.log in debug.js 2012-10-04 12:36:59 -04:00
dom_access.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
hotkey.js Make hotkeys case sensitive. 2012-10-05 15:53:40 -04:00
narrow.js Remove dead code. 2012-10-04 15:47:20 -04:00
setup.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
signup.js Remove errant console.log. 2012-10-04 13:33:59 -04:00
subscribe.js Drop JSLint directives 2012-10-04 11:04:25 -04:00
ui.js Use throttling on our handling of scroll events. 2012-10-05 15:39:10 -04:00
zephyr.js Display the date when either it or the recipient changes. 2012-10-05 15:44:15 -04:00