input-remapper icon indicating copy to clipboard operation
input-remapper copied to clipboard

How is double clicking configured exactly?

Open 7sparrow opened this issue 7 months ago • 0 comments

Hi, im trying to get double clicking setup without interferring with the single click. But im failing so far.

Im trying to trigger 'r' when the right mouse button is double clicked.

[
    {
        "input_combination": [
            {
                "type": 1,
                "code": 273,
                "origin_hash": "3053316a9883deb9b2680fdf4ec5566b"
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "r",
        "mapping_type": "key_macro",
        "macro": [
            {"type": "wait", "value": 300},
            {
                "type": "if_tap",
                "value": [
                    {
                        "type": "if_tap",
                        "value": ["key(r)", "none"]
                    },
                    "none"
                ]
            }
        ]
    }
]

Im on bazzite with KDE 6.3.5. I quit IR, edited the file, restarted the service, then started IR again. Same result.

7sparrow avatar May 25 '25 10:05 7sparrow