That would be nice, but it doesn't work, even though BTT shows the conditions as met (green). I'll never understand this logic stuff Can someone tell me where I'm going wrong, please?
you can not do a one finger double-tap while another finger is already touching the trackpad (because that would be two fingers then and only one of them double tapping)
In general I would be careful with such auto copy solutions (as they can really cause weird behavior).
Maybe a simplified "Text Selection Did Change" menu could work for you? Text Selection Did Change | BetterTouchTool Documentation
BTT allows you to configure any conditions, there is no way for the conditions editor to know what is really possible or not You can also configure it to require 100 touching fingers, even if that might be a challenge
Retrieving selected text is itself a sort of auto copy, because in order to evaluate the selected text variable, BTT needs to grab that text first.
IME 1 finger double taps w/o a key modifer are kinda wacky and tend trigger often unintended. If you are mostly selecting a word/paragraph/everything you can try some form of what I do:
command 1 finger tap=double click + command+C+hud overlay that shows selected_text or {clipboard_content}
option 1 finger tap=triple click + command C + hud
*note you dont have to select the text first, just hover over (at least in #1 case) the word and then actovate trigger. Same with all-no havng to select the text. Also should note you can play around with #2 and by using applescript it can either select the whole line or the whole text till period. Forget the details but basically triple click=select line and the definition what a line is is fungible. Best of luck
That's true. But triggering the copy function when nothing is selected... does nothing, as far as I know. To prevent even “nothing” from happening, the advanced condition is set to “only if text is selected”.
I do the paste with Cmd + 1-finger double-tap.
But I'll try your solution anyway. Thank you very much
@Andreas_Hegenberg The trigger below also moves up in the Recently Used list when no text is selected, but the HUD isn't displayed ... that actually shows it wasn't triggered
That's due to how advanced trigger conditions work (the trigger is triggered & marked as recently used, but then the advanced trigger conditions evaluate to false so the actions are not executed)
yah thats kinda why I posted that because of that complicatio posted obv by the all knowing oracle Ijust thought why not post it give you a simpler implentation and npt have to deal with the ADV treigger condtions etc. And also I think (in my opinion ) that being able to select text and/pr whole paragraphs and more without havinyp select the disered text first is quite cool and for me definetly a hugh time saver and gve rid of a much loathed task of selecting hat I want to copy first then having to run the copy tigger.
The way I posted requires none of any of that stuff. Hover over text foesnt even have to eb exact and press trigger and boom it selects the word automatically which then leads to it automatically copying it and then automitvally showing copied text in a HUD or you could have floating window whatever. Same workflows with the other 2 i posted, super simple and no need to selct anything beforehand with takes time and is a PIA