I like the default gestures a lot, but do not need all of them for my application (particularly underline, double underline, and frame are not needed). Since they can sometimes lead to false positives, I would like to disable the non-needed gestures.
Is this possible? I could not find anything in the documentation.
I use the web-based iink SDK.
Thanks and kind regards
Best Answer
O
Olivier @MyScript
said
over 3 years ago
Dear Nico,
Thank you for contacting us and your question.
Currently, it is not possible to disable only one or few gestures. It is either disable all or none.
In order to disable gestures, you shall ser the "gesture.enable" configuration key to false (https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#general):
Currently, it is not possible to disable only one or few gestures. It is either disable all or none.
In order to disable gestures, you shall ser the "gesture.enable" configuration key to false (https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#general):
conf.setBoolean("gesture.enable", false);
Best regards,
Olivier
N
Nico Herbig
said
over 3 years ago
Thanks for the quick reply!
In case you don't have this in your task backlog, it would be great if you could provide the feature to configure also which of the gestures are active.
Nico Herbig
Hi,
I like the default gestures a lot, but do not need all of them for my application (particularly underline, double underline, and frame are not needed). Since they can sometimes lead to false positives, I would like to disable the non-needed gestures.
Is this possible? I could not find anything in the documentation.
I use the web-based iink SDK.
Thanks and kind regards
Dear Nico,
Thank you for contacting us and your question.
Currently, it is not possible to disable only one or few gestures. It is either disable all or none.
In order to disable gestures, you shall ser the
"gesture.enable" configuration key to false (https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#general):
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Nico,
Thank you for contacting us and your question.
Currently, it is not possible to disable only one or few gestures. It is either disable all or none.
In order to disable gestures, you shall ser the
"gesture.enable" configuration key to false (https://developer.myscript.com/docs/interactive-ink/1.3/reference/configuration/#general):
Best regards,
Olivier
Nico Herbig
Thanks for the quick reply!
In case you don't have this in your task backlog, it would be great if you could provide the feature to configure also which of the gestures are active.
thanks again and kind regards
Nico