Open gurgeous opened 10 years ago
On the mac, option-delete deletes a word. In the iOpener input panel, it should consume a slash. At the moment it does this:
~/some/directory ~/some/ (after option-delete)
but it should do this:
~/some/directory ~/some (after option-delete)
:)
Oh, and it should probably consume tilde characters (~) for good measure too.
On the mac, option-delete deletes a word. In the iOpener input panel, it should consume a slash. At the moment it does this:
~/some/directory ~/some/ (after option-delete)
but it should do this:
~/some/directory ~/some (after option-delete)
:)