diff --git a/services/web/app/views/project/editor/hotkeys.jade b/services/web/app/views/project/editor/hotkeys.jade index c584e5eb28..c2c5e66759 100644 --- a/services/web/app/views/project/editor/hotkeys.jade +++ b/services/web/app/views/project/editor/hotkeys.jade @@ -50,16 +50,22 @@ script(type="text/ng-template", id="hotkeysModalTemplate") .hotkey span.combination {{ctrl}} + A span.description Select All - .col-xs-6 .hotkey span.combination Tab span.description Indent Selection + .col-xs-6 .hotkey - span.combination {{ctrl}} + U + span.combination Ctrl + U span.description To Uppercase .hotkey span.combination Ctrl + Shift + U span.description To Lowercase + .hotkey + span.combination {{ctrl}} + B + span.description Bold text + .hotkey + span.combination {{ctrl}} + I + span.description Italic Text .modal-footer button.btn.btn-default( ng-click="cancel()" diff --git a/services/web/public/stylesheets/app/editor/hotkeys.less b/services/web/public/stylesheets/app/editor/hotkeys.less index 17533c412b..cb77908a3a 100644 --- a/services/web/public/stylesheets/app/editor/hotkeys.less +++ b/services/web/public/stylesheets/app/editor/hotkeys.less @@ -6,7 +6,11 @@ } .hotkey { - margin-bottom: @line-height-computed / 4; + margin-bottom: @line-height-computed / 2; + } + + .description { + display: inline-block; } .combination {