2/27/2025 1:55 PM | |
Joined: 9/14/2018 Last visit: 4/8/2025 Posts: 7 Rating:
|
Hello, We had updated our WinCC application to V15.1 (from 7) and found out the hotkeys weren't working anymore, as written here : Why do configured hotkeys not function on the WinCC Web Navigator clients? - ID: 11398872 - Industry Support Siemens We found a workaround that might help some with the same problem; here it is : In every screen, there's events that can be used. One of them is "Press key". While in this event type, there is a parameter called "UINT keyChar" which return the key pressed value (some listed below). With the use of "if" we can then make a C action depending on which key is pressed. We had another problem with this; the screen needed to have the focus for the Press key event to work. We then added the script from here : Why is the focus not set even though the "Set Focus" action has been configured for ... - ID: 634557 - Industry Support Siemens and changed "focus" in this script to "your_screen_name". We then assigned this on the "loaded" event of the screen. Some of the keychar :
GChicoine |
Last edited by: Moderator_Lan at: 02/27/2025 14:14:55links optimized |
|
Follow us on