input-remapper
input-remapper copied to clipboard
How is double clicking configured exactly?
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.