svghmi/widget_keypad.ysl2
changeset 3596 9c725829d8f0
parent 3520 b27e50143083
--- a/svghmi/widget_keypad.ysl2	Wed Aug 31 12:16:09 2022 +0200
+++ b/svghmi/widget_keypad.ysl2	Fri Sep 02 10:46:05 2022 +0200
@@ -118,11 +118,11 @@
              }
              if(this.Shift_sub && this.shift != this._shift){
                  this._shift = this.shift;
-                 set_activation_state(this.Shift_sub, this.shift);
+                 set_activity_state(this.Shift_sub, this.shift);
              }
              if(this.CapsLock_sub && this.caps != this._caps){
                  this._caps = this.caps;
-                 set_activation_state(this.CapsLock_sub, this.caps);
+                 set_activity_state(this.CapsLock_sub, this.caps);
              }
          }
     ||