This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/routes
Ryan Sullivan 5100c2bbd2 Add Global Keyboard Shortcuts
Not all of these have been fully implemented yet.

**Jump To**
* `g` then `h` - Home (Latest)
* `g` then `l` - Latest
* `g` then `n` - New
* `g` then `u` - Unread
* `g` then `f` - Favorited
* `g` then `c` - Categories List

**Navigation**
* `u` - Back to topic list
* `k` / `j` - Newer/Older conversation or post
* `o` or `Enter` - Open selected conversation
* <code>`</code> - Go to next section
* `~` - Go to previous section

**Application**
* `c` - Create a new topic
* `n` - Open notifications menu
* `/` - Search
* `?` - Open keyboard shortcut help

**Actions**
* `f` - Favorite topic
* `s` - Share topic
* `<Shift>` + `s` - Share selected post
* `r` - Reply to topic
* `<Shift>` + `r` - Reply to selected post
* `l` - Like selected post
* `!` - Flag selected post
* `b` - Bookmark selected post
* `e` - Edit selected post
* `d` - Delete selected post
* `m` then `m` - Mark topic as muted
* `m` then `r` - Mark topic as regular
* `m` then `t` - Mark topic as tracking
* `m` then `w` - Mark topic as watching
2013-12-22 12:16:42 -07:00
..
application_route.js Add Global Keyboard Shortcuts 2013-12-22 12:16:42 -07:00
application_routes.js Support for "no subcategories" 2013-12-16 13:06:35 -05:00
discourse_location.js Remove brackets from username_filters[] URL 2013-09-06 15:58:54 -04:00
discourse_restricted_user_route.js Each user activity filter has its own URL now. 2013-07-17 15:42:31 -04:00
discourse_route.js Close notifications dropdown on mobile after you click something 2013-10-07 16:11:54 -04:00
filtered_list_route.js FIX: Back button wasn't reusing scroll position on category filter 2013-11-21 11:31:10 -05:00
list_categories_route.js Show more than one topic per category on the wide categories page. Disable support for the 2-column categories page. The category_featured_topics site setting controls how many topics to show. 2013-12-12 15:52:30 -05:00
list_category_route.js Support for "no subcategories" 2013-12-16 13:06:35 -05:00
preferences_routes.js Replace data-dismiss=modal with action close. It's better to use our own ember code instead of relying on bootbox magic. 2013-11-01 12:14:08 -04:00
static_route.js FIX: FAQ wasn't loading sometimes 2013-07-16 12:11:30 -04:00
topic_from_params_route.js Upgrade Ember.js, fix swallowing of template errors, report unresolved promises in development mode. 2013-12-02 13:15:58 -05:00
topic_route.js Add setupTopicController event 2013-12-19 17:01:22 +01:00
user_activity_route.js Two Column User View 2013-10-16 15:51:01 -04:00
user_activity_stream_route.js Collapse user details when not viewing index view 2013-10-17 11:27:03 -04:00
user_index_route.js Two Column User View 2013-10-16 15:51:01 -04:00
user_invited_route.js Support for inviting to a forum from a user's invite page. 2013-11-06 12:56:50 -05:00
user_route.js Collapse user details when not viewing index view 2013-10-17 11:27:03 -04:00
user_topic_list_routes.js Controls for sorting topic columns 2013-11-13 11:48:38 -05:00