kokey — wrong-layout text fixer version history - 2 versions
kokey — wrong-layout text fixer by devslab
kokey — wrong-layout text fixer version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.7.0
Released Aug 12, 2026 - 30.74 KBWorks with firefox 109.0a1 and later0.7.0
• In-field convert button — when a value looks mistyped, a small button appears at the right edge of the field and converts it on click. Nothing is changed automatically. Password fields are excluded; the keyboard shortcut still works there.
• New options page — turn the button off, choose its colour (auto / for light backgrounds / for dark backgrounds), and edit the keyboard shortcut. On Firefox the shortcut is editable right in the options page.
• The button's colour adapts to the field it sits on: it measures how light or dark that surface is and picks the readable variant, verifying WCAG contrast. It does not read or copy the page's own colours.
• Fixed: settings are now read through the promise-basedbrowser.*namespace, so they apply correctly on Firefox.
All processing remains local — no network requests, no data collection.
0.7.0
• 입력란 변환 버튼 — 값이 자판 착오로 보이면 입력란 오른쪽 끝에 작은 버튼이 나타나고, 눌러야만 변환됩니다. 저절로 바뀌지 않습니다. 비밀번호 입력란은 제외되며, 거기서도 단축키는 그대로 동작합니다.
• 옵션 페이지 신설 — 버튼 끄기, 버튼 색상(자동 / 밝은 배경용 / 어두운 배경용), 단축키 변경. Firefox에서는 옵션 페이지에서 단축키를 바로 바꿀 수 있습니다.
• 버튼 색상이 얹히는 입력란에 맞춰집니다 — 배경 밝기를 재서 읽기 좋은 쪽을 고르고 명도 대비를 확인합니다. 페이지의 색을 읽어 흉내내지는 않습니다.
• 수정: 설정을 Promise 기반 browser.* 네임스페이스로 읽도록 고쳐, Firefox에서 옵션이 정상 적용됩니다.
모든 처리는 로컬에서만 — 네트워크 전송 0, 데이터 수집 0.Source code released under MIT License
Older versions
Version 0.6.0
Released Aug 7, 2026 - 20.75 KBWorks with firefox 109.0a1 and laterInitial release (0.6.0).
Fix text typed with the wrong keyboard layout, anywhere:
• Alt+K fixes the focused input/textarea (selection only, if you have one)
• Right-click a selection → "kokey: fix mistyped text" — non-editable text is converted to your clipboard
• Korean Dubeolsik (full IME automaton) built in, plus auto-detected restoration for Russian, Ukrainian, Hebrew, Greek, Thai, Arabic and Georgian
All processing is local — zero network requests, zero data collection.
Note for Firefox: grant site access via the Extensions panel ("Always allow on all sites") so the fixer is available where you type.Source code released under MIT License