Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    You can simplify this by using "modifiers": { "optional": [ "any"] } to avoid duplicating a rule for selection (this formatting in comment is horrible, copy paste to editor to read properly I s'ppose) { "description": "Home is Beginning of line", "type": "basic", "from": { "key_code": "home", "modifiers": { "optional": [ "any"] } }, "to": [{ "key_code": "left_arrow", "modifiers": [ "left_command" ] }] } Commented Sep 14, 2021 at 10:07
  • 3
    A rule to achieve this can also be imported from the repository, by going into the Complex modifications section and clicking on Import more rules from the internet, that will open a browser at ke-complex-modifications.pqrs.org, search for Home and grab Home and End from the results. Tested on Big Sur. Commented Jan 7, 2022 at 17:08