Another MacOS convention I use a lot and would like in Pharo is triple-click to select a whole paragraph. And if I can implement that, I would also like to disable the corresponding Pharo convention (double click at the start or end of the paragraph).
For the tripple-click I do not know.
Now if you want to try use the headless vm (because we are introducing SDL20 as a backend to capture event and expose them to the user
so you will be able to get all the events from the OS and not some as it was previously the case) and ask.
Using SDL20 we were able to implement several gesture recognition in the past.
Some smaller things that I���m also not used to: When moving the text cursor one word at a time, Pharo treats white space as words, whereas MacOS skips over white space. Conversely, when double-clicking to select a whole word, MacOS treats white space between words like a word, whereas Pharo selects the adjacent word.
Yes Pharo could really improve from that perspectiv. If you provide a fix we will really look at it and probably accept it.
At some point we want to have move to the end of the next word. :)