Until something else, this similar problem may be the workaround:
http://forums.station.sony.com/eq2/p...opic_id=443560
To fix the problem I was running into:
binding Ctr+Shift+1 to hotbar 6 bank 1 -> clicking resulted in a hotbar swap AND the button click.
1. Go to your EQ2 folder then into the Keyboards folder.
1.a - If you are on Vista -> Scream and pull out your hair until you get the folder AND file permissions to allow you to save/edit files.
2. Instead of the file in the link I provided, you want to FIRST make a backup of your eq2_keymap_United States.ini (unless you are in another country???)
3. Edit the file in Notepad or some other editor you are 100% sure is a pure text editor (don't use Word!).
4. Comment out the following with the "#" sign like this:
Save the file and you should no longer get the hotbar swapping when you set hotkeys.Code:#Select Bank
#keydown KEY_1 UI_QUICKBAR_BANK_0 SHIFT
#keydown KEY_2 UI_QUICKBAR_BANK_1 SHIFT
#keydown KEY_3 UI_QUICKBAR_BANK_2 SHIFT
#keydown KEY_4 UI_QUICKBAR_BANK_3 SHIFT
#keydown KEY_5 UI_QUICKBAR_BANK_4 SHIFT
#keydown KEY_6 UI_QUICKBAR_BANK_5 SHIFT
#keydown KEY_7 UI_QUICKBAR_BANK_6 SHIFT
#keydown KEY_8 UI_QUICKBAR_BANK_7 SHIFT
#keydown KEY_9 UI_QUICKBAR_BANK_8 SHIFT
#keydown KEY_0 UI_QUICKBAR_BANK_9 SHIFT
#keydown KEY_1 UI_QUICKBAR_BANK_0_ALT SHIFT ALT
#keydown KEY_2 UI_QUICKBAR_BANK_1_ALT SHIFT ALT
#keydown KEY_3 UI_QUICKBAR_BANK_2_ALT SHIFT ALT
#keydown KEY_4 UI_QUICKBAR_BANK_3_ALT SHIFT ALT
#keydown KEY_5 UI_QUICKBAR_BANK_4_ALT SHIFT ALT
#keydown KEY_6 UI_QUICKBAR_BANK_5_ALT SHIFT ALT
#keydown KEY_7 UI_QUICKBAR_BANK_6_ALT SHIFT ALT
#keydown KEY_8 UI_QUICKBAR_BANK_7_ALT SHIFT ALT
#keydown KEY_9 UI_QUICKBAR_BANK_8_ALT SHIFT ALT
#keydown KEY_0 UI_QUICKBAR_BANK_9_ALT SHIFT ALT
#keydown KEY_1 UI_QUICKBAR_BANK_0_CTRL SHIFT CONTROL
#keydown KEY_2 UI_QUICKBAR_BANK_1_CTRL SHIFT CONTROL
#keydown KEY_3 UI_QUICKBAR_BANK_2_CTRL SHIFT CONTROL
#keydown KEY_4 UI_QUICKBAR_BANK_3_CTRL SHIFT CONTROL
#keydown KEY_5 UI_QUICKBAR_BANK_4_CTRL SHIFT CONTROL
#keydown KEY_6 UI_QUICKBAR_BANK_5_CTRL SHIFT CONTROL
#keydown KEY_7 UI_QUICKBAR_BANK_6_CTRL SHIFT CONTROL
#keydown KEY_8 UI_QUICKBAR_BANK_7_CTRL SHIFT CONTROL
#keydown KEY_9 UI_QUICKBAR_BANK_8_CTRL SHIFT CONTROL
#keydown KEY_0 UI_QUICKBAR_BANK_9_CTRL SHIFT CONTROL
#Hotbar Selection
#keyhold KEY_LALT UI_ALTBANK
#keyhold KEY_RALT UI_ALTBANK
#keyhold KEY_LCONTROL UI_CTRLBANK
#keyhold KEY_RCONTROL UI_CTRLBANK
It looks like we will have to resort to editing the ini files until they get a fix in for this. :S