minus-squareskizzles@lemmy.worldOPtoLinux@lemmy.ml•Unified Remote Custom Remote Helplinkfedilinkarrow-up6·27 days agoI figured it out. I was already headed the right direction by using something like this… <button text=“Hold Enter” ontap=“enterhold” ondoubletap=“enterrelease” /> But for whatever reason it seems to ignore a double tap to release it, maybe I’m just too slow on tapping lol. I changed it to onhold=“enterrelease” and it works like intended. linkfedilink
skizzles@lemmy.world to Linux@lemmy.ml · 27 days agoUnified Remote Custom Remote Helpplus-squaremessage-squaremessage-square1fedilinkarrow-up113arrow-down11
arrow-up112arrow-down1message-squareUnified Remote Custom Remote Helpplus-squareskizzles@lemmy.world to Linux@lemmy.ml · 27 days agomessage-square1fedilink
minus-squareskizzles@lemmy.worldtoWorld News@lemmy.world•Hayao Miyazaki’s final Studio Ghibli film breaks record despite no marketinglinkfedilinkEnglisharrow-up11·1 year agoThe Boy and The Heron linkfedilink
I figured it out.
I was already headed the right direction by using something like this…
<button text=“Hold Enter” ontap=“enterhold” ondoubletap=“enterrelease” />
But for whatever reason it seems to ignore a double tap to release it, maybe I’m just too slow on tapping lol. I changed it to onhold=“enterrelease” and it works like intended.