Search found 50 matches

by Killy
Thu Nov 07, 2024 10:12 pm
Forum: XMouse Button Control
Topic: "Change movement to scroll" doesn't work after locking Windows session and login back
Replies: 8
Views: 11433

Re: "Change movement to scroll" doesn't work after locking Windows session and login back

Below are log fragments of repeating events when trying to use mouse-to-scroll. TLDR, by doing a diff, I can see difference in following lines: When mouse-to-scroll doesn't work properly: 06-11-2024 22:17:56.146> MouseHookLLProc: Ignore button 7 down because sticky MTS 3 is set. When mouse-to-scroll...
by Killy
Wed Oct 23, 2024 1:48 pm
Forum: XMouse Button Control
Topic: "Change movement to scroll" doesn't work after locking Windows session and login back
Replies: 8
Views: 11433

Re: "Change movement to scroll" doesn't work after locking Windows session and login back

Killy wrote: Fri Oct 04, 2024 9:57 am Installed 2.21 beta 37. Will report once I notice the issue again.
Reporting back. The issue is still happening.
by Killy
Fri Oct 04, 2024 9:57 am
Forum: XMouse Button Control
Topic: "Change movement to scroll" doesn't work after locking Windows session and login back
Replies: 8
Views: 11433

Re: "Change movement to scroll" doesn't work after locking Windows session and login back

Installed 2.21 beta 37. Will report once I notice the issue again.

The lack of dogfooding of the movement to scroll feature explains the lack of attention to other issues. This is really unfortunate for me.
by Killy
Tue Sep 24, 2024 11:51 am
Forum: XMouse Button Control
Topic: "Change movement to scroll" doesn't work after locking Windows session and login back
Replies: 8
Views: 11433

Re: "Change movement to scroll" doesn't work after locking Windows session and login back

This still happens.
And usually, I have to restart XMBC twice before it starts to work again.
One restart isn't enough.
by Killy
Mon Jul 31, 2023 9:11 pm
Forum: General Chat
Topic: Avatar uploading is broken
Replies: 2
Views: 19334

Re: Avatar uploading is broken

Yep, it works now, thanks!
by Killy
Mon Jul 31, 2023 12:16 pm
Forum: General Chat
Topic: Avatar uploading is broken
Replies: 2
Views: 19334

Avatar uploading is broken

Can't change my avatar image.

It responds with the red message "Could not upload avatar to <path>".

I suspect access right to server folders are messed up.
by Killy
Sat Jul 29, 2023 5:01 pm
Forum: XMouse Button Control
Topic: "Change movement to scroll" doesn't work after locking Windows session and login back
Replies: 8
Views: 11433

"Change movement to scroll" doesn't work after locking Windows session and login back

XMBC Version : 2.20.5 (and few minor versions prior to that) Installed or Portable version: installed Windows Version : Windows 10 Pro 21H2 19044.3086 Mouse Information (brand/model) : Logitech Trackman Marble T-BC21 Relevant Computer Information (CPU, RAM etc) : CPU Intel Core i5-10500T; RAM 32,0 ...
by Killy
Tue Apr 14, 2020 2:53 pm
Forum: XMouse Button Control
Topic: Movement to Scroll - orthogonal direction lock
Replies: 0
Views: 17826

Movement to Scroll - orthogonal direction lock

Currently available options for Movement to Scroll: - don't lock (scroll in any direction) - this is quite annoying most of the times; - determine axis based on movement - inherently relies on movement direction; - lock to Y axis (vertical scroll) - the most used option, but not the topic of this re...
by Killy
Mon Feb 18, 2019 3:55 pm
Forum: XMouse Button Control
Topic: Paste content of clipboard using a mouse click (no Ctrl-V)
Replies: 4
Views: 92351

Re: Paste content of clipboard using a mouse click (no Ctrl-V)

You may try to use https://hluk.github.io/CopyQ/ for clipboard manipulation. It doesn't bind to mouse either, but you can register global hotkey there and send this hotkey from XMouse to activate it. The same approach might work for AutoIt/AutoHotKey too. Clipboard might contain data in different fo...
by Killy
Fri Feb 15, 2019 11:41 am
Forum: XMouse Button Control
Topic: In the Russian keyboard does not work
Replies: 2
Views: 3941

Re: In the Russian keyboard does not work

You haven't described what actions you assigned to buttons 4 and 5, and what software you're trying to use them in. Layout-dependent hotkeys issue is usually specific to "receiving side", so it might not work in some applications while work in all others. This happens when character code i...
by Killy
Thu Jan 17, 2019 1:27 pm
Forum: XMouse Button Control
Topic: Is X Mouse considered third party software?
Replies: 2
Views: 4650

Re: Is X Mouse considered third party software?

"Third Party Software" is basically anything that comes not from the developer of the game. This is taken out of context. They probably referring to a certain kind of software for which they have detection algorithm. The issue is, these algorithms can't be perfect. If they are stupid enoug...
by Killy
Mon Jan 14, 2019 1:36 pm
Forum: XMouse Button Control
Topic: Mouse Acceleration
Replies: 3
Views: 6664

Re: Mouse Acceleration

I also would like to have better control over acceleration, without ever touching that excuse of a software called SetPoint. Humane interface to the HKEY_CURRENT_USER\Control Panel\Mouse registry branch would be nice. Tbh, I didn't even expect SetPoint to use this registry branch for acceleration, e...
by Killy
Thu Jan 03, 2019 2:26 pm
Forum: XMouse Button Control
Topic: Can you use a controller with Xmouse Button control?
Replies: 4
Views: 5752

Re: Can you use a controller with Xmouse Button control?

Nintendo Switch Pro controller should appear in Windows as regular DirectInput controller.
Therefore antimicro and J2K should work with it.

Now after looking for Nintendo specific apps, I found:

- WiinUPro - http://www.wiinupro.com/

Even more choice.
by Killy
Wed Jan 02, 2019 7:05 pm
Forum: XMouse Button Control
Topic: Can you use a controller with Xmouse Button control?
Replies: 4
Views: 5752

Re: Can you use a controller with Xmouse Button control?

Quick look at AlternativeTo.net shows some tools for gamepad (there is more if you include commercial or otherwise dubious software): - antimicro - https://github.com/AntiMicro/antimicro - J2K - https://emulation-evolved.net/?q=node/19 (not to be mistaken with similarly named commercial tool) XInput...
by Killy
Sun Dec 30, 2018 6:01 pm
Forum: XMouse Button Control
Topic: Reducing Mouse Wheel Sensitivity!!!
Replies: 2
Views: 3534

Re: Reducing Mouse Wheel Sensitivity!!!

Touchpad on my laptop emulates free-spinning wheel, generating a lot of events too. This issue has a lot in common with the scroll emulation issue and my proposal. Part of the implementation of the proposal can most likely be reused for physical scroll behavior override. (I think I'll experiment wit...