stevekrouse / blinknote

fastest way to take a note - chrome extension
MIT License
1 stars 0 forks source link

Switch from new tab to different keyboard shortcut #12

Open stevekrouse opened 5 years ago

stevekrouse commented 5 years ago

Most of the time when I do ctl-t I actually want a new tab and having my notes pop up is kinda annoying.

Also when I do want my notes, it's annoying I have to do ctl-t and then hit tab.

So there are 3 options:

  1. In every new tab
  2. In an overlay widget thing in the top-right
  3. In a new tab on a special shortcut

I think we can allow all three as a preference you set... Chrome extensions actually have a way for you to set a custom shortcut for extensions!

dankantor commented 5 years ago

Addressed in https://github.com/stevekrouse/blinknote/pull/19.

You cannot do the new tab as a user option.