Closed jgosmann closed 7 years ago
You have it exactly right; I don’t think there’s an objectively “true” answer to your quesions. But I think following the principle of least astonishment for existing users, it would be best to stay consistent with Karabiner (i.e., trigger Cmd+Left/Right).
I think those keys are supposed to map to the Home and End keys in the Neo layout (verify this).
This is correct; see the description of Neo navigation block symbols
It seems that the macOS behaviour for these keys is supposed to be what it is right now
Yup, this is also true. (Some people aren’t too happy about it though.)
I merged the PR #3 to map to Cmd+Left/Right instead of Home/End because it is more consistent with prior behaviour and seems more useful to me and everyone else who voiced an opinion. As long as no one requests to map to Home/End I will not look further into supporting both options.
From this and this comment:
I think those keys are supposed to map to the
Home
andEnd
keys in the Neo layout (verify this). It seems that the macOS behaviour for these keys is supposed to be what it is right now (unfortunately I do not have a keyboard with actualHome and
Endkeys to test). But it seems that people (and me) prefer to have those keys mapped as what probably is
Cmd+Leftand
Cmd+Right`.What is more important?
I suppose ideally this could be configured, but this would be a more complex change and I would need to understand more of the code base to do it.