Skip to content

Fix space-to-0 bug and missing app icon - #24

Open
ahundt wants to merge 1 commit into
EugeneDae:masterfrom
ahundt:fix/space-bug-and-icon
Open

Fix space-to-0 bug and missing app icon#24
ahundt wants to merge 1 commit into
EugeneDae:masterfrom
ahundt:fix/space-bug-and-icon

Conversation

@ahundt

@ahundt ahundt commented Apr 30, 2026

Copy link
Copy Markdown
  • Fix bug where spaces were typed as '0' due to AppleScript coercing space character to integer 0, selecting numpad key code 82
  • Handle whitespace (space, tab, return) with explicit hardware key codes
  • Guard digit key code lookup to only run on actual digit characters
  • Add error handling for empty/inaccessible clipboard
  • Raise character limit from 250 to 500
  • Remove Assets.car in build.sh so custom icon displays correctly

- Fix bug where spaces were typed as '0' due to AppleScript coercing
  space character to integer 0, selecting numpad key code 82
- Handle whitespace (space, tab, return) with explicit hardware key codes
- Guard digit key code lookup to only run on actual digit characters
- Add error handling for empty/inaccessible clipboard
- Raise character limit from 250 to 500
- Remove Assets.car in build.sh so custom icon displays correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant