Then I try to alter the name of one of them. I hit F2, the name is highlighted, then I go to the end and type a text string which AutoHotKey is supposed to expand into a larger, more complicated string of text.
This never worked. Fine, I thought. Everything is just grabbing whatever 'hooks' AutoHotKey normally listens to. I'll just rename the file manually. For years.
Then one day recently, it actually worked! For about five minutes.
This is just one example. Hit 'b', two spaces, then whatever you type next will be surrounded by square brackets
Code: Select all
:*:b ::[]{LEFT}
Or anyone use another text expander that works in the file results pane?