Added tabindex and accesskeys for common input controls.

This commit is contained in:
Gunther Brunner
2014-07-16 20:05:34 +09:00
parent e922b263f7
commit 700c320257
6 changed files with 11 additions and 8 deletions

View File

@@ -9,7 +9,8 @@
.widget-content.padded
.input-group.form-inline
input(type=text, ng-model='command', ng-enter='run(command)', text-focus-select).form-control.shell-input
input(type=text, ng-model='command', ng-enter='run(command)', text-focus-select,
tabindex='30', accesskey='S').form-control.shell-input
span.input-group-btn
// , tooltip='{{"Run Command"|translate}}'
button.btn.btn-primary-outline(ng-click='run(command)', ng-disabled='!command')