Quote Originally Posted by Nyarlko View Post
Shift+1 = !
Would still be needed for typing. Maybe Ctrl+Alt+key would work? Just don't hit F4. lol
When do you ever need a ! if you're not typing?

Basically... while holding shift, the game does this:

if(TextboxHasFocus=false) //*If the cursor is not actually in the text box
{
DoLockTextInput(); //*prevent the text box from receiving input
DoShiftMacroDisplay(); //*display the macro bar so the user can select a macro
}