8000 How is double clicking configured exactly? · Issue #1108 · sezanzeb/input-remapper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How is double clicking configured exactly? #1108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
7sparrow opened this issue May 25, 2025 · 0 comments
Open

How is double clicking configured exactly? #1108

7sparrow opened this issue May 25, 2025 · 0 comments

Comments

@7sparrow
Copy link
7sparrow commented May 25, 2025

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 7sparrow changed the title How is double cilcking configured exactly? How is double clicking configured exactly? May 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0