Sha256: 6c0b40f45536fc0c08a83f533fc3e7a8b0c522efc3db3d3062b69201df54b89e
Contents?: true
Size: 506 Bytes
Versions: 17
Compression:
Stored size: 506 Bytes
Contents
<html> <% redcar_css = File.expand_path(File.join(Redcar.root, %w(plugins html_view assets redcar.css))) %> <link rel="stylesheet" href="file://<%= redcar_css %>" type="text/css" media="screen"> <h3>Keyboard Shortcuts</h3> <a href="controller/index">Refresh List</a> <table> <tr> <th>Action</th> <th>Shortcut</th> </tr> <% Redcar.app.main_keymap.map.each do |key, command| %> <tr> <td><%= clean_name(command) %></td> <td><%= key %></td> </tr> <% end %> </table> </html>
Version data entries
17 entries across 17 versions & 1 rubygems