I'm trying to do searches via my steering wheel remote. I have assigned "search" to one button and to another button a popup with items "two,three,four,five,six,seven,eight,nine,zero" to do the searching. It works, but remembering that "two"="abc" while driving is kind of tough. I was hoping to place lines such as "abc=two" in the [hijack] section of config.ini, so that my popup would have items "abc,def,ghi,....,qz", but this did not work. Is there a way to achieve this?

The following features would be wonderful to have in Hijack (Mark, would you PLEASE consider them?):

1) Create "abc", "def", etc as symbolic code names which Hijack understands the same as "two", "three", etc.

2) Extend the syntax for popups to allow alternate text to represent an entry. This would be more general. For example:
Popup1=two("abc"),three("def"),four("ghi")....
would show a menu with entries abc, def, and ghi which when selected would send codes corresponding to two, three or four.

What do you think?

Thanks!