1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-04 18:18:31 +00:00

3.5.169. Oops. Haven't commited in a while :< Did... stuff? And things.

This commit is contained in:
SirStendec 2016-05-06 02:23:12 -04:00
parent 4086a2e9fd
commit 8056463bbe
28 changed files with 908 additions and 508 deletions

View file

@ -871,7 +871,7 @@ FFZ.prototype._modify_chat_input = function(component) {
case KEYCODES.TAB:
// If we do Ctrl-Tab or Alt-Tab. Just don't
// even think of doing suggestions.
if ( e.ctrlKey || e.altKey )
if ( e.ctrlKey || e.altKey || e.metaKey )
break;
e.preventDefault();