packagecontrol.io icon indicating copy to clipboard operation
packagecontrol.io copied to clipboard

ctrl+shift+p (for search bar) opens a private session on firefox

Open FichteFoll opened this issue 11 years ago • 3 comments

I practically can't use the binding, even though I'm used to it from ST.

I think it should be possible to just prevent the event from propagating when it was processed to focus the search panel, since you'll rarely need that binding exactly when you are browsing the package listing. There are ofc bindings where this would not be an option, e.g. "ctrl+tab".

FichteFoll avatar Aug 18 '14 00:08 FichteFoll

It's definitely inconvenient for Firefox users, and preventDefault would be great, if it works. One other possible improvement would be to give the search field tabindex="0" so it becomes the first element focused with just Tab.

tylermumford avatar Jul 22 '15 16:07 tylermumford

+1, on chrome, it opens a window to print the page...

math2001 avatar Sep 28 '16 11:09 math2001

I see this ticket is still open, so just out of morbid curiosity, what about using / as the search bar focus shortcut? Seems far easier to me than preventing the default "print" dialog.. O.o It's also a much simpler shortcut.

ZaLiTHkA avatar Apr 29 '17 20:04 ZaLiTHkA