Search found 46 matches

by Killy
Mon Jul 31, 2023 9:11 pm
Forum: General Chat
Topic: Avatar uploading is broken
Replies: 2
Views: 9067

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: 9067

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: 0
Views: 5276

"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: 10061

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: 4763

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: 3505

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: 3914

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: 6127

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: 4709

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: 4709

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: 3022

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...
by Killy
Fri Dec 28, 2018 6:09 pm
Forum: XMouse Button Control
Topic: XMBC 2.18 Beta
Replies: 156
Views: 114595

Re: XMBC 2.18 Beta

"Staged rollout" seems to be an established term. I would rather call it "gradual rollout". It can also be done mostly on the server side. If software adds the current version info to the updates request, then the server can decide what info to report back. As the first idea of i...
by Killy
Fri Dec 28, 2018 4:39 pm
Forum: XMouse Button Control
Topic: XMBC 2.18 Beta
Replies: 156
Views: 114595

Re: XMBC 2.18 Beta

So it's like staged rollout. You can keep it up this way, maybe with some polish on the workflow (publish information about all versions, add info about stages any version belongs to - stage flags or even percentage of users that will get notification). Installed. No deviations in the update process...
by Killy
Sun Dec 16, 2018 10:46 pm
Forum: XMouse Button Control
Topic: Better UI for multiple apps per profile
Replies: 11
Views: 7668

Re: Better UI for multiple apps per profile

You can host your own Gitlab by the way. Gitlab is not Github, and you don't even need to host on their servers. This might give a better experience than bare repo and separate tracker... ----- Speaking of documentation, in light of open source talks. I find existing PDF file quite inconvenient. I s...
by Killy
Sun Dec 16, 2018 5:28 pm
Forum: XMouse Button Control
Topic: Better UI for multiple apps per profile
Replies: 11
Views: 7668

Re: Better UI for multiple apps per profile

(I didn't move this topic.) Of course everyone could go and make their own tool from scratch. And spend the same number of years to do the low level hook stuff right. Every program is composed of trivial things. Getting them work well together is what requires accumulated experience. Don't just dis...