diff --git a/src/app/projector.rs b/src/app/projector.rs index beb9cab..9a9b34d 100644 --- a/src/app/projector.rs +++ b/src/app/projector.rs @@ -23,10 +23,9 @@ pub fn Projector(cx: Scope) -> impl IntoView {
- "Volume up" " " @@ -39,14 +38,15 @@ pub fn Projector(cx: Scope) -> impl IntoView { "Unmute" -
+ +
+
- "Blank" " " @@ -54,11 +54,20 @@ pub fn Projector(cx: Scope) -> impl IntoView { "Unblank" " " - "Freeze" + "(Un)freeze" " " // // "Unfreeze" // " " +
+ +
+ +
"Contrast up" " " @@ -71,31 +80,36 @@ pub fn Projector(cx: Scope) -> impl IntoView { "Brightness down" -
+ +
+
- "Power on" " " "Power off" +
+ +
-
- "Menu button" " " + + "Menu ok" + " " "Menu up" " " @@ -107,18 +121,16 @@ pub fn Projector(cx: Scope) -> impl IntoView { " " "Menu right" - " " - - "Menu ok" -
+ +
+
- "VGA A" " " @@ -143,9 +155,6 @@ pub fn Projector(cx: Scope) -> impl IntoView { "USB Viewer" -
- - } }