Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(android/app): Feature Request: customize long-press delay time #877

Closed
darcywong00 opened this issue May 18, 2018 · 8 comments · Fixed by #12170 or #12185
Closed

feat(android/app): Feature Request: customize long-press delay time #877

darcywong00 opened this issue May 18, 2018 · 8 comments · Fixed by #12170 or #12185
Assignees
Milestone

Comments

@darcywong00
Copy link
Contributor

User request from community-site

Is there a way to customize the long-press delay time for Android and iOS? That would be very helpful. It currently defaults to about 1000 milliseconds.

@mcdurdin
Copy link
Member

mcdurdin commented Nov 13, 2018

Query: @sgschantz what is the delay time for iOS?

@darcywong00 darcywong00 added this to the Future milestone Jan 11, 2019
@darcywong00 darcywong00 changed the title [Android] Feature Request: customize long-press delay time feat(android/app): Feature Request: customize long-press delay time Nov 17, 2020
@mcdurdin mcdurdin added feat and removed enhancement labels May 13, 2021
@mcdurdin mcdurdin modified the milestones: Future, A18S3 Apr 19, 2024
@mcdurdin mcdurdin modified the milestones: A18S3, A18S8 Apr 29, 2024
@mcdurdin mcdurdin modified the milestones: A18S8, A18S3 Apr 29, 2024
@mcdurdin mcdurdin modified the milestones: A18S3, A18S8 May 26, 2024
@darcywong00
Copy link
Contributor Author

From A18S8 sprint plan meeting, @jahorton notes

For the UX controls, do with auto-correct preference (same patterns)

@darcywong00
Copy link
Contributor Author

darcywong00 commented Aug 6, 2024

UX: slider (6 steps?) of maybe 0.1s increments
Follow the pattern for auto-corrections

@darcywong00
Copy link
Contributor Author

adjust longpress delay

A prototype of the menu.

  • Default to 1000 ms
  • Range from 500ms to 1500 ms (in 250ms increments)

@jahorton
Copy link
Contributor

adjust longpress delay

A prototype of the menu.

* Default to 1000 ms

* Range from 500ms to 1500 ms (in 250ms increments)

Current time = 500 ms. I'd do 100 ms increments from 200 ms to 1000ms or 2000ms. The latter does feel extreme, but it probably would help people with accessibility needs.

@darcywong00
Copy link
Contributor Author

atm, now trying to see if this is the KeymanWeb parameter to specify the long-press duration

keyman.osk.vkbd.gestureParams.longpress.waitLength

@jahorton
Copy link
Contributor

jahorton commented Aug 16, 2024

From A18S8 sprint plan meeting, @jahorton notes

For the UX controls, do with auto-correct preference (same patterns)

Migrating this to #12203, since current work on this issue is not addressing the quoted note.

@darcywong00 darcywong00 modified the milestones: A18S8, A18S9 Aug 17, 2024
@darcywong00
Copy link
Contributor Author

Fixed by #12170 and #12185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment