mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Simplify Advanced input keys to make space for new things coming up.
This commit is contained in:
parent
638322fd47
commit
c4179f5886
1 changed files with 6 additions and 6 deletions
|
@ -6,13 +6,13 @@
|
||||||
div
|
div
|
||||||
h6(translate) Special Keys
|
h6(translate) Special Keys
|
||||||
div.special-keys-buttons
|
div.special-keys-buttons
|
||||||
button(tooltip='{{ "Power" | translate }}', ng-click='press("power")').btn.btn-danger
|
button(tooltip='{{ "Power" | translate }}', ng-click='press("power")').btn.btn-danger.btn-xs
|
||||||
i.fa.fa-power-off
|
i.fa.fa-power-off
|
||||||
button(tooltip='{{ "Camera" | translate }}', ng-click='press("camera")').btn.btn-primary
|
button(tooltip='{{ "Camera" | translate }}', ng-click='press("camera")').btn.btn-primary.btn-xs
|
||||||
i.fa.fa-camera
|
i.fa.fa-camera
|
||||||
button(tooltip='{{ "Switch Charset" | translate }}', ng-click='press("switch_charset")').btn.btn-primary.btn-info
|
button(tooltip='{{ "Switch Charset" | translate }}', ng-click='press("switch_charset")').btn.btn-primary.btn-info.btn-xs
|
||||||
i.fa Aa
|
i.fa Aa
|
||||||
button(tooltip='{{ "Search" | translate }}', ng-click='press("search")').btn.btn-primary
|
button(tooltip='{{ "Search" | translate }}', ng-click='press("search")').btn.btn-primary.btn-xs
|
||||||
i.fa.fa-search
|
i.fa.fa-search
|
||||||
|
|
||||||
h6(translate) Volume
|
h6(translate) Volume
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
i.fa.fa-step-forward
|
i.fa.fa-step-forward
|
||||||
button(tooltip='{{ "Fast Forward" | translate }}', ng-click='press("media_fast_forward")').btn.btn-primary.btn-xs
|
button(tooltip='{{ "Fast Forward" | translate }}', ng-click='press("media_fast_forward")').btn.btn-primary.btn-xs
|
||||||
i.fa.fa-fast-forward
|
i.fa.fa-fast-forward
|
||||||
h6 D-pad
|
//h6 D-pad
|
||||||
table.special-keys-dpad-buttons
|
//table.special-keys-dpad-buttons
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
td
|
td
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue