eQualityTime / ovfplayer

The Open Voice Factory - open software for people with communication difficulties
GNU General Public License v3.0
2 stars 1 forks source link

Bind actions to different events #120

Closed psi77 closed 5 years ago

psi77 commented 5 years ago

It would be useful for some users to bind actions to different events, such as onrelease, onpress rather than onclick We should make this configurable Also test this across different devices in case of os differences.

From Joe; I'm going through old emails and thought you might be interested to read this (I'm assuming it's out of our control...) "I am searching for ACC software for my mother who suffers from Corticobasal Degeneration. I was impressed by the functionality of CommuniKate and wondering if this is available for Windows. We have chosen this platform as other operating systems do not work for my mother because of the touch screen function: I-pads and Android tablets activate on touch whereas Windows activates on release. A subtle but important difference for someone with limited dexterity."

psi77 commented 5 years ago

We may also want to disable 'right click' (press and hold on devices), even though this is controversioal

This can be done by;

<body oncontextmenu="return false;">

It enables users to 'linger' on a button before deciding where they want to press without having the context menu appear