Skip to content

Caps lock not behaving #1154

Answered by MuhammedZakir
Honestpuck asked this question in Q&A
Discussion options

You must be logged in to vote
  1. For "simultaneously pressing both keys -> caps_lcok" rule, from.simultaneous is better.

  2. Regarding "caps_lock -> command+control+option" rule, there are two mistakes:

    • description is inside the manipulator, but it should be above it (inside rule); just like the first rule.
    • The to event is wrong -- it only contains modifiers. One correct definition is:
    {
        "key_code": "left_command",
        "modifiers": [
            "left_control",
            "left_option"
        ]
    }
    
  3. U…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Honestpuck
Comment options

Answer selected by Honestpuck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants