10-25-2018 10:40 AM
I moved the location of all my scrips, which others use. What I would like to do is create a script that will modify the file path of hotkeys that have been programmed by the user to match the new path.
Is there a way I can access the hot key file paths?
Solved! Go to Solution.
10-29-2018 04:28 PM
Hi,
Can you clarify what file paths you mean? Is this a dialog hotkey?
10-30-2018 08:24 AM
DIAdem has the "hold shift and then press a function button" that calls a script that the user has programmed.
10-31-2018 10:47 AM
OK, have you seen this forum post:
Programatically assigning scripts to Function keys
https://forums.ni.com/t5/DIAdem/Programatically-assigning-scripts-to-Function-keys/td-p/478872
11-01-2018 12:22 PM
This almost gets what I need. Is there a way that I can get what the current file path is for F1-F12?
11-01-2018 12:38 PM - edited 11-01-2018 12:39 PM
GlobalFnScriptGet would work for what I need to find the current file path.
Call GlobalFnScriptSet works to set the path.