ef7fce4a9f
* Fixes: #5343
32 lines
797 B
Text
32 lines
797 B
Text
#modal-shortcuts.modal.hide{tabindex: -1}
|
||
.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
|