pqrs-org/Karabiner-Elements

Complex modification not working on Sonoma

已關閉

#3,741 建立於 2024年3月10日

 (8 則留言) (1 個反應) (0 位負責人)C++ (909 個分叉)batch import
bughelp wantedstale

倉庫指標

星標
 (22,112 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

macOs: Sonoma Karabiner: 14.13.0

Hi,

I am trying to use some complex modifications (one at a time) here: https://ke-complex-modifications.pqrs.org/#swedish_mx_keys_programming

I have tried everything but it doesnt work at all. Can someone please help?

So far I tried only one modification using "add your own rule":


{
      "description": "Swedish keyboard, Right command + 7,0 => curly-brackets {}",
      "manipulators": [
        {
          "type": "basic",
          "from": {
            "key_code": "7",
            "modifiers": {
              "mandatory": [
                "right_command"
              ]
            }
          },
          "to": [
            {
              "key_code": "8",
              "modifiers": [
                "left_option",
                "left_shift"
              ]
            }
          ]
        },
        {
          "type": "basic",
          "from": {
            "key_code": "0",
            "modifiers": {
              "mandatory": [
                "right_command"
              ]
            }
          },
          "to": [
            {
              "key_code": "9",
              "modifiers": [
                "left_option",
                "left_shift"
              ]
            }
          ]
        }
      ]
    }

Also, Add a predifined rule doesnt show on search:

image

And if clicked on "Import more rules from internet", it doesnt really import:

image

It says will import, but doesnt really import: image

貢獻者指南