[dolphin] [Bug 416633] Middle-click+drag to scroll

2024-07-04 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=416633

Zamundaaa  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-desktop/-/commit/
   ||7717671f0f074bdd0a936d927c7
   ||d86ebe47eb46c
 Resolution|--- |FIXED

--- Comment #5 from Zamundaaa  ---
Git commit 7717671f0f074bdd0a936d927c7d86ebe47eb46c by Xaver Hugl, on behalf of
Evgeny Chesnokov.
Committed on 04/07/2024 at 14:49.
Pushed by zamundaaa into branch 'master'.

kcms/mouse: add support for On-Button scrolling

Now you can scroll the page when you press the middle mouse button
Related: bug 429759, bug 473993, bug 477548

M  +7-1kcms/mouse/backends/kwin_wl/kwin_wl_device.cpp
M  +23   -0kcms/mouse/backends/kwin_wl/kwin_wl_device.h
M  +17   -5kcms/mouse/backends/x11/x11_libinput_dummydevice.cpp
M  +24   -0kcms/mouse/backends/x11/x11_libinput_dummydevice.h
M  +11   -0kcms/mouse/inputdevice.h
M  +17   -0kcms/mouse/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/7717671f0f074bdd0a936d927c7d86ebe47eb46c

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 416633] Middle-click+drag to scroll

2024-07-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=416633

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2357

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 416633] Middle-click+drag to scroll

2021-07-15 Thread Xeno Idaltu
https://bugs.kde.org/show_bug.cgi?id=416633

--- Comment #3 from Xeno Idaltu  ---
2) The second issue is speed. I feel that Firefox has become faster when
scrolling. I don't know how to edit this issue yet.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 416633] Middle-click+drag to scroll

2021-07-15 Thread Xeno Idaltu
https://bugs.kde.org/show_bug.cgi?id=416633

--- Comment #2 from Xeno Idaltu  ---
Thank you Aldrin. 


I like the way I navigate on Dolphin now, however there are two issues.

1) Firefox, Falkon, Chromium, etc have now lost the "image/icon" that shows up
under our cursor when we press/hold the middle button. 

I think we should edit Breeze Cursor themes to make the "all-scroll" image/icon
show up instead. The tricky part is what name/numbers to use. Years ago, I saw
a GitHub page with all possible names/numbers to use but currently don't have
enough time to search around the web.

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 416633] Middle-click+drag to scroll

2020-07-16 Thread Aldrin Tadas
https://bugs.kde.org/show_bug.cgi?id=416633

Aldrin Tadas  changed:

   What|Removed |Added

 CC||aldrintada...@gmail.com

--- Comment #1 from Aldrin Tadas  ---
There's a hacky way to do this in Linux in general regardless of what desktop
environment you use meaning it's going to work in any application that supports
mouse wheel scrolling.

It modifies the mouse functionality when middle-click is held down. You hold
the middle click then when you slide down your mouse it'll send a mouse wheel
signal instead of your cursor moving down.

What you're gonna look for if you're using libinput is this when you type `
xinput --list-props `

`libinput Scroll Method Enabled (287):  0, 0, 1`
`libinput Scroll Method Enabled Default (288):  0, 0, 1`

and for it to survive a reboot I have this on my
/etc/X11/xorg.conf.d/40-libinput.conf

Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
 Option "ScrollMethod" "button"
Driver "libinput"
EndSection

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 416633] Middle-click+drag to scroll

2020-03-01 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=416633

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 416633] Middle-click+drag to scroll

2020-01-23 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416633

Nate Graham  changed:

   What|Removed |Added

Summary|Autoscroll Tweak needed in  |Middle-click+drag to scroll
   |Dolphin.|
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.