Quote Originally Posted by Bixby View Post
"/chotbar change 1" is the command to switch your current cross hotbar to #1. I don't know why they list "display" with /chotbar in the guide, as it makes no sense at all (display is for making KB hotbars visible/invisible; you only ever have one chotbar, and its visibility is controlled by other settings and/or pressing shoulder buttons). And I think /gaction "Teleport" would be the command for teleport, so you'd want to replace the teleport ability on your hotbar with a macro:

/micon "Teleport" general
/gaction "Teleport"
/chotbar change 1

This won't work exactly like you want (Teleport pops up the list of destinations, and the hotbar will change immediately, rather than after you've selected a destination), but it's pretty close.
Maybe if you add in a /wait 20 after the /gaction command?