03-08-2020, 06:20 PM
Sorry for this really simple question, but I couldn't find it in the help section 'key'
If I put ALT + F8 in a string "AF8" how do I translate it to a hotkey press (which also works in compiled exe).
Function Function12
The goal is to use it in a dialog where the user can input a key press combination in an inputfield.
Examples:
AF8, = ALT+F8
CSF2 = CTRL+SHIFT+F2
...etc...
If I put ALT + F8 in a string "AF8" how do I translate it to a hotkey press (which also works in compiled exe).
Function Function12
The goal is to use it in a dialog where the user can input a key press combination in an inputfield.
Examples:
AF8, = ALT+F8
CSF2 = CTRL+SHIFT+F2
...etc...