mirror of https://github.com/zulip/zulip.git
53e23743ca
Place all hotkey names into a set of three objects in hotkeys.js: * hotkeys_shift_insensitive These are keys where the behaviour is the same whether they are pressed with shift or not. * hotkeys_no_modifiers These are keys where the event should only be fired when shift is not being pressed. * hotkeys_shift These are keys where the event should only be fired when the key is pressed simultaneously with shift. Each object is a dictionary of key value pairs, with the key being the keyscan code (e.which) for the key. This is normally the ASCII key code. The value is an object with two properties, name (which is the event name) and message_view_only, a boolean. Hotkeys with message_view_only set to true will not be fired when the home tab is obscured. |
||
---|---|---|
.. | ||
audio | ||
html | ||
images | ||
js | ||
styles | ||
templates | ||
third | ||
.gitignore | ||
favicon.ico | ||
robots.txt |