kumabook / stickynotes

Sticky Notes is a webextension that enable browser to put sticky to web page.
http://kumabook.github.io/stickynotes/
39 stars 14 forks source link

Inserting tab stop in text? #118

Closed fschwarz19 closed 5 years ago

fschwarz19 commented 5 years ago

Is it possible to capture tab key stroke to insert a tab stop in text and not change focus to other Firefox GUI elements? Tab stop would be very useful to arrange lists better.

kumabook commented 5 years ago

Hi, thank you for feedback.

It is possible that you insert a tab stop instead of changing focus. However I think tab key should change focus by default. So, you can customize tab-key action inside textarea.

fschwarz19 commented 5 years ago

Hi, thank you for answering.

How am I able to customize? Do you mean by an option in your addon or firefox. Or by coding?

kumabook commented 5 years ago

I implemented as 1.1.9 (released just now).

fschwarz19 commented 5 years ago

Great, thanks! :)