rearrange-tabs
rearrange-tabs copied to clipboard
Include info about configuring shortcut keys
Right now, it doesn't look like it's obvious that you can configure the keyboard shortcuts to invoke the extension. Will come up with a way to make it obvious.
Reference: https://github.com/mohnish/rearrange-tabs/issues/40
Probably even change the default shortcut? Something to think about in order to avoid the confusion.
Is there a reason that the shortcuts must require one of control, command, or alt (on macOS)? I think I'd like to set a shortcut that doesn't necessarily use one of those, but not sure if that's a Chrome restriction rather than a UX choice you made.
@tnorthcutt That's correct. Chrome has a requirement to use one of 'em in the extension shortcuts.
@mohnish makes sense, thank you!
Addressed in https://github.com/mohnish/rearrange-tabs/pull/52