/keypress shift hold //Presses the Shift Key, and Holds it
/delay 0.2s
/keypress 2 //This is your hotbutton set number
/delay 0.2s
/keypress shift //Releases the Shift key
/delay 0.2s
/keypress 2 //this presses the number 2 key, using the hotbutton #2
/delay 0.2s
/keypress shift hold //Presses the Shift Key, and Holds it
/delay 0.2s
/keypress 1 //This is your hotbutton set number
/delay 0.2s
/keypress shift //Releases the Shift key