summaryrefslogtreecommitdiff
path: root/app/views/help/_shortcuts.html.haml
blob: 5f80a456cf754ff901ddf1df79f17465da7bb100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#modal-shortcuts.modal.hide
  .modal-dialog
    .modal-content
      .modal-header
        %a.close{href: "#", "data-dismiss" => "modal"} ×
        %h3 Keyboard Shortcuts
      .modal-body
        %h5 Global Shortcuts
        %p
          %span.label.label-inverse s
          –
          Focus Search
        %p
          %span.label.label-inverse ?
          –
          Show this dialog

        %h5 Project Files browsing
        %p
          %span.label.label-inverse
            %i.icon-arrow-up
          –
          Move selection up
        %p
          %span.label.label-inverse
            %i.icon-arrow-down
          –
          Move selection down
        %p
          %span.label.label-inverse Enter
          –
          Open selection