Jake Eaton
Jake Eaton
I've been thinking of a way to do this without too much overhead, but I haven't had any good ideas yet. You can change the order of link hints by...
The hint markers are absolute-positioned, so changing the margin won't work. I'd have add JavaScript to split up hint markers that are too close together.
The brackets surrounding the asterisk in `m` are meant to indicate that any key after `m` will be accepted. I've implemented it slightly differently in the code: the correct way...