

Michael
#562 - Highlight active chord buttons in different colour (blue) in setup screen.
And when I use 'Button Held' for Left button ('Abort and revert' enabled), a little delay is occures at dragging (selecting words/strings) operation - sometimes the first letter of word(s) is not caught.All but the last enable action above will not be performed until the button is released (once the hold time has been determined).
The last action will be started once the minimum time period is reached.
Its not really clear what you are saying does not work? I presume you mean the highlighting, but its new so I'm not sure why you say "still" as it never did it before!? Well it works for me, PM me a copy of your profile so I can see what you mean. Maybe I missed something!Kukurykus wrote: ↑Sat Mar 10, 2018 5:53 pmIt still does not work for me (in Beta 6 as well). I did all you said for VLC Media Player where I have RMB chord that works with many other buttons. So having this profile on top and not opening chord panel for RMB I hold it see it is orange. When I then click another - to have pressed two in sum - both are orange.
That's not a bug - thats standard windows behavior for check boxes with text (in C++ and C# at least) clicking the text label also toggles the checkbox.Kukurykus wrote: ↑Sat Mar 10, 2018 5:53 pmAdditionally there's little bug when you open chord menu for certain button. Clicking at empty place, next to three boxes description (those starting with 'Block', 'Unblock', 'Unblock') the box on the level of my click gets (un)checked while I assume it should only be un(ticked) when I click directly in range of those boxes.
Odd - the original button up should be swalloed (ie not passed through to windows) but that suggests that it is being passed through - I'll take a look.sukemaru wrote: ↑Sat Mar 10, 2018 5:27 pmThank you for updating.
'Double Click' issue seemes to be fixed almost, but when using it with 'Button Held' item ('Double Click' for the last action), a strange function occurs. This may be an issue of 'Button Held' action...
![]()
Holding the button down after 'Double Click' acted and moving the mouse w/o releaseing, the action of the original button follows it.
I set the Left button to 'Button Held' item --'Double Click' for the last action (500ms), 'Abort and revert' option enabled-- for a text editor app (TNotePad class window), holding the Left button down, at 500ms elapsed 'Double Click' acted then selecting a word under the cursor, keeping to press LMB down and moving the mouse then the selected word moved according to the mouse movement.
And that would suggest that the inital LMB is being passed through to Windows too - it should not be (until the mouse moves (if you have set abort on mouse movement). Again, I'll investigate.sukemaru wrote: ↑Sat Mar 10, 2018 5:27 pmIn another app (tab browser), i set Left button to same as above, holding LMB down on a tab, at 500ms gone 'W Click' acted then refleshing the page in the tab (W click as refreshing: by the browser setting), keeping to press LMB down and moving the mouse then the selected tab moved according to the mouse movement.
In the same browser, i set Middle button to same as above, holding MMB down on a tab, at 500ms W Click acted then refleshing the page in the tab, keeping to press MMB down and moving the mouse then the selected tab was closed (MMB as closeing tab: by the browser setting).
And i tried the simmilar settings for FirefoxESR (coz XP), Left and Middle butons to 'Bottun Held' item --'Refresh[F5] for the last action (500ms), 'Abort and revert' option enabled--. I tried holding LMB/MMB down on the active tab, after 500ms they did not act, and released the button (w/o moving) then the page refreshed. Moving the mouse with holding the button after 500ms elapsed, the page was not refreshed and moving the tab (LMB) / closing the tab (MMB).
Yes it should not send the original button - thats what its supposed to be blocking. Unless I have broken something in 2.18 beta its strange because this would imply that button held has always been problematic (I guess thats possible as its quite new in 2.17).sukemaru wrote: ↑Sat Mar 10, 2018 5:27 pmAsking:
'Double Click' item w/o 'Button Held' seems to work correctly (if kept to press the button down, canceled/aborted the function of the original button after w clicked), but 'Double Click' within 'Button Held' is another ways. I think that the original button should be canceled after the last action of 'Button Held'. Is this behavior your intended![]()
refNOTED in the Button Held panel:
And when I use 'Button Held' for Left button ('Abort and revert' enabled), a little delay is occures at dragging (selecting words/strings) operation - sometimes the first letter of word(s) is not caught.All but the last enable action above will not be performed until the button is released (once the hold time has been determined).
The last action will be started once the minimum time period is reached.