ccampbell/mousetrap

ctrl+shift+f9 doesnt work in chrome

Rex90 opened this issue · 2 comments

Rex90 commented

Am i missing something here? This code only works for shift+f9 and not ctrl+shift+f9 or ctrl+alt+f9

	Mousetrap.bind(['shift+f9', 'ctrl+shift+f9', 'ctrl+alt+f9'], function(e, combo) {
	         console.log("fired");
		 return false;
	 });

What makes even less sense is that if i try to press ctrl+shift+f9 or ctrl+alt+f9, then shift+f9 no longer works until after I move/click around the page? =/

@Rex90 Did you try mod+shift+f9? It worked in my chrome.

But now mod++ or mod+shift+; does not work too. This is default zoom function of chrome. I want to make it disable.

But now mod++ or mod+shift+; does not work too.

This is resolved by mod+plus.
refs #291