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/components
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
..
auto_close_form_component.js Put that autoclose regexp back. Firefox, take it easy. 2013-11-28 14:49:11 -05:00
basic_topic_list_component.js Renamed components so they don't all have the annoying discourse- prefix 2013-11-19 11:59:50 -05:00
bread_crumbs_component.js Don't show "uncategorized" if allow_uncategorized_topics is false. 2013-12-15 15:56:06 +05:30
categorydrop_component.js Support for "no subcategories" 2013-12-16 13:06:35 -05:00
home_logo_component.js removes redundant enclosing tag 2013-11-19 21:28:05 +01:00
keyboard_shortcuts_component.js Add Global Keyboard Shortcuts 2013-12-22 12:16:42 -07:00
post_gap_component.js Some style changes for omitted posts, also mobile style. 2013-12-06 12:51:00 -05:00
private_message_map_component.js Renamed components so they don't all have the annoying discourse- prefix 2013-11-19 11:59:50 -05:00
sortable_heading_component.js Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
toggle_summary_component.js Renamed components so they don't all have the annoying discourse- prefix 2013-11-19 11:59:50 -05:00
topic_map_component.js Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
topic_participant_component.js Fix: Participant filter was broken. 2013-11-22 17:02:12 -05:00
topic_status_component.js Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00