Sha256: ff2ed96130e4644ea2289f5e8462b9a693712ec003cad02a2c98d687afa61389

Contents?: true

Size: 1.24 KB

Versions: 8

Compression:

Stored size: 1.24 KB

Contents

<div
  class="modal fade"
  id="keyboardHelp"
  tabindex="-1"
  role="dialog"
  aria-labelledby="keyboardHelpLabel"
>
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header">
        <h4 class="modal-title" id="keyboardHelpLabel">Keyboard shortcuts</h4>
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
      </div>
      <div class="modal-body">
        <p class="small">
          You’ve activated the <em>keyboard shortcuts</em> help by typing “<strong>?</strong>”.
        </p>
        <table class="small table">
          <tr>
            <td><kbd>t</kbd></td>
            <td>Open the <em>topic finder</em> to filter the list of topic titles</td>
          </tr>
          <tr>
            <td><kbd>s</kbd></td>
            <td>Use the <em>search</em> field to find text in topic content</td>
          </tr>
          <tr>
            <td><kbd>?</kbd></td>
            <td>Show this list of keyboard shortcuts</td>
          </tr>
          <tr>
            <td><kbd>ESC</kbd></td>
            <td>Close this dialog</td>
          </tr>
        </table>
      </div>
    </div>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cms-dita-jekyll-theme-0.1.7 _includes/help.html
cms-dita-jekyll-theme-0.1.6 _includes/help.html
cms-dita-jekyll-theme-0.1.5 _includes/help.html
cms-dita-jekyll-theme-0.1.4 _includes/help.html
cms-dita-jekyll-theme-0.1.3 _includes/help.html
cms-dita-jekyll-theme-0.1.2 _includes/help.html
cms-dita-jekyll-theme-0.1.1 _includes/help.html
cms-dita-jekyll-theme-0.1.0 _includes/help.html