i am using the following code:
Dim wShell
Set WshShell = CreateObject("WScript.Shell")
dim userInput
userInput = InputBox("Enter a website for the hotkey CTRL+SHIFT+1.", "Hotkeys")
what code would i use after this so that it would set a system hotkey so that whenever the user presses CTRL+SHIFT+1 it would open:
" userInput
Dim wShell
Set WshShell = CreateObject("WScript.Shell")
dim userInput
userInput = InputBox("Enter a website for the hotkey CTRL+SHIFT+1.", "Hotkeys")
what code would i use after this so that it would set a system hotkey so that whenever the user presses CTRL+SHIFT+1 it would open:
" userInput