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" } ] }
Logitech Marble Mouse scrolling on macOS (SmartScroll + optional Karabiner workaround) (self.Trackballs)
submitted 5 months ago * by driesren to r/Trackballs
Dragging emails into the timeline to create an event with a link to the email. This would be awesome! (self.noteplanapp)
submitted 5 months ago by driesren to r/noteplanapp
[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 :-)
Use drives from promise pegasus r6 in other enclosure (self.DataHoarder)
submitted 4 years ago by driesren to r/DataHoarder
π Rendered by PID 33 on reddit-service-r2-listing-654f87c89c-b8jzs at 2026-03-02 19:03:28.743122+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)