@@ -89,7 +89,7 @@ template $PebblesProgrammerView: $PebblesView {
8989 }
9090
9191 $PebblesButton lsh_rsh_button {
92- name: "lsh ";
92+ name: "l ";
9393 label_text: "Lsh";
9494 tooltip_desc: _("Left Shift");
9595 focus-on-click: false;
@@ -232,6 +232,8 @@ template $PebblesProgrammerView: $PebblesView {
232232 row: 1;
233233 column: 4;
234234 }
235+
236+ clicked => $on_click_function();
235237 }
236238
237239 $PebblesButton four_button {
@@ -319,6 +321,8 @@ template $PebblesProgrammerView: $PebblesView {
319321 row: 2;
320322 column: 4;
321323 }
324+
325+ clicked => $on_click_function();
322326 }
323327
324328 $PebblesButton one_button {
@@ -406,6 +410,8 @@ template $PebblesProgrammerView: $PebblesView {
406410 row: 3;
407411 column: 4;
408412 }
413+
414+ clicked => $on_click_function();
409415 }
410416
411417 $PebblesButton zero_button {
@@ -470,6 +476,8 @@ template $PebblesProgrammerView: $PebblesView {
470476 row: 4;
471477 column: 3;
472478 }
479+
480+ clicked => $on_click_function();
473481 }
474482
475483 $PebblesButton result_button_p {
@@ -616,6 +624,7 @@ template $PebblesProgrammerView: $PebblesView {
616624 }
617625
618626 $PebblesButton or_button {
627+ name: "o";
619628 label_text: "Or";
620629 tooltip_desc: _("Bitwise OR (TRUE for any input being TRUE)");
621630 accel_markup: "O";
@@ -632,7 +641,7 @@ template $PebblesProgrammerView: $PebblesView {
632641 column: 2;
633642 }
634643
635- // clicked => $on_click_function();
644+ clicked => $on_click_function();
636645 }
637646
638647 $PebblesButton memory_minus_button {
@@ -709,7 +718,7 @@ template $PebblesProgrammerView: $PebblesView {
709718 column: 2;
710719 }
711720
712- // clicked => $on_click_function();
721+ clicked => $on_click_function();
713722 }
714723
715724 $PebblesButton memory_recall_button {
@@ -786,7 +795,7 @@ template $PebblesProgrammerView: $PebblesView {
786795 column: 2;
787796 }
788797
789- // clicked => $on_click_function();
798+ clicked => $on_click_function();
790799 }
791800
792801 $PebblesButton memory_clear_button {
0 commit comments