mastodon/app/javascript/mastodon/features/compose/components
Eugen Rochko 7db0f8dcb2 Implement hotkeys for web UI (#5164)
* Fix #2102 - Implement hotkeys

Hotkeys on status list:

- r to reply
- m to mention author
- f to favourite
- b to boost
- enter to open status
- p to open author's profile
- up or k to move up in the list
- down or j to move down in the list
- 1-9 to focus a status in one of the columns
- n to focus the compose textarea
- alt+n to start a brand new toot
- backspace to navigate back

* Add navigational hotkeys

The key g followed by:

- s: start
- h: home
- n: notifications
- l: local timeline
- t: federated timeline
- f: favourites
- u: own profile
- p: pinned toots
- b: blocked users
- m: muted users

* Add hotkey for focusing search, make escape un-focus compose/search

* Fix focusing notifications column, fix hotkeys in compose textarea
2017-10-06 01:07:59 +02:00
..
autosuggest_account.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
character_counter.js Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
compose_form.js Make emoji autosuggestions immediate, usernames appear sooner (#5149) 2017-09-30 05:11:44 +02:00
emoji_picker_dropdown.js Fix #5079, fix #5186 - Emoji picker fixes (#5187) 2017-10-03 01:56:50 +02:00
navigation_bar.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
privacy_dropdown.js Improve privacy dropdown, remove react-simple-dropdown dependency (#5140) 2017-10-01 12:20:00 +02:00
reply_indicator.js feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
search.js Implement hotkeys for web UI (#5164) 2017-10-06 01:07:59 +02:00
search_results.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
text_icon_button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
upload.js Increase attachment descriptions to 420 characters (#5139) 2017-09-29 02:30:00 +02:00
upload_button.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
upload_form.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_progress.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
warning.js Improve privacy dropdown, remove react-simple-dropdown dependency (#5140) 2017-10-01 12:20:00 +02:00