You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to apply the key only if it is released quickly.
So instead of -
DELETE+nothing=DELETE
We should be able to have -
DELETE<500ms=DELETE
Note that implementing this will not require threading, so should be relatively simpler. (However, implementing the reverse, i.e. do something if a key is held for stipulated time, will require multiple threads.)
The text was updated successfully, but these errors were encountered:
Add an option to apply the key only if it is released quickly.
So instead of -
We should be able to have -
Note that implementing this will not require threading, so should be relatively simpler. (However, implementing the reverse, i.e. do something if a key is held for stipulated time, will require multiple threads.)
The text was updated successfully, but these errors were encountered: