Skip to content

Support Windows Alt codes in time entry notes#25

Merged
grobmeier merged 1 commit into
mainfrom
bugfix/windows-alt-note-input
Jun 30, 2026
Merged

Support Windows Alt codes in time entry notes#25
grobmeier merged 1 commit into
mainfrom
bugfix/windows-alt-note-input

Conversation

@grobmeier

Copy link
Copy Markdown
Owner

Add Alt+Numpad character input support to the Time Entry note textarea. The modal now captures Alt-held numpad digits, decodes them on Alt release, and inserts the resulting character at the caret while preserving selection behavior. A new windowsAltCodeInput helper centralizes digit detection and Windows Alt-code decoding (CP437 for non-leading-zero input and Windows-1252 handling for leading-zero input).

Add Alt+Numpad character input support to the Time Entry note textarea. The modal now captures Alt-held numpad digits, decodes them on Alt release, and inserts the resulting character at the caret while preserving selection behavior. A new `windowsAltCodeInput` helper centralizes digit detection and Windows Alt-code decoding (CP437 for non-leading-zero input and Windows-1252 handling for leading-zero input).
@grobmeier grobmeier merged commit 4486d9e into main Jun 30, 2026
6 checks passed
@grobmeier grobmeier deleted the bugfix/windows-alt-note-input branch June 30, 2026 19:45
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