Is there a keyboard shortcut for executing a field's custom action script? The idea is to avoid operators using the mouse to click the custom action button in the field. Thanks
You can assign a shortcut to "Execute Custom Action" in the verification Station. In the Menu go to Tools -> Options -> Keyboard Shortcuts
0
Permanently deleted user
Hello
Assigning a keyboard shortcut to a field's custom action directly is probably not possible. As a workaround you can add a custom button in verification stageroject setup station-project properties-stage tools-verification-edit skin-commands. Refer to help scripts for customizing interface-On user commands for more information regarding custom buttons.
Then you can implement needed functioality in this user command and assign a shortcut to it.
Thanks Timur and Willem. I guess assigning a keybord shorcut in the verification station the on user command and writing code to find out which field had focus and then execute the corresponding custom action script for that field will work.
コメント
3件のコメント
In the Menu go to Tools -> Options -> Keyboard Shortcuts
Assigning a keyboard shortcut to a field's custom action directly is probably not possible. As a workaround you can add a custom button in verification stage
Then you can implement needed functioality in this user command and assign a shortcut to it.
サインインしてコメントを残してください。