KE-complex_modifications icon indicating copy to clipboard operation
KE-complex_modifications copied to clipboard

Added Caps Lock --> Spotlight Search function.

Open JackSalzman opened this issue 2 years ago • 2 comments

Added CapsLocktoSearch.json and updated groups.json with changes.

JackSalzman avatar Nov 04 '22 17:11 JackSalzman

This is my first pull request on GitHub. I added a modification that remaps the ⇪ key to ⌘ + ␣.

Also, did you know? You can insert OS symbols (⌘⎋⏏︎⇪⇧⌤⌥⎇␣⌅⌦⌧⌫) by pressing fn+E and scrolling to the bottom.

JackSalzman avatar Nov 04 '22 17:11 JackSalzman

Added complex modification "Command Delete to Command Backspace"

JackSalzman avatar Nov 04 '22 17:11 JackSalzman

Thanks!

You can also use "spotlight" key instead of command+spacebar. The spotlight key always activates the spotlight, independent of the macOS shortcut settings. (It can also be pressed together with the option key to open the settings.)

    "to_if_held_down": [
        {
            "apple_vendor_keyboard_key_code": "spotlight"
        }
    ]

tekezo avatar Nov 06 '22 23:11 tekezo

Thanks!

You can also use "spotlight" key instead of command+spacebar. The spotlight key always activates the spotlight, independent of the macOS shortcut settings. (It can also be pressed together with the option key to open the settings.)

    "to_if_held_down": [
        {
            "apple_vendor_keyboard_key_code": "spotlight"
        }
    ]

some older Macs do not support the spotlight key, but I agree that your way is a more efficient way of writing it.

JackSalzman avatar Nov 07 '22 00:11 JackSalzman