Search found 46 matches

by Killy
Tue Jan 23, 2018 6:29 pm
Forum: XMouse Button Control
Topic: Any way to temporary override mouse speed?
Replies: 2
Views: 3806

Any way to temporary override mouse speed?

Something similar to precision toggle on gaming mouses would be nice to have.
Might be command or layer option or hotkey/modifier key.
by Killy
Tue Jan 23, 2018 6:18 pm
Forum: XMouse Button Control
Topic: Reducing Mouse Wheel Sensitivity
Replies: 3
Views: 5010

Re: Reducing Mouse Wheel Sensitivity

I think this issue is one of the things I addressed in my proposal: http://forums.highrez.co.uk/viewtopic.php?f=6&t=2745
by Killy
Tue Jan 23, 2018 6:13 pm
Forum: XMouse Button Control
Topic: Combine "Change movement to scroll" with layers
Replies: 6
Views: 7662

Re: Combine "Change movement to scroll" with layers

Desired state : https://i.imgur.com/exQIKlz.png This means, default action will also be needed with combined layer/scroll switching. The only uncovered use-case is when you have to drag something with the RMB. But it is so rare I can map one of "unusable" buttons to RMB too for that. (The...
by Killy
Thu Jan 11, 2018 12:06 am
Forum: XMouse Button Control
Topic: Scroll emulation not working in Windows 10 "Open with" dialog
Replies: 3
Views: 4473

Scroll emulation not working in Windows 10 "Open with" dialog

https://i.imgur.com/bhNVzrg.png In this dialog, regular scroll does work, but scroll emulation doesn't. While I understand why games and some system windows may not support scroll emulation, this one seems strange. I wonder if this was intentional or not from Windows developers. Regular UWP apps su...
by Killy
Tue Dec 26, 2017 1:36 pm
Forum: XMouse Button Control
Topic: XMBC 2.17 Release
Replies: 18
Views: 17199

Re: XMBC 2.17 Release

Thanks. I even went as far as checking pdf manual. But corresponding section wasn't updated there. Didn't notice instructions in Find Window dialog. And usually I don't have to open it anyway. Being able to select multiple apps in Choose Application dialog with Ctrl key would be nice, although still...
by Killy
Mon Dec 25, 2017 2:40 pm
Forum: XMouse Button Control
Topic: XMBC 2.17 Release
Replies: 18
Views: 17199

Re: XMBC 2.17 Release

#503 - Add ability for window profiles to match on multiple processes, captions, and classes. Does it mean I can have a single profile entry for foo.exe and bar.exe? (I thought about proposing profiles as groups and matches as items within groups, allowing for multiple (zero or more) matches per pr...
by Killy
Wed Dec 20, 2017 2:45 am
Forum: XMouse Button Control
Topic: XMBC 2.17 Beta
Replies: 141
Views: 134688

Re: XMBC 2.17 Beta

Sorry if it sounded demanding. I meant, addressing bunch of small issues is good on it's own.

Speaking of free time, it's unfortunate the project is not open source and so I can't share some time to make a pull request.
by Killy
Wed Dec 20, 2017 1:41 am
Forum: XMouse Button Control
Topic: XMBC 2.17 Beta
Replies: 141
Views: 134688

Re: XMBC 2.17 Beta

Eh. Nothing new for me here.
Although I can it covers plenty of other recent reports.
by Killy
Mon Dec 11, 2017 3:41 pm
Forum: XMouse Button Control
Topic: "Movement to scroll" improvements
Replies: 10
Views: 9702

Re: "Movement to scroll" improvements

which is increased ... every time a new movement message is received I don't think this will produce reasonable result in any case. This way it depends on time (event counter), not actual movement amplitude. Therefore I can't make it faster by moving faster - event rate is limited. I think accelera...
by Killy
Sun Dec 03, 2017 5:20 pm
Forum: XMouse Button Control
Topic: "Movement to scroll" improvements
Replies: 10
Views: 9702

Re: "Movement to scroll" improvements

Ok. I made this playground/POC thing: http://mxii.eu.org/demo/scroll/ (Drag or scroll over page. Green is for mouse input, red for emulated scroll, blue for actual scroll.) And code gist for convenience: https://gist.github.com/KillyMXI/555ada7f77489bfc440d1f73146ef443 (See comments around important...
by Killy
Wed Nov 29, 2017 3:47 pm
Forum: XMouse Button Control
Topic: Combine "Change movement to scroll" with layers
Replies: 6
Views: 7662

Re: Combine "Change movement to scroll" with layers

Logitech Trackman Marble has no scroll and basically two usable buttons (two others are hardly reachable without awkward bends on this otherwise very ergonomic device). As I mentioned in opening post, I'd like to get scroll and middle button in a convenient way. Having the single button to change b...
by Killy
Wed Nov 29, 2017 12:55 pm
Forum: XMouse Button Control
Topic: "Movement to scroll" improvements
Replies: 10
Views: 9702

Re: "Movement to scroll" improvements

1. That really feels better. Thanks. Also, direction vector has kind of subpixel resolution except when movement happens straight along the axis. 2. I need something to start with - that's where open source would've helped. I need to know what current code does to calculate scroll amount from (dx,dy...
by Killy
Wed Nov 29, 2017 12:26 pm
Forum: XMouse Button Control
Topic: Combine "Change movement to scroll" with layers
Replies: 6
Views: 7662

Re: Combine "Change movement to scroll" with layers

Really really sad to hear. :( By "to be a property of a layer" I mean: Option for a layer (checkbox and setup cog button on layer page). When checked, it should always take over movement when that layer is active. Or simpler solution - add layer switching feature to "Change movement t...
by Killy
Wed Nov 29, 2017 2:57 am
Forum: XMouse Button Control
Topic: "Movement to scroll" improvements
Replies: 10
Views: 9702

"Movement to scroll" improvements

1. When I move the ball on my trackball, it is not exactly in X or Y direction. When I have "Lock to Y axis" checked, scrolling might behave not quite as good as I'd like it too - I have to check if I hold trackball properly. I think it might be better experience if you take into account n...
by Killy
Tue Nov 28, 2017 1:52 am
Forum: XMouse Button Control
Topic: XMBC 2.17 Beta
Replies: 141
Views: 134688

Re: XMBC 2.17 Beta

For clipboard and scripting, https://hluk.github.io/CopyQ/ might be better fit, along with autohotkey or autoit. Although CopyQ might take some time to wrap own head around.

Mouse remapping tool shouldn't go deep into this path.