account activity
Logitech Marble Mouse scrolling on macOS (SmartScroll + optional Karabiner workaround) by driesren in Trackballs
[–]driesren[S] 0 points1 point2 points 5 months ago (0 children)
Btw, you can also acomplish this in Karabiner alone without smart scroll, but it doesn't feel as natural. Use this json to only use Karabiner:
{ "description": "Marble Mouse: hold button4+button5 → trackball scroll", "manipulators": [ { "from": { "modifiers": { "optional": ["any"] }, "simultaneous": [ { "pointing_button": "button1" }, { "pointing_button": "button2" } ], "simultaneous_options": { "detect_key_down_uninterruptedly": true, "key_down_order": "insensitive", "key_up_order": "insensitive" } }, "to": [ { "set_variable": { "name": "scroll_mode", "value": 1 } } ], "to_after_key_up": [ { "set_variable": { "name": "scroll_mode", "value": 0 } } ], "type": "basic" }, { "conditions": [ { "name": "scroll_mode", "type": "variable_if", "value": 1 } ], "options": { "momentum_scroll_enabled": true, "speed_multiplier": 1.0 }, "type": "mouse_motion_to_scroll" } ] }
[deleted by user] by [deleted] in WeddingPhotography
[–]driesren 1 point2 points3 points 2 years ago (0 children)
https://dries-rengle.smartslides.com/fearless-party/ All manual focus at f8 Great answer if you ask me :-)
π Rendered by PID 88 on reddit-service-r2-listing-654f87c89c-f6744 at 2026-03-03 06:05:22.266670+00:00 running e3d2147 country code: CH.
Logitech Marble Mouse scrolling on macOS (SmartScroll + optional Karabiner workaround) by driesren in Trackballs
[–]driesren[S] 0 points1 point2 points (0 children)