Mohnish Thallavajhula

Results 34 comments of Mohnish Thallavajhula

Also, include support for https://github.com/mohnish/rearrange-tabs/issues/37 and roll out as 3.0.0

https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/

Probably even change the default shortcut? Something to think about in order to avoid the confusion.

@tnorthcutt That's correct. [Chrome has a requirement to use one of 'em in the extension shortcuts](https://developer.chrome.com/docs/extensions/reference/commands/#:~:text=Extension%20command%20shortcuts%20must%20include%20either%20Ctrl%20or%20Alt.).

@corysimmons I've noticed this just now. Thanks for raising this issue. It seems like something around the shortcuts changed in Chrome 69. The only thing I can currently think of...

I've noticed something weird in Chrome 70. For those who haven't overridden the default shortcut, when you hit `Shift+Alt+` from the URL bar, followed by **just** the `Shift` key **or**...

@emiljohansson that can be programatically done. I was actually looking into that option yesterday. I’ll implement it locally and see if it works. Thanks for your input.

Ok, looks like `Global` option is not really the right path since the shortcut triggers the extension even when Chrome is not in focus. Here's the doc https://developer.chrome.com/extensions/commands#scope

I've reached out to Chrome Dev team and I haven't received any response back. During debugging and testing, I tried switching the shortcut keys for Mac from Ctrl+Shift+Left/Right/Up/Down to Ctrl+CMD+Left/Right/Up/Down....

Appreciate the feedback, @corysimmons! I think I'll add a pop-up or something similar that shows up once the extension is updated. That way it'd be easier to let the existing...