You can bind the completion command to any key sequence. Pick something that's easy to type but unlikely to appear in a normal command, like say capital A. Put `bind "A":complete` in `~/.bashrc`, and new bash instances will use capital A as well as `TAB` to invoke completion.