1

Possible Duplicates:
Mac OS X: How to change word separator characters?
Wrapping word configuration in mac

I would like : to cause a different selection when text is double clicked.

Eg if in Chrome (beta v9, OSX Snow Leopard) I double click on the text define:superuser, and I click on the superuser part of that line, it should only select superuser, not the whole thing.

I wonder if this can be done!

Robotnik
  • 2,645

1 Answers1

1

You could change the default word break setting to English (United States, Computer).

The only difference between the two English options (at least for ASCII characters) seems to be whether period and colon are treated as part of words.

Part of words:

  • '.:_ in Standard
  • '_ in English (United States, Computer)

Not part of the start or end of words:

  • $+<=>^` in Standard
  • $+<=>^` in English (United States, Computer)
Lri
  • 42,502
  • 8
  • 126
  • 159