diff -r 02229133df43 -r 51a3d6f39944 svghmi/widget_keypad.ysl2 --- a/svghmi/widget_keypad.ysl2 Tue Sep 13 16:51:54 2022 +0200 +++ b/svghmi/widget_keypad.ysl2 Tue Sep 13 16:53:15 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); } } ||