พิมพ์ผิดภาษา? กด shortcut แปลงทันที ไม่ต้องลบแล้วพิมพ์ใหม่
PimPid แปลงข้อความที่พิมพ์ผิด layout (ไทย Kedmanee ↔ US QWERTY) ตามตำแหน่งปุ่มคีย์บอร์ด พร้อม Auto-Correct แก้ไขอัตโนมัติขณะพิมพ์ — รองรับทั้ง macOS และ Windows
| Platform | ไฟล์ | วิธี install |
|---|---|---|
| macOS 14+ | .dmg |
เปิด DMG → ลากไป Applications → Right-click > Open |
| Windows 10/11 | .exe |
Portable — ดับเบิลคลิกรันได้เลย |
-
ดาวน์โหลด
.dmgจาก Releases -
เปิด DMG → ลาก PimPid ไปไว้ใน Applications
-
เปิด PimPid — ครั้งแรก macOS จะถาม:
Right-click ที่ PimPid.app → เลือก Open → กด Open
หรือไปที่ System Settings → Privacy & Security → กด Open Anyway
-
อนุญาต Accessibility เมื่อระบบถาม (จำเป็นสำหรับการแปลงข้อความ)
ต้องทำขั้นตอน 3 แค่ครั้งเดียว — ครั้งต่อไปเปิดได้ปกติ
- ดาวน์โหลด
.exeจาก Releases - รันไฟล์ได้เลย — ไม่ต้อง install
- PimPid จะอยู่ใน System Tray (มุมขวาล่าง)
- เลือก ข้อความที่พิมพ์ผิดภาษา
- กด ⌘⇧L (macOS) หรือ Ctrl+Shift+L (Windows)
- ข้อความแปลงทันที (shortcut เปลี่ยนได้ใน Settings)
เปิดจาก menu bar / tray → Auto-Correct: ON → พิมพ์ผิดภาษา PimPid แก้ให้ทันที
| คุณสมบัติ | macOS | Windows |
|---|---|---|
| แปลงข้อความที่เลือก (Shortcut) | ✅ | ✅ |
| Auto-Correct ขณะพิมพ์ | ✅ | ✅ |
| Custom Shortcut | ✅ | ✅ |
| Statistics + Recent Conversions | ✅ | ✅ |
| Exclude Words | ✅ | ✅ |
| Appearance (Theme / Font Size) | ✅ | ✅ |
| Onboarding | ✅ | ✅ |
| Toast Notification | ✅ | ✅ |
| Floating Convert Button | — | ✅ |
| Export CSV | ✅ | ✅ |
| App/Window Exclusion | ✅ | — |
| i18n (ไทย / English) | ✅ | ✅ |
macOS: "PimPid is damaged and can't be opened"
เกิดจาก Gatekeeper บล็อกแอป — แก้โดย:
วิธี A (แนะนำ): Right-click ที่ PimPid.app → Open → Open
วิธี B: รันใน Terminal:
xattr -cr /Applications/PimPid.appmacOS: ขอ Accessibility permission
PimPid ต้องการ Accessibility เพื่ออ่าน/แปลง/วางข้อความ + Auto-Correct
ไปที่: System Settings → Privacy & Security → Accessibility → เปิดสวิตช์ PimPid
macOS: Auto-Correct ไม่ทำงาน
- ตรวจ Accessibility permission เปิดแล้ว
- ตรวจ Auto-Correct เปิดอยู่ (menu bar)
- ลอง toggle ปิด/เปิดใหม่
Windows: Ctrl+Shift+L ไม่ทำงาน
- ตรวจว่า PimPid ทำงานอยู่ (icon ใน System Tray)
- Shortcut อาจชนกับโปรแกรมอื่น → เปลี่ยนได้ใน Settings
- บางโปรแกรม (เกม, IDE) อาจดักจับ keyboard ก่อน
# macOS
cd macos && swift build -c release && ./build_release.sh
# Windows
cd windows && npm install && npm run build && npm run dist
# Tests
cd macos && swift test # 189 tests
cd windows && npm test # 96 tests- แมปคีย์บอร์ด ไทย Kedmanee ↔ US QWERTY ตามตำแหน่งปุ่ม
- macOS: Swift + SwiftUI + CGEventTap
- Windows: Electron + TypeScript
- ทำงาน offline ทั้งหมด — ไม่ส่งข้อมูลออก
MIT