Skip to content
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

input-remapper GUI freeze when trying to map a key to dualsense touchpad #686

Open
zany130 opened this issue Apr 16, 2023 · 0 comments
Open

Comments

@zany130
Copy link

zany130 commented Apr 16, 2023

I tried mapping alt +F4 to dual sense guide btn + touchpad, and that made input-remapper freeze, so I killed it.

Opening it again and trying to go into my profile freezes the program again.

Rebooting and going into the profile also freezes.

Apparently, something was written to the config that caused the program to hang

Version: input-remapper 2.0.0 15eb0e9653bfb3aee021510f088afde4b36ebb81 https://github.com/sezanzeb/input-remapper python-evdev 1.6.1

Logs:
https://gist.github.com/zany130/6d019db12dc1597a4266ba21b503aa3b

Config:

[
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 1,
                "code": 308
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_LEFTMETA + KP_Equal",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 3,
                "code": 16,
                "analog_threshold": 1
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_RIGHT",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 3,
                "code": 16,
                "analog_threshold": -1
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_LEFT",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 3,
                "code": 17,
                "analog_threshold": -1
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_UP",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 1,
                "code": 318
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "XF86TouchpadToggle",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 3,
                "code": 17,
                "analog_threshold": 1
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_DOWN",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 1,
                "code": 315
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "Alt_L + Tab",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 1,
                "code": 311
            }
        ],
        "target_uinput": "mouse",
        "output_symbol": "BTN_LEFT",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 1,
                "code": 310
            }
        ],
        "target_uinput": "mouse",
        "output_symbol": "BTN_RIGHT",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 1,
                "code": 317
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_PLAYPAUSE",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            },
            {
                "type": 3,
                "code": 1,
                "origin_hash": "30e188e63b15bea64ab0543974a02797",
                "analog_threshold": -10
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_VOLUMEUP",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            },
            {
                "type": 3,
                "code": 1,
                "origin_hash": "30e188e63b15bea64ab0543974a02797",
                "analog_threshold": 10
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_VOLUMEDOWN",
        "mapping_type": "key_macro",
        "release_combination_keys": false
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 3,
                "code": 0,
                "analog_threshold": -10
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_PREVIOUS",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316
            },
            {
                "type": 3,
                "code": 0,
                "analog_threshold": 10
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_NEXT",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            },
            {
                "type": 1,
                "code": 314,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_LEFTMETA + Control_L + s",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            },
            {
                "type": 1,
                "code": 305,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "KEY_LEFTMETA + KP_Subtract",
        "mapping_type": "key_macro"
    },
    {
        "input_combination": [
            {
                "type": 1,
                "code": 316,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            },
            {
                "type": 1,
                "code": 307,
                "origin_hash": "30e188e63b15bea64ab0543974a02797"
            }
        ],
        "target_uinput": "keyboard",
        "output_symbol": "Shift_R + KEY_F12",
        "mapping_type": "key_macro"
    }
]
@zany130 zany130 changed the title input-remapper GUI freeze when trying to map a key to dulsense touchpad input-remapper GUI freeze when trying to map a key to dualsense touchpad Apr 16, 2023
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