scribe-org / scribe-org/Scribe-iOS

Add haptic feedback on key press for Scribe keyboards

Open
#638 0 comments 1 reaction 1 assignee View on GitHub

@prince-0408 is already working on this.

Since Apr 1, 2026.

Dominant language
Swift
Stars
169
Forks
109
PR merge metrics
No merged PRs in 30d

Description

Terms
Description

Summary

Scribe keyboards currently have no haptic feedback on key press. This is one of the most noticeable differences compared to the system keyboard and other third-party keyboards like Gboard and SwiftKey, which all provide tactile response on every keystroke.

Problem

Users switching from the system keyboard to a Scribe keyboard immediately notice the absence of haptic feedback. Since the keyboard is used hundreds of times daily, this gap has the highest surface area of any UX issue in the app.

Proposed Solution

Use Apple's native UIImpactFeedbackGenerator inside the existing keyTouchDown handler in KeyboardViewController:

Key Type Feedback
Regular character keys Light impact
Special keys (space, delete, return) Medium impact

No new dependencies. Purely additive.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.