diff options
author | Jochen Topf <jochen@topf.org> | 2014-09-05 16:07:53 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-09-05 16:07:53 +0200 |
commit | 074e4eb4a002678e739652c1c4ff8905b00af17a (patch) | |
tree | 9bba7a7245e4005718fa3888d69b2b9bea1b2b24 /web/views | |
parent | fbf8a996cad328eb51fa150fe48dcac9339f7c94 (diff) | |
download | taginfo-074e4eb4a002678e739652c1c4ff8905b00af17a.tar taginfo-074e4eb4a002678e739652c1c4ff8905b00af17a.tar.gz |
Add projects page keyboard shortcut to help.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/help/keyboard.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/views/help/keyboard.erb b/web/views/help/keyboard.erb index 4a87c95..9e527d8 100644 --- a/web/views/help/keyboard.erb +++ b/web/views/help/keyboard.erb @@ -23,17 +23,17 @@ <td><span class="key"><%= h(t.help.keyboard.keys.end) %></span> - <%= h(t.help.keyboard.last_page) %></td> </tr> <tr> - <td><span class="key">c</span> - <%= h(t.help.keyboard.compare_page) %></td> + <td><span class="key">c</span> - <%= h(t.help.keyboard.projects_page) %></td> <td><span class="key"><%= h(t.help.keyboard.keys.esc) %></span> - <%= h(t.help.keyboard.deactivate) %></td> <td><span class="key">↑</span> - <%= h(t.help.keyboard.prev_entry) %></td> </tr> <tr> - <td><span class="key">←</span> - <%= h(t.help.keyboard.up) %></td> + <td><span class="key">c</span> - <%= h(t.help.keyboard.compare_page) %></td> <td></td> <td><span class="key">↓</span> - <%= h(t.help.keyboard.next_entry) %></td> </tr> <tr> - <td></td> + <td><span class="key">←</span> - <%= h(t.help.keyboard.up) %></td> <td></td> <td><span class="key">→</span> - <%= h(t.help.keyboard.enter_entry) %></td> </tr> |